Uses of Class
org.LabelFrameSetting
Package | Description |
---|---|
org | |
org.graffiti.graphics | |
org.graffiti.plugins.attributecomponents.simplelabel |
-
Uses of LabelFrameSetting in org
Methods in org that return LabelFrameSetting Modifier and Type Method Description static LabelFrameSetting
LabelFrameSetting. getSettingFromString(String s)
static LabelFrameSetting
LabelFrameSetting. valueOf(String name)
Returns the enum constant of this type with the specified name.static LabelFrameSetting[]
LabelFrameSetting. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org with parameters of type LabelFrameSetting Modifier and Type Method Description static void
AttributeHelper. setLabelFrameStyle(int index, Node n, LabelFrameSetting setting)
-
Uses of LabelFrameSetting in org.graffiti.graphics
Methods in org.graffiti.graphics that return LabelFrameSetting Modifier and Type Method Description LabelFrameSetting
LabelAttribute. getLabelFrameSetting()
-
Uses of LabelFrameSetting in org.graffiti.plugins.attributecomponents.simplelabel
Methods in org.graffiti.plugins.attributecomponents.simplelabel that return LabelFrameSetting Modifier and Type Method Description LabelFrameSetting
ViewLabel. getFrame()
LabelFrameSetting
LabelComponent. getLabelFrameSetting()
Methods in org.graffiti.plugins.attributecomponents.simplelabel with parameters of type LabelFrameSetting Modifier and Type Method Description void
ViewLabel. setFrame(LabelFrameSetting frame)
Constructors in org.graffiti.plugins.attributecomponents.simplelabel with parameters of type LabelFrameSetting Constructor Description ViewLabel(String labelText, LabelFrameSetting frame, double strokeWidth, boolean isDrop, boolean usesDrop, Color borderColor)