public static enum WriterPDF.PDF3DRenderMode extends Enum<WriterPDF.PDF3DRenderMode>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static WriterPDF.PDF3DRenderMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriterPDF.PDF3DRenderMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WriterPDF.PDF3DRenderMode DEFAULT
public static final WriterPDF.PDF3DRenderMode BOUNDING_BOX
public static final WriterPDF.PDF3DRenderMode TRANSPARENT_BOUNDING_BOX
public static final WriterPDF.PDF3DRenderMode TRANSPARENT_BOUNDING_BOX_OUTLINE
public static final WriterPDF.PDF3DRenderMode VERTICES
public static final WriterPDF.PDF3DRenderMode SHADED_VERTICES
public static final WriterPDF.PDF3DRenderMode WIREFRAME
public static final WriterPDF.PDF3DRenderMode SHADED_WIREFRAME
public static final WriterPDF.PDF3DRenderMode SOLID
public static final WriterPDF.PDF3DRenderMode TRANSPARENT
public static final WriterPDF.PDF3DRenderMode SHADED_SOLID_WIREFRAME
public static final WriterPDF.PDF3DRenderMode TRANSPARENT_WIREFRAME
public static final WriterPDF.PDF3DRenderMode ILLUSTRATION
public static final WriterPDF.PDF3DRenderMode SOLID_OUTLINE
public static final WriterPDF.PDF3DRenderMode SHADED_ILLUSTRATION
public static final WriterPDF.PDF3DRenderMode HIDDEN_WIREFRAME
public static WriterPDF.PDF3DRenderMode[] values()
for (WriterPDF.PDF3DRenderMode c : WriterPDF.PDF3DRenderMode.values()) System.out.println(c);
public static WriterPDF.PDF3DRenderMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()