ViewRenderable.VerticalAlignment
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
ViewRenderable.VerticalAlignment controls how a ViewRenderable is positioned vertically in relation to its parent Node.
The alignment options are TOP, CENTER, and BOTTOM, with BOTTOM being the default.
This enum inherits methods from java.lang.Enum, java.lang.Object, and java.lang.Comparable, providing functionalities like comparison and object identification.
public static final enum
ViewRenderable.VerticalAlignment
Controls the vertical alignment of the ViewRenderable relative to the Node it is attached to. The default value is BOTTOM.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[],["`ViewRenderable.VerticalAlignment` controls the vertical alignment of a `ViewRenderable` relative to its attached `Node`. Possible alignments are `BOTTOM` (default), `CENTER`, and `TOP`. It inherits methods like `compareTo`, `equals`, `hashCode`, `name`, `ordinal`, `toString`, and `valueOf` from the `Enum` and `Object` classes and has the method compareTo from the Comparable interface.\n"]]