|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VisualPropertyDependency
Define dependency of visual properties.
Nested Class Summary | |
---|---|
static class |
VisualPropertyDependency.Definition
An enum that lists the possible dependencies. |
Method Summary | |
---|---|
void |
applyDefaultProperties(Properties props,
String baseKey)
Will search the specified Properties using the specified basedKey for each dependency definition and will update this object according to any properties found. |
boolean |
check(VisualPropertyDependency.Definition s)
Checks the state of the specified dependency definition. |
void |
copy(VisualPropertyDependency v)
Clears the current object and copies the state of the specified VisualPropertyDependency into this object. |
Properties |
getDefaultProperties(String baseKey)
Will return a new Properties object with properties set based on the specified baseKey and any dependency definitions set in this object. |
void |
set(VisualPropertyDependency.Definition s,
boolean b)
Sets the state of the specified definition to the specified value. |
Method Detail |
---|
boolean check(VisualPropertyDependency.Definition s)
void set(VisualPropertyDependency.Definition s, boolean b)
void copy(VisualPropertyDependency v)
void applyDefaultProperties(Properties props, String baseKey)
Properties getDefaultProperties(String baseKey)
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |