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