|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.geometry.GeometryHintsInfo
The GeometryHintsInfo class is a wrapper object that gathers
the information within a geometry hints AttributeSet and
makes them available in an easy way.
| Field Summary | |
boolean |
careLabelSizeAdjustments
instance variable that indicates whether label size-adjsutments should be taken care of or not |
int |
locationAdjustmentX
instance variable for the horizontal location adjustment type |
int |
locationAdjustmentY
instance variable for the vertical location adjustment type |
int |
sizeAdjustmentX
instance variable for the horizontal size adjustment type |
int |
sizeAdjustmentY
instance variable for the vertical size adjustment type |
| Constructor Summary | |
GeometryHintsInfo(AttributeSet geometryhints)
Constructor for GeometryHintsInfo. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean careLabelSizeAdjustments
public int locationAdjustmentX
public int locationAdjustmentY
public int sizeAdjustmentX
public int sizeAdjustmentY
| Constructor Detail |
public GeometryHintsInfo(AttributeSet geometryhints)
GeometryHintsInfo.
geometryhints - the AttributeSet the geometry-hints
are stored in
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||