cytoscape.visual
Class EdgeAppearance
java.lang.Object
cytoscape.visual.EdgeAppearance
public class EdgeAppearance
- extends Object
Objects of this class hold data describing the appearance of an Edge.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdgeAppearance
public EdgeAppearance()
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)