Uses of Enum Class
heronarts.glx.ui.vg.VGraphics.Align
-
Uses of VGraphics.Align in heronarts.glx.ui
Modifier and TypeFieldDescriptionprotected VGraphics.Align
UI2dComponent.textAlignHorizontal
protected VGraphics.Align
UI2dComponent.textAlignVertical
Modifier 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
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionVGraphics.textAlign
(VGraphics.Align horizontal) VGraphics.textAlign
(VGraphics.Align horizontal, VGraphics.Align vertical)