Uses of Class
org.AlignmentSetting
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.label_alignment | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper | |
org |
-
Uses of AlignmentSetting in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.label_alignment
Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.label_alignment with parameters of type AlignmentSetting Constructor Description PositionButton(LabelAlignmentAttributeEditor ae, AlignmentSetting align, String desc, boolean border)
-
Uses of AlignmentSetting in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper with parameters of type AlignmentSetting Modifier and Type Method Description void
NodeHelper. setLabelAlignment(int index, AlignmentSetting align)
Set Label Position relative to the node. -
Uses of AlignmentSetting in org
Methods in org that return AlignmentSetting Modifier and Type Method Description static AlignmentSetting
AttributeHelper. getLabelAlignment(int index, Node node)
static AlignmentSetting
AlignmentSetting. valueOf(String name)
Returns the enum constant of this type with the specified name.static AlignmentSetting[]
AlignmentSetting. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org with parameters of type AlignmentSetting Modifier and Type Method Description static void
AttributeHelper. setLabelAlignment(int index, Node node, AlignmentSetting align)