|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A CompositeSwimlanePool is a composition of
CompositeSwimLanes. The nested CompositeSwimLanes
are arranged parallel.
CompositeSwimLane| Field Summary | |
static int |
LABEL_ADJUSTMENT_BOTTOM
Adjustment Constants. |
static int |
LABEL_ADJUSTMENT_CENTER
Adjustment Constants. |
static int |
LABEL_ADJUSTMENT_LEFT
Adjustment Constants. |
static int |
LABEL_ADJUSTMENT_RIGHT
Adjustment Constants. |
static int |
LABEL_ADJUSTMENT_TOP
Adjustment Constants. |
static int |
LABEL_POSITION_BOTTOM
Positioning Constants. |
static int |
LABEL_POSITION_LEFT
Positioning Constants. |
static int |
LABEL_POSITION_TOP
Positioning Constants. |
| Fields inherited from interface com.tensegrity.composite.BaseComposite |
DELEGATE_INFOVALUE, EVENT_MASK_MOUSE, EVENT_MASK_SELECT, GENERAL_INFOVALUE, NON_INFOVALUE |
| Fields inherited from interface com.tensegrity.generic.attribute.AttributableOnSet |
TREE_SUBSET_POSTFIX |
| Method Summary | |
PaintFormat |
getBackgroundPaint()
Returns the backgrounds PaintFormat. |
StrokeFormat |
getBackgroundStroke()
Returns the backgrounds StrokeFormat. |
int |
getLabelAdjustment()
Returns the adjustment of the label. |
FontFormat |
getLabelFont()
Returns the FontFormat of the label. |
PaintFormat |
getLabelPaint()
Returns the PaintFormat of the label. |
int |
getLabelPosition()
Returns the position of the label. |
StrokeFormat |
getLabelStroke()
Returns the StrokeFormat of the label. |
java.lang.String |
getLabelText()
Returns the labels text. |
int |
getMinimumSwimLaneLength()
Returns the minimum length of a lane. |
CompositeSwimLane |
getSwimLane(int index)
|
int |
getSwimLaneCount()
|
java.util.Collection |
getSwimLanes()
|
boolean |
isAutomaticSwimLaneIndexing()
|
boolean |
isAutomaticSwimLaneLayouting()
|
boolean |
isTitleVisible()
Returns true, if the title is visible. |
void |
layoutSwimLanes()
|
void |
reIndexSwimLanes()
|
void |
setAutomaticSwimLaneIndexing(boolean automaticSwimLaneIndexing)
|
void |
setAutomaticSwimLaneLayouting(boolean automaticSwimLaneLayouting)
|
void |
setBackgroundPaint(PaintFormat paint)
Set the PaintFormat of the background. |
void |
setBackgroundStroke(StrokeFormat stroke)
Set the StrokeFormat of the background. |
void |
setLabelAdjustment(int adjustment)
Sets the adjustment of the label. |
void |
setLabelFont(FontFormat font)
Sets the FontFormat of the label. |
void |
setLabelPaint(PaintFormat paint)
Sets the PaintFormat of the label. |
void |
setLabelPosition(int position)
Sets the position of the label. |
void |
setLabelStroke(StrokeFormat stroke)
Sets the StrokeFormat of the label. |
void |
setLabelText(java.lang.String text)
Sets the text for the label. |
void |
setMinimumSwimLaneLength(int minLaneLength)
Sets the minimum length of a lane. |
void |
setTitleVisible(boolean visible)
Set the title visible / invisible. |
| Methods inherited from interface com.tensegrity.composite.BaseCompositeContainer |
addComposite, addComposites, getCompositeCount, getCompositeIterator, removeAllComposites, removeComposite, removeComposites, setComposites |
| Methods inherited from interface com.tensegrity.generic.attribute.AttributableOnSet |
addAttributableOnSetListener, areAttributableEventsEnabled, disableAttributableEvents, enableAttributableEvents, getAttributes, getAttributesTree, removeAttributableOnSetListener, setAttributes, setAttributesTree |
| Methods inherited from interface com.tensegrity.generic.attribute.Attributable |
getAttribute, getAttributeType, getAttributeValue, setAttribute, setAttributeValue |
| Methods inherited from interface com.tensegrity.graphics.interaction.BaseInteractable |
getBoundingBox, getInteractionDescriptor, getMoveItem, hits, internalEnableSelection, internalSelect, internalSetSelected, isMovable, isSelectable, isSelected, mouseClick, mouseDown, mouseEnter, mouseExit, mouseUp, postActing, preActing, select, setMovable, setSelectable, setSelected, startAction, stopAction |
| Methods inherited from interface com.tensegrity.graphics.interaction.Interactable |
calculateBoundingBox, isResizable, setResizable |
| Methods inherited from interface com.tensegrity.graphics.interaction.InteractionProvider |
actAt, descriptorChanged, dismissFromInteractionCycle, getCurrentInteractionItemFor, getCursorID, getInteractionProviders, getSelection, getSelectionBoundingBox, hasMultiSelection, hasSelection, hasSubSelection, hitsAt, mouseClickAt, mouseDownAt, mouseMoveAt, mouseUpAt, postAction, preAction, select, selectAll, selectAt, selectContaining, selectSubsequent, setSelection, startActionAt, stopActionAt, unselect, unselect, unselectAll, unselectSubsequent |
| Field Detail |
public static final int LABEL_POSITION_TOP
get / setLabelPosition.
public static final int LABEL_POSITION_BOTTOM
get / setLabelPosition.
public static final int LABEL_POSITION_LEFT
get / setLabelPosition.
public static final int LABEL_ADJUSTMENT_LEFT
get / setLabelAdjustment.
public static final int LABEL_ADJUSTMENT_RIGHT
get / setLabelAdjustment.
public static final int LABEL_ADJUSTMENT_TOP
get / setLabelAdjustment.
public static final int LABEL_ADJUSTMENT_BOTTOM
get / setLabelAdjustment.
public static final int LABEL_ADJUSTMENT_CENTER
get / setLabelAdjustment.
| Method Detail |
public StrokeFormat getBackgroundStroke()
StrokeFormat.
StrokeFormat.public void setBackgroundStroke(StrokeFormat stroke)
StrokeFormat of the background.
stroke - the StrokeFormat to set for the background.public PaintFormat getBackgroundPaint()
PaintFormat.
PaintFormat.public void setBackgroundPaint(PaintFormat paint)
PaintFormat of the background.
paint - the PaintFormat to set for the background.public boolean isTitleVisible()
true, if the title is visible.
true, if the title is visible.public void setTitleVisible(boolean visible)
visible - true, if the title shall be visible.public int getLabelPosition()
public void setLabelPosition(int position)
LABEL_POSITION_TOP, LABEL_POSITION_BOTTOM and
LABEL_POSITION_LEFT.
position - the position to set.public int getLabelAdjustment()
public void setLabelAdjustment(int adjustment)
LABEL_ADJUSTMENT_LEFT,LABEL_ADJUSTMENT_RIGHT,LABEL_ADJUSTMENT_TOP,LABEL_ADJUSTMENT_BOTTOM andLABEL_ADJUSTMENT_CENTER.
adjustment - the adjustment mode to set.public StrokeFormat getLabelStroke()
StrokeFormat of the label.
StrokeFormat of the label.public void setLabelStroke(StrokeFormat stroke)
StrokeFormat of the label.
stroke - the StrokeFormat to set for the label.public PaintFormat getLabelPaint()
PaintFormat of the label.
PaintFormat of the label.public void setLabelPaint(PaintFormat paint)
PaintFormat of the label.
paint - the PaintFormat to set for the label.public FontFormat getLabelFont()
FontFormat of the label.
FontFormat of the label.public void setLabelFont(FontFormat font)
FontFormat of the label.
font - the FontFormat to set for the label.public java.lang.String getLabelText()
public void setLabelText(java.lang.String text)
text - the text for the label.public int getMinimumSwimLaneLength()
public void setMinimumSwimLaneLength(int minLaneLength)
minLaneLength - minimum length to set.public int getSwimLaneCount()
public CompositeSwimLane getSwimLane(int index)
public java.util.Collection getSwimLanes()
public boolean isAutomaticSwimLaneIndexing()
public void setAutomaticSwimLaneIndexing(boolean automaticSwimLaneIndexing)
public boolean isAutomaticSwimLaneLayouting()
public void setAutomaticSwimLaneLayouting(boolean automaticSwimLaneLayouting)
public void reIndexSwimLanes()
public void layoutSwimLanes()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||