Package | Description |
---|---|
org.cytoscape.view.presentation.property |
Implementations of basic VisualProperty objects and VisualLexicons.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static VisualProperty<NodeShape> |
BasicVisualLexicon.NODE_SHAPE |
Modifier and Type | Method and Description |
---|---|
NodeShape |
NodeShapeVisualProperty.parseSerializableString(String value) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
NodeShapeVisualProperty(NodeShape defaultValue,
String id,
String displayName,
Class<? extends CyIdentifiable> modelDataType)
Constructor.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.