|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VisualProperty
Represents a visual property. All vp should implement this interface.
Method Summary | |
---|---|
void |
applyToEdgeView(EdgeView nv,
Object o)
Deprecated. Use other the applyToNodeView method with the VisualPropertyDependency arg as null. Will be removed Jan 2011. |
void |
applyToEdgeView(EdgeView nv,
Object o,
VisualPropertyDependency dep)
|
void |
applyToNodeView(NodeView nv,
Object o)
Deprecated. Use other the applyToNodeView method with the VisualPropertyDependency arg as null. Will be removed Jan 2011. |
void |
applyToNodeView(NodeView nv,
Object o,
VisualPropertyDependency dep)
|
boolean |
constrained(VisualPropertyDependency dep)
|
Object |
getDefaultAppearanceObject()
|
Icon |
getDefaultIcon()
DOCUMENT ME! |
Icon |
getIcon(Object value)
|
Map<Object,Icon> |
getIconSet()
DOCUMENT ME! |
VisualPropertyType |
getType()
DOCUMENT ME! |
boolean |
isValidValue(Object value)
|
void |
paintIcon(Graphics2D g2)
DOCUMENT ME! |
Object |
parseProperty(Properties props,
String baseKey)
|
void |
showContinousEditor()
DOCUMENT ME! |
void |
showDiscreteEditor()
DOCUMENT ME! |
Method Detail |
---|
VisualPropertyType getType()
void showDiscreteEditor()
void showContinousEditor()
Map<Object,Icon> getIconSet()
void paintIcon(Graphics2D g2)
g2
- DOCUMENT ME!Icon getDefaultIcon()
Icon getIcon(Object value)
@Deprecated void applyToNodeView(NodeView nv, Object o)
void applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
@Deprecated void applyToEdgeView(EdgeView nv, Object o)
void applyToEdgeView(EdgeView nv, Object o, VisualPropertyDependency dep)
Object parseProperty(Properties props, String baseKey)
Object getDefaultAppearanceObject()
boolean constrained(VisualPropertyDependency dep)
boolean isValidValue(Object value)
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |