mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
11 lines
221 B
Java
Generated
11 lines
221 B
Java
Generated
// Generated automatically from javafx.geometry.NodeOrientation for testing purposes
|
|
|
|
package javafx.geometry;
|
|
|
|
|
|
public enum NodeOrientation
|
|
{
|
|
INHERIT, LEFT_TO_RIGHT, RIGHT_TO_LEFT;
|
|
private NodeOrientation() {}
|
|
}
|