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 LabelFrameSettingLabelFrameSetting. getSettingFromString(String s)static LabelFrameSettingLabelFrameSetting. 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 voidAttributeHelper. 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 LabelFrameSettingLabelAttribute. 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 LabelFrameSettingViewLabel. getFrame()LabelFrameSettingLabelComponent. getLabelFrameSetting()Methods in org.graffiti.plugins.attributecomponents.simplelabel with parameters of type LabelFrameSetting Modifier and Type Method Description voidViewLabel. 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)