com.dua3.utility.fx.controls.Position Maven / Gradle / Ivy
package com.dua3.utility.fx.controls;
/**
* Enumeration representing the possible positions of borders and edges.
*/
public enum Position {
/** The top position. */
TOP,
/** The bottom position. */
BOTTOM,
/** The left position. */
LEFT,
/** The right position. */
RIGHT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy