public class VertexLabel extends DefaultGraphCell
attributes
Constructor and Description |
---|
VertexLabel(YAWLVertex vertex,
java.lang.String label) |
Modifier and Type | Method and Description |
---|---|
java.awt.Font |
getFont() |
java.awt.Color |
getForeground() |
java.lang.String |
getText() |
YAWLVertex |
getVertex() |
void |
refreshLabelView() |
void |
setFont(java.awt.Font font) |
void |
setForeground(java.awt.Color foreColor) |
void |
setLabel(java.lang.String label) |
void |
setVertex(YAWLVertex vertex) |
addPort, addPort, addPort, changeAttributes, clone, getAttributes, getChildren, setAttributes
add, breadthFirstEnumeration, children, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
public VertexLabel(YAWLVertex vertex, java.lang.String label)
public void setForeground(java.awt.Color foreColor)
public java.awt.Font getFont()
public java.awt.Color getForeground()
public void setFont(java.awt.Font font)
public void refreshLabelView()
public void setLabel(java.lang.String label)
public java.lang.String getText()
public YAWLVertex getVertex()
public void setVertex(YAWLVertex vertex)