// Generated automatically from javafx.scene.DepthTest for testing purposes package javafx.scene; public enum DepthTest { DISABLE, ENABLE, INHERIT; private DepthTest() {} }