public class GraphvizNode extends Object
Constructor and Description |
---|
GraphvizNode(String 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 |
getNodeId() |
NodeShape |
getShape() |
NodeStyle |
getStyle() |
List<String> |
getSubtitles() |
String |
getTitle() |
void |
setHeaderBackgroundColor(String headerBackgroundColor) |
void |
setHeaderTextColor(String headerTextColor) |
void |
setShape(NodeShape shape) |
void |
setStyle(NodeStyle style) |
void |
setTitle(String title) |
public GraphvizNode(String nodeId)
public String 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)
Copyright © 2006-2012 Google, Inc.. All Rights Reserved.