PdfRenderMode

Inheritance: java.lang.Object, java.lang.Enum

public enum PdfRenderMode extends Enum<PdfRenderMode>

Render mode specifies the style in which the 3D artwork is rendered.

Fields

FieldDescription
BOUNDING_BOXDisplays the bounding box edges of each node, aligned with the axes of the local coordinate space for that node.
HIDDEN_WIREFRAMEDisplays edges in a single color, though removes back-facing and obscured edges.
ILLUSTRATIONDisplays silhouette edges with surfaces, removes obscured lines.
SHADED_ILLUSTRATIONDisplays silhouette edges with lit and textured surfaces and an additional emissive term to remove poorly lit areas of the artwork.
SHADED_VERTICESDisplays only vertices, though uses their vertex color and applies lighting.
SHADED_WIREFRAMEDisplays only edges, though interpolates their color between their two vertices and applies lighting.
SOLIDDisplays textured and lit geometric shapes.
SOLID_OUTLINEDisplays silhouette edges with lit and textured surfaces, removes obscured lines.
SOLID_WIREFRAMEDisplays textured and lit geometric shapes (triangles) with single color edges on top of them.
TRANSPARENTDisplays textured and lit geometric shapes (triangles) with an added level of transparency.
TRANSPARENT_BOUNDING_BOXDisplays bounding boxes faces of each node, aligned with the axes of the local coordinate space for that node, with an added level of transparency.
TRANSPARENT_BOUNDING_BOX_OUTLINEDisplays bounding boxes edges and faces of each node, aligned with the axes of the local coordinate space for that node, with an added level of transparency.
TRANSPARENT_WIREFRAMEDisplays textured and lit geometric shapes (triangles) with an added level of transparency, with single color opaque edges on top of it.
VERTICESDisplays only vertices in a single color.
WIREFRAMEDisplays only edges in a single color.

Methods

MethodDescription
valueOf(Class arg0, String arg1)
compareTo(E arg0)
describeConstable()
equals(Object arg0)
getClass()
getDeclaringClass()
hashCode()
name()
notify()
notifyAll()
ordinal()
toString()
valueOf(String name)
values()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BOUNDING_BOX

public static final PdfRenderMode BOUNDING_BOX

Displays the bounding box edges of each node, aligned with the axes of the local coordinate space for that node.

HIDDEN_WIREFRAME

public static final PdfRenderMode HIDDEN_WIREFRAME

Displays edges in a single color, though removes back-facing and obscured edges.

ILLUSTRATION

public static final PdfRenderMode ILLUSTRATION

Displays silhouette edges with surfaces, removes obscured lines.

SHADED_ILLUSTRATION

public static final PdfRenderMode SHADED_ILLUSTRATION

Displays silhouette edges with lit and textured surfaces and an additional emissive term to remove poorly lit areas of the artwork.

SHADED_VERTICES

public static final PdfRenderMode SHADED_VERTICES

Displays only vertices, though uses their vertex color and applies lighting.

SHADED_WIREFRAME

public static final PdfRenderMode SHADED_WIREFRAME

Displays only edges, though interpolates their color between their two vertices and applies lighting.

SOLID

public static final PdfRenderMode SOLID

Displays textured and lit geometric shapes.

SOLID_OUTLINE

public static final PdfRenderMode SOLID_OUTLINE

Displays silhouette edges with lit and textured surfaces, removes obscured lines.

SOLID_WIREFRAME

public static final PdfRenderMode SOLID_WIREFRAME

Displays textured and lit geometric shapes (triangles) with single color edges on top of them.

TRANSPARENT

public static final PdfRenderMode TRANSPARENT

Displays textured and lit geometric shapes (triangles) with an added level of transparency.

TRANSPARENT_BOUNDING_BOX

public static final PdfRenderMode TRANSPARENT_BOUNDING_BOX

Displays bounding boxes faces of each node, aligned with the axes of the local coordinate space for that node, with an added level of transparency.

TRANSPARENT_BOUNDING_BOX_OUTLINE

public static final PdfRenderMode TRANSPARENT_BOUNDING_BOX_OUTLINE

Displays bounding boxes edges and faces of each node, aligned with the axes of the local coordinate space for that node, with an added level of transparency.

TRANSPARENT_WIREFRAME

public static final PdfRenderMode TRANSPARENT_WIREFRAME

Displays textured and lit geometric shapes (triangles) with an added level of transparency, with single color opaque edges on top of it.

VERTICES

public static final PdfRenderMode VERTICES

Displays only vertices in a single color.

WIREFRAME

public static final PdfRenderMode WIREFRAME

Displays only edges in a single color.

valueOf(Class arg0, String arg1)

public static T <T>valueOf(Class<T> arg0, String arg1)

Parameters:

ParameterTypeDescription
arg0java.lang.Class
arg1java.lang.String

Returns: T

compareTo(E arg0)

public final int compareTo(E arg0)

Parameters:

ParameterTypeDescription
arg0E

Returns: int

describeConstable()

public final Optional<Enum.EnumDesc<E>> describeConstable()

Returns: java.util.Optional<java.lang.Enum.EnumDesc>

equals(Object arg0)

public final boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDeclaringClass()

public final Class<E> getDeclaringClass()

Returns: java.lang.Class

hashCode()

public final int hashCode()

Returns: int

name()

public final String name()

Returns: java.lang.String

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

ordinal()

public final int ordinal()

Returns: int

toString()

public String toString()

Returns: java.lang.String

valueOf(String name)

public static PdfRenderMode valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: PdfRenderMode

values()

public static PdfRenderMode[] values()

Returns: com.aspose.threed.PdfRenderMode[]

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int