|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
public class SwimlaneLayoutInfo
Contains settings for the SwimlaneLayout
class.
Constructor Summary | |
---|---|
SwimlaneLayoutInfo()
Initializes a new instance of the SwimlaneLayoutInfo class. |
Method Summary | |
---|---|
boolean |
getCollapseEmptyLanes()
Get a value indicating whether lanes without associated nodes will shrink to zero size. |
boolean |
getCompactNodes()
Gets a value indicating whether the nodes within individual lanes are compacted. |
int |
getDirection()
Gets the direction of the arranged diagram. |
boolean |
getKeepLaneSizes()
Gets a value indicating whether the layout will attempt to preserve the original sizes of the lanes in the supplied grid. |
float |
getLaneDistance()
Gets the spacing between adjacent lanes in the final layout. |
XDimension2D.Double |
getMargins()
Gets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds. |
float |
getNodeDistance()
Gets the spacing between adjacent nodes within a lane in the final layout. |
int |
getOrientation()
Gets the overall orientation of the arranged diagram. |
SwimlaneGrid |
getSwimlaneGrid()
Gets the object through which the swimlane grid can be manipulated by the layout. |
void |
setCollapseEmptyLanes(boolean value)
Set a value indicating whether lanes without associated nodes will shrink to zero size. |
void |
setCompactNodes(boolean value)
Sets a value indicating whether the nodes within individual lanes are compacted. |
void |
setDirection(int value)
Gets the direction of the arranged diagram. |
void |
setKeepLaneSizes(boolean value)
Gets a value indicating whether the layout will attempt to preserve the original sizes of the lanes in the supplied grid. |
void |
setLaneDistance(float value)
Sets the spacing between adjacent lanes in the final layout. |
void |
setMargins(XDimension2D.Double value)
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds. |
void |
setNodeDistance(float value)
Sets the spacing between adjacent nodes within a lane in the final layout. |
void |
setOrientation(int value)
Sets the overall orientation of the arranged diagram. |
void |
setSwimlaneGrid(SwimlaneGrid value)
Sets the object through which the swimlane grid can be manipulated by the layout. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SwimlaneLayoutInfo()
SwimlaneLayoutInfo
class.
Method Detail |
---|
public int getOrientation()
public void setOrientation(int value)
public int getDirection()
public void setDirection(int value)
public SwimlaneGrid getSwimlaneGrid()
public void setSwimlaneGrid(SwimlaneGrid value)
public XDimension2D.Double getMargins()
public void setMargins(XDimension2D.Double value)
public float getLaneDistance()
public void setLaneDistance(float value)
public float getNodeDistance()
public void setNodeDistance(float value)
public boolean getCollapseEmptyLanes()
public void setCollapseEmptyLanes(boolean value)
public boolean getCompactNodes()
public void setCompactNodes(boolean value)
public boolean getKeepLaneSizes()
public void setKeepLaneSizes(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |