Uses of Enum Class
heronarts.glx.ui.vg.VGraphics.Align
Packages that use VGraphics.Align
- 
Uses of VGraphics.Align in heronarts.glx.uiFields in heronarts.glx.ui declared as VGraphics.AlignModifier and TypeFieldDescriptionprotected VGraphics.AlignUI2dComponent.textAlignHorizontalprotected VGraphics.AlignUI2dComponent.textAlignVerticalMethods 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.componentMethods in heronarts.glx.ui.component with parameters of type VGraphics.AlignModifier and TypeMethodDescriptionstatic voidUIInputBox.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.vgMethods in heronarts.glx.ui.vg that return VGraphics.AlignModifier and TypeMethodDescriptionstatic VGraphics.AlignReturns 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)