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 LabelBackgroundShapeLabelBackgroundShapeVisualProperty.NONENo label background.static final LabelBackgroundShapeLabelBackgroundShapeVisualProperty.RECTANGLERectangular shape.static final LabelBackgroundShapeLabelBackgroundShapeVisualProperty.ROUND_RECTANGLERectangular 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_SHAPEThe shape of the edge label background.static final VisualProperty<LabelBackgroundShape>BasicVisualLexicon.NODE_LABEL_BACKGROUND_SHAPEThe 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 booleanLabelBackgroundShapeVisualProperty.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.