public class GraphvizNode extends Object
Constructor and Description |
---|
GraphvizNode(NodeId nodeId) |
Modifier and Type | Method and Description |
---|---|
void |
addField(String portId,
String title) |
void |
addSubtitle(int position,
String subtitle) |
Map<String,String> |
getFields() |
String |
getHeaderBackgroundColor() |
String |
getHeaderTextColor() |
String |
getIdentifier() |
NodeId |
getNodeId() |
NodeShape |
getShape() |
NodeStyle |
getStyle() |
List<String> |
getSubtitles() |
String |
getTitle() |
void |
setHeaderBackgroundColor(String headerBackgroundColor) |
void |
setHeaderTextColor(String headerTextColor) |
void |
setIdentifier(String identifier) |
void |
setShape(NodeShape shape) |
void |
setStyle(NodeStyle style) |
void |
setTitle(String title) |
public GraphvizNode(NodeId nodeId)
public NodeId getNodeId()
public NodeShape getShape()
public void setShape(NodeShape shape)
public NodeStyle getStyle()
public void setStyle(NodeStyle style)
public String getTitle()
public void setTitle(String title)
public void addSubtitle(int position, String subtitle)
public String getHeaderTextColor()
public void setHeaderTextColor(String headerTextColor)
public String getHeaderBackgroundColor()
public void setHeaderBackgroundColor(String headerBackgroundColor)
public String getIdentifier()
public void setIdentifier(String identifier)