Uses of Interface
org.cytoscape.view.presentation.property.values.LabelBackgroundShape
-
Uses of LabelBackgroundShape in org.cytoscape.view.presentation.property
Modifier and TypeFieldDescriptionstatic final LabelBackgroundShape
LabelBackgroundShapeVisualProperty.NONE
No label background.static final LabelBackgroundShape
LabelBackgroundShapeVisualProperty.RECTANGLE
Rectangular shape.static final LabelBackgroundShape
LabelBackgroundShapeVisualProperty.ROUND_RECTANGLE
Rectangular shape with rounded corners.Modifier and TypeFieldDescriptionstatic final VisualProperty<LabelBackgroundShape>
BasicVisualLexicon.EDGE_LABEL_BACKGROUND_SHAPE
The shape of the edge label background.static final VisualProperty<LabelBackgroundShape>
BasicVisualLexicon.NODE_LABEL_BACKGROUND_SHAPE
The shape of the node label background.Modifier and TypeMethodDescriptionLabelBackgroundShapeVisualProperty.parseSerializableString
(String value) Modifier and TypeMethodDescriptionstatic boolean
LabelBackgroundShapeVisualProperty.isDefaultShape
(LabelBackgroundShape shape) Returns true if the specified shape is one of the possible default shape values.LabelBackgroundShapeVisualProperty.toSerializableString
(LabelBackgroundShape value) ModifierConstructorDescriptionLabelBackgroundShapeVisualProperty
(LabelBackgroundShape defaultValue, String id, String displayName, Class<? extends CyIdentifiable> modelDataType) Constructor.