|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dse.desktop.ComponentInfo
This class stores information about the original size of all the components of the Desktop. When a resize is done, the new size is modified, depending on the original size stored by this class.
Constructor Summary | |
---|---|
ComponentInfo()
This constructor creates a ComponentInfo object. |
Method Summary | |
---|---|
java.awt.Point |
getLocation()
Returns the value of the location property. |
java.awt.Dimension |
getSize()
Returns the value of the size property. |
void |
setLocation(java.awt.Point newLocation)
Sets the value of the newLocation property. |
void |
setSize(java.awt.Dimension NewSize)
Sets the value of the newSize property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComponentInfo()
Method Detail |
public java.awt.Point getLocation()
public java.awt.Dimension getSize()
public void setLocation(java.awt.Point newLocation)
newLocation
- java.awt.Point - the new value of the propertypublic void setSize(java.awt.Dimension NewSize)
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |