mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
12 lines
259 B
Java
Generated
12 lines
259 B
Java
Generated
// Generated automatically from javafx.scene.text.FontPosture for testing purposes
|
|
|
|
package javafx.scene.text;
|
|
|
|
|
|
public enum FontPosture
|
|
{
|
|
ITALIC, REGULAR;
|
|
private FontPosture() {}
|
|
public static FontPosture findByName(String p0){ return null; }
|
|
}
|