Uses of Enum Class
heronarts.glx.ui.vg.VGraphics.Align
Packages that use VGraphics.Align
-
Uses of VGraphics.Align in heronarts.glx.ui
Fields in heronarts.glx.ui declared as VGraphics.AlignModifier and TypeFieldDescriptionprotected VGraphics.Align
UI2dComponent.textAlignHorizontal
protected VGraphics.Align
UI2dComponent.textAlignVertical
Methods in heronarts.glx.ui with parameters of type VGraphics.AlignModifier and TypeMethodDescriptionUI2dComponent.setTextAlignment
(VGraphics.Align horizontalAlignment) Sets the text alignmentUI2dComponent.setTextAlignment
(VGraphics.Align horizontalAlignment, VGraphics.Align verticalAlignment) Sets the text alignment of this component -
Uses of VGraphics.Align in heronarts.glx.ui.component
Methods in heronarts.glx.ui.component with parameters of type VGraphics.AlignModifier and TypeMethodDescriptionstatic void
UIInputBox.onDrawText
(UI ui, VGraphics vg, UIInputBox.EditState editState, String rawString, boolean cursor, VGraphics.Align textAlignHorizontal, float x, float y, float width, float height, float availableWidth) Horrendous helper method to render an editable text field -
Uses of VGraphics.Align in heronarts.glx.ui.vg
Methods in heronarts.glx.ui.vg that return VGraphics.AlignModifier and TypeMethodDescriptionstatic VGraphics.Align
Returns the enum constant of this class with the specified name.static VGraphics.Align[]
VGraphics.Align.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in heronarts.glx.ui.vg with parameters of type VGraphics.AlignModifier and TypeMethodDescriptionVGraphics.textAlign
(VGraphics.Align horizontal) VGraphics.textAlign
(VGraphics.Align horizontal, VGraphics.Align vertical)