Package | Description |
---|---|
org.cytoscape.view.presentation.property |
Implementations of basic VisualProperty objects and VisualLexicons.
|
Modifier and Type | Field and Description |
---|---|
static ArrowShape |
ArrowShapeVisualProperty.ARROW
Pointy triangle shaped arrow
|
static ArrowShape |
ArrowShapeVisualProperty.ARROW_SHORT
Shorter pointy triangle shaped arrow
|
static ArrowShape |
ArrowShapeVisualProperty.CIRCLE
Circle shaped arrow
|
static ArrowShape |
ArrowShapeVisualProperty.DELTA
Triangle shaped arrow
|
static ArrowShape |
ArrowShapeVisualProperty.DELTA_SHORT_1
Shorter triangle shaped arrow
|
static ArrowShape |
ArrowShapeVisualProperty.DELTA_SHORT_2
Even shorter triangle shaped arrow
|
static ArrowShape |
ArrowShapeVisualProperty.DIAMOND
Diamond shaped arrow
|
static ArrowShape |
ArrowShapeVisualProperty.DIAMOND_SHORT_1
Sorter diamond shaped arrow
|
static ArrowShape |
ArrowShapeVisualProperty.DIAMOND_SHORT_2
Even shorter diamond shaped arrow
|
static ArrowShape |
ArrowShapeVisualProperty.HALF_BOTTOM
Bottom Half of a triangle shaped arrow
|
static ArrowShape |
ArrowShapeVisualProperty.HALF_TOP
Top Half of a triangle shaped arrow
|
static ArrowShape |
ArrowShapeVisualProperty.NONE
No arrow
|
static ArrowShape |
ArrowShapeVisualProperty.T
T shaped arrow
|
Modifier and Type | Field and Description |
---|---|
static VisualProperty<ArrowShape> |
BasicVisualLexicon.EDGE_SOURCE_ARROW_SHAPE |
static VisualProperty<ArrowShape> |
BasicVisualLexicon.EDGE_TARGET_ARROW_SHAPE |
Modifier and Type | Method and Description |
---|---|
ArrowShape |
ArrowShapeVisualProperty.parseSerializableString(String value) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ArrowShapeVisualProperty.isDefaultShape(ArrowShape shape) |
String |
ArrowShapeVisualProperty.toSerializableString(ArrowShape value) |
Constructor and Description |
---|
ArrowShapeVisualProperty(ArrowShape defaultValue,
String id,
String displayName,
Class<? extends CyIdentifiable> modelDataType)
Constructor.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.