Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.view.presentation.property.values.NodeShape

Packages that use NodeShape
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
static NodeShape NodeShapeVisualProperty.DIAMOND
          Diamond shape.
static NodeShape NodeShapeVisualProperty.ELLIPSE
          Ellipse shape.
static NodeShape NodeShapeVisualProperty.HEXAGON
          Hexagonal shape.
static NodeShape NodeShapeVisualProperty.OCTAGON
          Octagonal shape.
static NodeShape NodeShapeVisualProperty.PARALLELOGRAM
          Parallelogram shape.
static NodeShape NodeShapeVisualProperty.RECTANGLE
          Rectangular shape.
static NodeShape NodeShapeVisualProperty.ROUND_RECTANGLE
          Rectangular shape with rounded corners.
static NodeShape NodeShapeVisualProperty.TRIANGLE
          Triangular shape.
 

Fields in org.cytoscape.view.presentation.property with type parameters of type NodeShape
static VisualProperty<NodeShape> BasicVisualLexicon.NODE_SHAPE
           
 

Methods in org.cytoscape.view.presentation.property that return NodeShape
 NodeShape NodeShapeVisualProperty.parseSerializableString(String value)
           
 

Methods in org.cytoscape.view.presentation.property with parameters of type NodeShape
static boolean NodeShapeVisualProperty.isDefaultShape(NodeShape shape)
          Returns true if the specified shape is one of the possible default shape values.
 String NodeShapeVisualProperty.toSerializableString(NodeShape value)
           
 

Constructors in org.cytoscape.view.presentation.property with parameters of type NodeShape
NodeShapeVisualProperty(NodeShape defaultValue, String id, String displayName, Class<? extends CyIdentifiable> modelDataType)
          Constructor.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.