mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
11 lines
216 B
Java
Generated
11 lines
216 B
Java
Generated
// Generated automatically from javafx.scene.CacheHint for testing purposes
|
|
|
|
package javafx.scene;
|
|
|
|
|
|
public enum CacheHint
|
|
{
|
|
DEFAULT, QUALITY, ROTATE, SCALE, SCALE_AND_ROTATE, SPEED;
|
|
private CacheHint() {}
|
|
}
|