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

org.jhotdraw8.fxcontrols.dock.TrackAxis Maven / Gradle / Ivy

The newest version!
/*
 * @(#)TrackAxis.java
 * Copyright © 2023 The authors and contributors of JHotDraw. MIT License.
 */
package org.jhotdraw8.fxcontrols.dock;

/**
 * Defines the axis of a {@link Track}.
 */
public enum TrackAxis {
    X, Y, Z
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy