Uses of Interface
org.cytoscape.view.presentation.property.values.LabelBackgroundShape
Packages that use LabelBackgroundShape
-
Uses of LabelBackgroundShape in org.cytoscape.view.presentation.property
Fields in org.cytoscape.view.presentation.property declared as LabelBackgroundShapeModifier 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.Fields in org.cytoscape.view.presentation.property with type parameters of type LabelBackgroundShapeModifier 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.Methods in org.cytoscape.view.presentation.property that return LabelBackgroundShapeModifier and TypeMethodDescriptionLabelBackgroundShapeVisualProperty.parseSerializableString
(String value) Methods in org.cytoscape.view.presentation.property with parameters of type LabelBackgroundShapeModifier 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) Constructors in org.cytoscape.view.presentation.property with parameters of type LabelBackgroundShapeModifierConstructorDescriptionLabelBackgroundShapeVisualProperty
(LabelBackgroundShape defaultValue, String id, String displayName, Class<? extends CyIdentifiable> modelDataType) Constructor.