cytoscape.visual
Class NodeAppearance

java.lang.Object
  extended by cytoscape.visual.NodeAppearance

public class NodeAppearance
extends Object

Objects of this class hold data describing the appearance of a Node.


Constructor Summary
NodeAppearance()
           
 
Method Summary
 Color getBorderColor()
           
 LineType getBorderLineType()
           
 Color getFillColor()
           
 Font getFont()
           
 double getHeight()
           
 String getLabel()
           
 Color getLabelColor()
           
 byte getShape()
           
 String getToolTip()
           
 double getWidth()
           
 void setBorderColor(Color c)
           
 void setBorderLineType(LineType lt)
           
 void setFillColor(Color c)
           
 void setFont(Font f)
           
 void setHeight(double d)
           
 void setLabel(String s)
           
 void setLabelColor(Color c)
           
 void setShape(byte s)
           
 void setToolTip(String s)
           
 void setWidth(double d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeAppearance

public NodeAppearance()
Method Detail

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)