|
JGraphAddons |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--org.jgraph.layout.SugiyamaLayoutSettings
A Dialog for configuring a SugiyamaLayoutAlgorithm.
You can use horizontal and vertical spacing.
Will be shown by the SugiyamaLayoutController.
Field Summary | |
protected SugiyamaLayoutAlgorithm |
layout
|
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
SugiyamaLayoutSettings(SugiyamaLayoutAlgorithm layout)
Creates new form SugiyamaLayoutConfigurationDialog |
Method Summary | |
void |
apply()
Implementation. |
String |
getIndention()
Returns the value of the "Horizontal spacing" as text. |
String |
getVerticalSpacing()
Returns the value of the "Vertical spacing" as text. |
void |
revert()
(Re)read settings from layout algorithm. |
void |
setIndention(String text)
Set the value of the "Horizontal spacing" text field. |
void |
setVerticalSpacing(String text)
Set the value of the "Vertical Spacing" text field. |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected SugiyamaLayoutAlgorithm layout
Constructor Detail |
public SugiyamaLayoutSettings(SugiyamaLayoutAlgorithm layout)
Method Detail |
public void revert()
JGraphLayoutSettings
revert
in interface JGraphLayoutSettings
public void apply()
apply
in interface JGraphLayoutSettings
public String getIndention()
public void setIndention(String text)
public String getVerticalSpacing()
public void setVerticalSpacing(String text)
|
JGraphAddons |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |