mplayout
Class MultiPanelLayoutConstraint

java.lang.Object
  |
  +--mplayout.MultiPanelLayoutConstraint

public class MultiPanelLayoutConstraint
extends java.lang.Object

The constraint class for Multi Panel Layout.

Version:
1.00, 28 Dec 1998
Author:
Tanmay K. Mohapatra

Field Summary
 int iHeight
          dimensions of this component
 int iParentStartX
          starting point of the parent container for this component
 int iParentStartY
          starting point of the parent container for this component
 int iStartX
          starting point of this component relative to its parent container
 int iStartY
          starting point of this component relative to its parent container
 int iWidth
          dimensions of this component
 
Constructor Summary
MultiPanelLayoutConstraint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iParentStartX

public int iParentStartX
starting point of the parent container for this component

iParentStartY

public int iParentStartY
starting point of the parent container for this component

iStartX

public int iStartX
starting point of this component relative to its parent container

iStartY

public int iStartY
starting point of this component relative to its parent container

iWidth

public int iWidth
dimensions of this component

iHeight

public int iHeight
dimensions of this component
Constructor Detail

MultiPanelLayoutConstraint

public MultiPanelLayoutConstraint()