|
Cytoscape 2.7.0 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.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()
Returns a clone of this Appearance. |
boolean |
getNodeSizeLocked()
Deprecated. Use VisualStyle.getDependency().check(VisualPropertyDependency.Definition.NODE_SIZE_LOCKED) instead. Will be removed Jan 2011. |
void |
setNodeSizeLocked(boolean b)
Deprecated. Use VisualStyle.getDependency().set(VisualPropertyDependency.Definition.NODE_SIZE_LOCKED,b) instead. Will be removed Jan 2011. |
Methods inherited from class cytoscape.visual.Appearance |
---|
applyAppearance, applyAppearance, applyBypass, applyDefaultProperties, copy, get, getDefaultProperties, getDescription, getDescription, set |
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()
Appearance
clone
in class Appearance
@Deprecated public boolean getNodeSizeLocked()
@Deprecated public void setNodeSizeLocked(boolean b)
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |