|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dishevelled.graph.io.ygraphml.NodeLabel
public final class NodeLabel
Node label.
| Constructor Summary | |
|---|---|
NodeLabel(boolean visible,
String alignment,
String fontFamily,
int fontSize,
String fontStyle,
String textColor,
String modelName,
String modelPosition,
String autoSizePolicy,
String text)
Create a new node label from the specified parameters. |
|
| Method Summary | |
|---|---|
String |
getAlignment()
Return the alignment for this node label. |
String |
getAutoSizePolicy()
Return the auto size policy for this node label. |
String |
getFontFamily()
Return the font family for this node label. |
int |
getFontSize()
Return the font size for this node label. |
String |
getFontStyle()
Return the font style for this node label. |
String |
getModelName()
Return the model name for this node label. |
String |
getModelPosition()
Return the model position for this node label. |
String |
getText()
Return the text for this node label. |
String |
getTextColor()
Return the text color for this node label. |
boolean |
isVisible()
Return true if this node label is visible. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeLabel(boolean visible,
String alignment,
String fontFamily,
int fontSize,
String fontStyle,
String textColor,
String modelName,
String modelPosition,
String autoSizePolicy,
String text)
visible - true if this node label is visiblealignment - alignment for this node label, must not be nullfontFamily - font family for this node label, must not be nullfontSize - font size for this node labelfontStyle - font style for this node label, must not be nulltextColor - text color for this node label, must not be nullmodelName - model name for this node label, must not be nullmodelPosition - model position for this node label, must not be nullautoSizePolicy - auto size policy for this node label, must not be nulltext - text for this node label, must not be null| Method Detail |
|---|
public boolean isVisible()
public String getAlignment()
public String getFontFamily()
public int getFontSize()
public String getFontStyle()
public String getTextColor()
public String getModelName()
public String getModelPosition()
public String getAutoSizePolicy()
public String getText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||