|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.CompositeAttributes
The CompositeAttributes class provides the names for
the Attributes used within the composite-package.
| Field Summary | |
static boolean |
ALLOW_CURVEDEDGES
|
static java.lang.String |
ATTRIBUTENAME_ADJUSTSIZETO_SINGLECHILD
|
static java.lang.String |
ATTRIBUTENAME_ALLOWMEMBER_MOVING
Constant for the allow member moving attribute name |
static java.lang.String |
ATTRIBUTENAME_ALLOWMEMBER_RESIZING
Constant for the allow member resizing attribute name |
static java.lang.String |
ATTRIBUTENAME_ALLOWMEMBER_SELECTING
Constant for the allow member selecting attribute name |
static java.lang.String |
ATTRIBUTENAME_ANCHOR
Constant for the anchor attribute |
static java.lang.String |
ATTRIBUTENAME_BORDER
Constant for the border attribute |
static java.lang.String |
ATTRIBUTENAME_BOTTOMMARGIN
BottomMargin attribute. |
static java.lang.String |
ATTRIBUTENAME_DRAG_SOURCE
Constant for the allow member resizing attribute name |
static java.lang.String |
ATTRIBUTENAME_DROP_TARGET
Constant for the allow member resizing attribute name |
static java.lang.String |
ATTRIBUTENAME_FILL
Constant for the fill attribute |
static java.lang.String |
ATTRIBUTENAME_FOLDABLE
Constant for the foldable attribute name |
static java.lang.String |
ATTRIBUTENAME_FOLDING_ANCHOR
|
static java.lang.String |
ATTRIBUTENAME_FOLDSTATEBUTTON_ANCHOR
|
static java.lang.String |
ATTRIBUTENAME_FONT
Constant for the font attribute |
static java.lang.String |
ATTRIBUTENAME_GEOMETRY
Constant for the geometry attribute |
static java.lang.String |
ATTRIBUTENAME_HCONTENTBORDER
Constant for the horizontal content border |
static java.lang.String |
ATTRIBUTENAME_HEIGHT
Constant for the vertical position attribute. |
static java.lang.String |
ATTRIBUTENAME_INDEX
Index attribute. |
static java.lang.String |
ATTRIBUTENAME_ISLABELVISIBLE
Deprecated. should be used nowhere |
static java.lang.String |
ATTRIBUTENAME_LEFTMARGIN
LeftMargin attribute. |
static java.lang.String |
ATTRIBUTENAME_LINEPOSITION
Constant for the label positioning attribute |
static java.lang.String |
ATTRIBUTENAME_MARKERBEGIN
Constant for the marker attribute at the starting point |
static java.lang.String |
ATTRIBUTENAME_MARKEREND
Constant for the marker attribute at the ending point |
static java.lang.String |
ATTRIBUTENAME_MINHEIGHT
Constant for the vertical position attribute. |
static java.lang.String |
ATTRIBUTENAME_MINWIDTH
Constant for the horizontal size attribute. |
static java.lang.String |
ATTRIBUTENAME_PAINT
Constant for a paint attribute |
static java.lang.String |
ATTRIBUTENAME_PLACEMENT
Constant for the placement attribute |
static java.lang.String |
ATTRIBUTENAME_POSITION
Constant for the label position attribute |
static java.lang.String |
ATTRIBUTENAME_POSITIONING
Constant for the label positioning attribute |
static java.lang.String |
ATTRIBUTENAME_SHADOW
Constant for the visibility attribute. |
static java.lang.String |
ATTRIBUTENAME_SHADOWCOLOR
Constant for the color attribute of shadows. |
static java.lang.String |
ATTRIBUTENAME_SHADOWDIRECTION
Constant for the direction attribute of shadows. |
static java.lang.String |
ATTRIBUTENAME_SIZEADJUSTMENT
Constant for the size adjustment attribute |
static java.lang.String |
ATTRIBUTENAME_STROKE
Constant for the stroke attribute |
static java.lang.String |
ATTRIBUTENAME_STYLE
Constant for the style attribute |
static java.lang.String |
ATTRIBUTENAME_SWIMLANE
SwimLane attribute. |
static java.lang.String |
ATTRIBUTENAME_TEXT
Constant for the text attribute |
static java.lang.String |
ATTRIBUTENAME_TITLE
Constant for the title attribute |
static java.lang.String |
ATTRIBUTENAME_TOPMARGIN
TopMargin attribute. |
static java.lang.String |
ATTRIBUTENAME_TYPE
Constant for the line type attribute |
static java.lang.String |
ATTRIBUTENAME_VCONTENTBORDER
Constant for the vertical content border |
static java.lang.String |
ATTRIBUTENAME_VISIBLE
Constant for the visibility attribute. |
static java.lang.String |
ATTRIBUTENAME_WATERMARK
Watermark attribute. |
static java.lang.String |
ATTRIBUTENAME_WEIGHT
Weight |
static java.lang.String |
ATTRIBUTENAME_WIDTH
Constant for the horizontal size attribute. |
static java.lang.String |
ATTRIBUTENAME_X
Constant for the horizontal position attribute. |
static java.lang.String |
ATTRIBUTENAME_Y
Constant for the vertical position attribute. |
static java.lang.String |
CATEGORYNAME_APPEARANCE
Constant for the label representation category |
static java.lang.String |
CATEGORYNAME_GEOMETRY
Constant for the geometry category. |
static java.lang.String |
CATEGORYNAME_LABEL
Constant for the label category |
static java.lang.String |
CATEGORYNAME_LINE
Constant for the label category |
static java.lang.String |
CATEGORYNAME_REPRESENTATION
Constant for the label representation category |
static java.lang.String |
CATEGORYNAME_SIGN
Constant for the label category |
static java.lang.String |
MINIMUM_HEIGHT
Name of the Attribute holding the maximum width |
static java.lang.String |
MINIMUM_WIDTH
Name of the Attribute holding the minimum width |
| Method Summary | |
static int |
compositelineIconPositioning2Constant(java.lang.String iconposition)
Converts the String representation of one of the
icon-positioning constants of a CompositeLine given by
iconposition into the cooresponding label position constant. |
static java.lang.String |
compositelineIconPositioning2String(int iconposition)
Converts the icon-positioning constant of a CompositeLine
given by iconposition into the corresponding
String representation. |
static int |
compositelineSignAnchor2Constant(java.lang.String anchor)
|
static java.lang.String |
compositelineSignAnchor2String(int anchor)
|
static int |
compositelineSignLinePosition2Constant(java.lang.String anchor)
|
static int |
compositelineSignPlacement2Constant(java.lang.String placement)
|
static java.lang.String |
compositelineSignPlacement2String(int placement)
|
static int |
foldplacementToConstant(java.lang.String foldplacement)
Converts the fold placement string representation given by foldplacement into the corresponding constant. |
static java.lang.String |
foldplacementToString(int foldplacement)
Converts the fold placement given by foldplacement from
the constant into a string representation. |
static Constraint |
getCompositeGroupFoldingAnchorConstraint()
|
static Constraint |
getCompositeGroupFoldStateButtonAnchorConstraint()
|
static Constraint |
getCompositeLineIconPositioningConstraint()
Returns a Constraint that can be used with the
compositeline-icon-positioning Attribute. |
static Constraint |
getCompositeLineSignAnchorConstraint()
|
static Constraint |
getCompositeLineSignPlacementConstraint()
|
static Constraint |
getLineTypeConstraint()
Returns a Constraint that can be used with a line type
Attribute. |
static Constraint |
getSizeAdjustmentConstraint()
Returns a Constraint that can be used with a size adjustment
Attribute. |
static int |
linetypeToConstant(java.lang.String type)
Converts the line type string representation given by type into the corresponding constant. |
static java.lang.String |
linetypeToString(int type)
Converts the line type given by type from the constant
into a string representation. |
static int |
sizeadjustmentToConstant(java.lang.String sizeadjustment)
Converts the size adjustment string representation given by sizeadjustment into the corresponding constant. |
static java.lang.String |
sizeadjustmentToString(int sizeadjustment)
Converts the size adjustment given by sizeadjustment from
the constant into a string representation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String CATEGORYNAME_LINE
public static final java.lang.String CATEGORYNAME_GEOMETRY
public static final java.lang.String CATEGORYNAME_LABEL
public static final java.lang.String CATEGORYNAME_SIGN
public static final java.lang.String CATEGORYNAME_APPEARANCE
public static final java.lang.String CATEGORYNAME_REPRESENTATION
public static final java.lang.String ATTRIBUTENAME_VISIBLE
public static final java.lang.String ATTRIBUTENAME_X
public static final java.lang.String ATTRIBUTENAME_Y
public static final java.lang.String ATTRIBUTENAME_WIDTH
public static final java.lang.String ATTRIBUTENAME_HEIGHT
public static final java.lang.String ATTRIBUTENAME_MINWIDTH
public static final java.lang.String ATTRIBUTENAME_MINHEIGHT
public static final java.lang.String ATTRIBUTENAME_VCONTENTBORDER
public static final java.lang.String ATTRIBUTENAME_HCONTENTBORDER
public static final java.lang.String ATTRIBUTENAME_SIZEADJUSTMENT
public static final java.lang.String ATTRIBUTENAME_ADJUSTSIZETO_SINGLECHILD
public static final java.lang.String ATTRIBUTENAME_FOLDABLE
public static final java.lang.String ATTRIBUTENAME_FOLDING_ANCHOR
public static final java.lang.String ATTRIBUTENAME_FOLDSTATEBUTTON_ANCHOR
public static final java.lang.String ATTRIBUTENAME_ALLOWMEMBER_SELECTING
public static final java.lang.String ATTRIBUTENAME_ALLOWMEMBER_MOVING
public static final java.lang.String ATTRIBUTENAME_ALLOWMEMBER_RESIZING
public static final java.lang.String ATTRIBUTENAME_DROP_TARGET
public static final java.lang.String ATTRIBUTENAME_DRAG_SOURCE
public static final java.lang.String ATTRIBUTENAME_SHADOW
public static final java.lang.String ATTRIBUTENAME_SHADOWCOLOR
public static final java.lang.String ATTRIBUTENAME_SHADOWDIRECTION
public static final java.lang.String ATTRIBUTENAME_STROKE
public static final java.lang.String ATTRIBUTENAME_MARKERBEGIN
public static final java.lang.String ATTRIBUTENAME_MARKEREND
public static final java.lang.String ATTRIBUTENAME_BORDER
public static final java.lang.String ATTRIBUTENAME_PAINT
public static final java.lang.String ATTRIBUTENAME_FILL
public static final java.lang.String ATTRIBUTENAME_FONT
public static final java.lang.String ATTRIBUTENAME_TEXT
public static final java.lang.String ATTRIBUTENAME_TITLE
public static final java.lang.String ATTRIBUTENAME_POSITION
public static final java.lang.String ATTRIBUTENAME_LINEPOSITION
public static final java.lang.String ATTRIBUTENAME_ANCHOR
public static final java.lang.String ATTRIBUTENAME_PLACEMENT
public static final java.lang.String ATTRIBUTENAME_POSITIONING
public static final java.lang.String ATTRIBUTENAME_TYPE
public static final java.lang.String ATTRIBUTENAME_STYLE
public static final java.lang.String ATTRIBUTENAME_GEOMETRY
public static final java.lang.String ATTRIBUTENAME_WATERMARK
public static final java.lang.String ATTRIBUTENAME_INDEX
public static final java.lang.String ATTRIBUTENAME_TOPMARGIN
public static final java.lang.String ATTRIBUTENAME_LEFTMARGIN
public static final java.lang.String ATTRIBUTENAME_BOTTOMMARGIN
public static final java.lang.String ATTRIBUTENAME_SWIMLANE
public static final java.lang.String ATTRIBUTENAME_WEIGHT
public static final java.lang.String ATTRIBUTENAME_ISLABELVISIBLE
public static final boolean ALLOW_CURVEDEDGES
public static final java.lang.String MINIMUM_HEIGHT
public static final java.lang.String MINIMUM_WIDTH
| Method Detail |
public static final Constraint getLineTypeConstraint()
Constraint that can be used with a line type
Attribute.
Attributepublic static final java.lang.String linetypeToString(int type)
type from the constant
into a string representation.
type - the line type constant to convert
public static final int linetypeToConstant(java.lang.String type)
type into the corresponding constant.
type - the string representation of a line type to convert
public static final Constraint getSizeAdjustmentConstraint()
Constraint that can be used with a size adjustment
Attribute.
Attributepublic static final java.lang.String sizeadjustmentToString(int sizeadjustment)
sizeadjustment from
the constant into a string representation.
sizeadjustment - the size adjustment constant to convert
public static final int sizeadjustmentToConstant(java.lang.String sizeadjustment)
sizeadjustment into the corresponding constant.
sizeadjustment - the string representation of a size adjustment to
convert
public static final java.lang.String foldplacementToString(int foldplacement)
foldplacement from
the constant into a string representation.
foldplacement - the fold placement constant to convert
public static final int foldplacementToConstant(java.lang.String foldplacement)
foldplacement into the corresponding constant.
foldplacement - the string representation of a fold placement to
convert
public static final Constraint getCompositeGroupFoldingAnchorConstraint()
public static final Constraint getCompositeGroupFoldStateButtonAnchorConstraint()
public static final Constraint getCompositeLineIconPositioningConstraint()
Constraint that can be used with the
compositeline-icon-positioning Attribute.
Attributepublic static final java.lang.String compositelineIconPositioning2String(int iconposition)
CompositeLine
given by iconposition into the corresponding
String representation.
iconposition - constant to convert into the corresponding
String representation.
String representation of the icon
positioning constant.public static final int compositelineIconPositioning2Constant(java.lang.String iconposition)
String representation of one of the
icon-positioning constants of a CompositeLine given by
iconposition into the cooresponding label position constant.
iconposition - the String representation of one of the
icon-positioning constants of a CompositeLine.
public static final Constraint getCompositeLineSignPlacementConstraint()
public static final java.lang.String compositelineSignPlacement2String(int placement)
public static final int compositelineSignPlacement2Constant(java.lang.String placement)
public static final Constraint getCompositeLineSignAnchorConstraint()
public static final java.lang.String compositelineSignAnchor2String(int anchor)
public static final int compositelineSignAnchor2Constant(java.lang.String anchor)
public static final int compositelineSignLinePosition2Constant(java.lang.String anchor)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||