|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cytoscape.view.vizmap.gui.util.PropertySheetUtil
public final class PropertySheetUtil
Utility class to provide access to basic set of Visual Properties.
| Constructor Summary | |
|---|---|
PropertySheetUtil()
|
|
| Method Summary | |
|---|---|
static void |
addBasicVisualProperty(VisualProperty<?> vp)
Add a new basic visual property. |
static boolean |
isAdvancedMode()
Check the status of display mode |
static boolean |
isBasic(VisualProperty<?> vp)
Check whether given Visual Property is categorized as Basic or not. |
static Boolean |
isCompatible(VisualProperty<?> vp)
Returns true if given VisualProperty is compatible with current rendering engine. |
static void |
removeIncompatibleVisualProperty(VisualProperty<?> vp)
Remove incompatible VisualProperty from list if new RenderingEngine can handle it. |
static void |
setMode(boolean advanced)
Switch the current display mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertySheetUtil()
| Method Detail |
|---|
public static final boolean isBasic(VisualProperty<?> vp)
vp - Visual Property to be checked
public static final boolean isAdvancedMode()
public static final void setMode(boolean advanced)
advanced - If true, it is in advanced mode.public static final void addBasicVisualProperty(VisualProperty<?> vp)
vp - New Visual Property to be set as basic set.public static final Boolean isCompatible(VisualProperty<?> vp)
vp - VisualProperty to be tested
public static final void removeIncompatibleVisualProperty(VisualProperty<?> vp)
vp - VisualProperty to be removed from the incompatible list.
|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||