cytoscape.visual
Class NodeAppearance
java.lang.Object
cytoscape.visual.NodeAppearance
public class NodeAppearance
- extends Object
Objects of this class hold data describing the appearance of a Node.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeAppearance
public NodeAppearance()
getFillColor
public Color getFillColor()
setFillColor
public void setFillColor(Color c)
getBorderColor
public Color getBorderColor()
setBorderColor
public void setBorderColor(Color c)
getBorderLineType
public LineType getBorderLineType()
setBorderLineType
public void setBorderLineType(LineType lt)
getShape
public byte getShape()
setShape
public void setShape(byte s)
getWidth
public double getWidth()
setWidth
public void setWidth(double d)
getHeight
public double getHeight()
setHeight
public void setHeight(double d)
getLabel
public String getLabel()
setLabel
public void setLabel(String s)
getToolTip
public String getToolTip()
setToolTip
public void setToolTip(String s)
getFont
public Font getFont()
setFont
public void setFont(Font f)
getLabelColor
public Color getLabelColor()
setLabelColor
public void setLabelColor(Color c)