|
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.NodeAppearance
public class NodeAppearance
Objects of this class hold data describing the appearance of a Node.
Constructor Summary | |
---|---|
NodeAppearance()
Constructor. |
Method Summary | |
---|---|
Object |
clone()
Clone. |
Object |
get(byte b)
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
Color |
getBorderColor()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
LineType |
getBorderLineType()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
Color |
getFillColor()
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. |
double |
getHeight()
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. |
LabelPosition |
getLabelPosition()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
NodeShape |
getNodeShape()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
byte |
getShape()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
double |
getSize()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
String |
getToolTip()
Deprecated. Use Appearance.get(VisualPropertyType) instead. Will be removed 5/2008. |
double |
getWidth()
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 |
setBorderColor(Color c)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setBorderLineType(LineType lt)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setFillColor(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 |
setHeight(double d)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setJustHeight(double d)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setJustWidth(double d)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. Sets only the height variable. |
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 |
setLabelPosition(LabelPosition c)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setNodeShape(NodeShape s)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setShape(byte s)
Deprecated. Use Appearance.set(VisualPropertyType,Object) instead. Will be removed 5/2008. |
void |
setSize(double s)
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. |
void |
setWidth(double d)
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 NodeAppearance()
Method Detail |
---|
public Object clone()
clone
in class Appearance
public Color getFillColor()
public void setFillColor(Color c)
public Color getBorderColor()
public void setBorderColor(Color c)
public LineType getBorderLineType()
public void setBorderLineType(LineType lt)
public byte getShape()
public NodeShape getNodeShape()
public void setShape(byte s)
public void setNodeShape(NodeShape s)
public double getWidth()
public void setJustWidth(double d)
public void setWidth(double d)
public double getHeight()
public void setJustHeight(double d)
public void setHeight(double d)
public double getSize()
public void setSize(double s)
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 LabelPosition getLabelPosition()
public void setLabelPosition(LabelPosition c)
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 |