cytoscape.visual
Class EdgeAppearance

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

public class EdgeAppearance
extends Object

Objects of this class hold data describing the appearance of an Edge.


Constructor Summary
EdgeAppearance()
           
 
Method Summary
 Color getColor()
           
 Font getFont()
           
 String getLabel()
           
 LineType getLineType()
           
 Arrow getSourceArrow()
           
 Arrow getTargetArrow()
           
 String getToolTip()
           
 void setColor(Color c)
           
 void setFont(Font f)
           
 void setLabel(String s)
           
 void setLineType(LineType lt)
           
 void setSourceArrow(Arrow a)
           
 void setTargetArrow(Arrow a)
           
 void setToolTip(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeAppearance

public EdgeAppearance()
Method Detail

getColor

public Color getColor()

setColor

public void setColor(Color c)

getLineType

public LineType getLineType()

setLineType

public void setLineType(LineType lt)

getSourceArrow

public Arrow getSourceArrow()

setSourceArrow

public void setSourceArrow(Arrow a)

getTargetArrow

public Arrow getTargetArrow()

setTargetArrow

public void setTargetArrow(Arrow a)

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)