|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.visual.Appearance cytoscape.visual.EdgeAppearance
public class EdgeAppearance
Objects of this class hold data describing the appearance of an Edge.
Constructor Summary | |
---|---|
EdgeAppearance()
Creates a new EdgeAppearance object. |
Method Summary | |
---|---|
void |
applyAppearance(EdgeView edgeView,
boolean optimizer)
Deprecated. Use applyAppearance(edgeView) instead - now we always optimize. Will be removed 10/2007 |
Object |
clone()
Clone. |
Object |
get(byte b)
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
Color |
getColor()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
Font |
getFont()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
float |
getFontSize()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
String |
getLabel()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
Color |
getLabelColor()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
LineType |
getLineType()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
Float |
getLineWidth()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
Arrow |
getSourceArrow()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
Arrow |
getTargetArrow()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
String |
getToolTip()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
void |
set(byte b,
Object o)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setColor(Color c)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setFont(Font f)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setFontSize(float f)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setLabel(String s)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setLabelColor(Color c)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setLineType(LineType lt)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setLineWidth(Float w)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setSourceArrow(Arrow a)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setTargetArrow(Arrow a)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setToolTip(String s)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
Methods inherited from class cytoscape.visual.Appearance |
---|
applyAppearance, applyAppearance, applyBypass, applyDefaultProperties, copy, get, getDefaultProperties, getDescription, getDescription, getNodeSizeLocked, set, setNodeSizeLocked |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EdgeAppearance()
Method Detail |
---|
public Object clone()
clone
in class Appearance
public Color getColor()
public void setColor(Color c)
public LineType getLineType()
public Float getLineWidth()
public void setLineType(LineType lt)
public void setLineWidth(Float w)
public Arrow getSourceArrow()
public void setSourceArrow(Arrow a)
public Arrow getTargetArrow()
public void setTargetArrow(Arrow a)
public String getLabel()
public void setLabel(String s)
public String getToolTip()
public void setToolTip(String s)
public Font getFont()
public void setFont(Font f)
public float getFontSize()
public void setFontSize(float f)
public Color getLabelColor()
public void setLabelColor(Color c)
public void applyAppearance(EdgeView edgeView, boolean optimizer)
public Object get(byte b)
public void set(byte b, Object o)
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |