public static enum DrawToolBase.FrameBinding extends java.lang.Enum<DrawToolBase.FrameBinding>
| Enum Constant and Description | 
|---|
| CLIPPING_PLANE | 
| INTERNAL_FRAME | 
| VIEW_PLANE | 
| Modifier and Type | Method and Description | 
|---|---|
| static DrawToolBase.FrameBinding | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static DrawToolBase.FrameBinding[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DrawToolBase.FrameBinding VIEW_PLANE
public static final DrawToolBase.FrameBinding CLIPPING_PLANE
public static final DrawToolBase.FrameBinding INTERNAL_FRAME
public static DrawToolBase.FrameBinding[] values()
for (DrawToolBase.FrameBinding c : DrawToolBase.FrameBinding.values()) System.out.println(c);
public static DrawToolBase.FrameBinding valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null