Uses of Interface
org.cytoscape.view.presentation.property.values.NodeShape
-
Uses of NodeShape in org.cytoscape.view.presentation.property
Modifier and TypeFieldDescriptionstatic final NodeShape
NodeShapeVisualProperty.DIAMOND
Diamond shape.static final NodeShape
NodeShapeVisualProperty.ELLIPSE
Ellipse shape.static final NodeShape
NodeShapeVisualProperty.HEXAGON
Hexagonal shape.static final NodeShape
NodeShapeVisualProperty.OCTAGON
Octagonal shape.static final NodeShape
NodeShapeVisualProperty.PARALLELOGRAM
Parallelogram shape.static final NodeShape
NodeShapeVisualProperty.RECTANGLE
Rectangular shape.static final NodeShape
NodeShapeVisualProperty.ROUND_RECTANGLE
Rectangular shape with rounded corners.static final NodeShape
NodeShapeVisualProperty.TRIANGLE
Triangular shape.Modifier and TypeFieldDescriptionstatic final VisualProperty<NodeShape>
BasicVisualLexicon.NODE_SHAPE
The shape of the node.Modifier and TypeMethodDescriptionstatic boolean
NodeShapeVisualProperty.isDefaultShape
(NodeShape shape) Returns true if the specified shape is one of the possible default shape values.NodeShapeVisualProperty.toSerializableString
(NodeShape value) ModifierConstructorDescriptionNodeShapeVisualProperty
(NodeShape defaultValue, String id, String displayName, Class<? extends CyIdentifiable> modelDataType) Constructor.