Uses of Interface
org.cytoscape.view.presentation.property.values.NodeShape
-
Packages that use NodeShape Package Description org.cytoscape.view.presentation.property Implementations of basic VisualProperty objects and VisualLexicons. -
-
Uses of NodeShape in org.cytoscape.view.presentation.property
Fields in org.cytoscape.view.presentation.property declared as NodeShape Modifier and Type Field Description static NodeShapeNodeShapeVisualProperty. DIAMONDDiamond shape.static NodeShapeNodeShapeVisualProperty. ELLIPSEEllipse shape.static NodeShapeNodeShapeVisualProperty. HEXAGONHexagonal shape.static NodeShapeNodeShapeVisualProperty. OCTAGONOctagonal shape.static NodeShapeNodeShapeVisualProperty. PARALLELOGRAMParallelogram shape.static NodeShapeNodeShapeVisualProperty. RECTANGLERectangular shape.static NodeShapeNodeShapeVisualProperty. ROUND_RECTANGLERectangular shape with rounded corners.static NodeShapeNodeShapeVisualProperty. TRIANGLETriangular shape.Fields in org.cytoscape.view.presentation.property with type parameters of type NodeShape Modifier and Type Field Description static VisualProperty<NodeShape>BasicVisualLexicon. NODE_SHAPEThe shape of the node.Methods in org.cytoscape.view.presentation.property that return NodeShape Modifier and Type Method Description NodeShapeNodeShapeVisualProperty. parseSerializableString(String value)Methods in org.cytoscape.view.presentation.property with parameters of type NodeShape Modifier and Type Method Description static booleanNodeShapeVisualProperty. isDefaultShape(NodeShape shape)Returns true if the specified shape is one of the possible default shape values.StringNodeShapeVisualProperty. toSerializableString(NodeShape value)Constructors in org.cytoscape.view.presentation.property with parameters of type NodeShape Constructor Description NodeShapeVisualProperty(NodeShape defaultValue, String id, String displayName, Class<? extends CyIdentifiable> modelDataType)Constructor.
-