|
Cytoscape 3.1.1 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.
Module: vizmap-gui-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>vizmap-gui-api</artifactId>
</dependency>| Constructor Summary | |
|---|---|
PropertySheetUtil()
|
|
| Method Summary | |
|---|---|
static void |
addBasicVisualProperty(VisualProperty<?> vp)
Deprecated. |
static boolean |
isAdvancedMode()
Deprecated. |
static boolean |
isBasic(VisualProperty<?> vp)
Deprecated. |
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)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertySheetUtil()
| Method Detail |
|---|
@Deprecated public static final boolean isBasic(VisualProperty<?> vp)
vp - Visual Property to be checked
@Deprecated public static final boolean isAdvancedMode()
@Deprecated public static final void setMode(boolean advanced)
advanced - If true, it is in advanced mode.@Deprecated 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.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||