All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dua3.utility.fx.controls.Position Maven / Gradle / Ivy

There is a newer version: 15.0.2
Show newest version
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