PDF3DRenderMode

Inheritance: java.lang.Object, com.aspose.pdf.PDF3DRenderMode

public class PDF3DRenderMode extends Object

Class PDF3DRenderMode.

Fields

FieldDescription
BoundingBoxThe “BoundingBox” render mode.
IllustrationThe “Illustration” render mode.
ShadedIllustrationThe “ShadedIllustration” render mode.
ShadedVerticesThe “ShadedVertices” render mode.
ShadedWireframeThe “ShadedWireFrame” render mode.
SolidThe “Solid” render mode.
SolidOutlineThe “SolidOutline” render mode.
SolidWireframeThe “SolidWireFrame” render mode.
TransparentThe “Transparent” render mode.
TransparentBoundingBoxThe “TransparentBoundingBox” render mode.
TransparentBoundingBoxOutlineThe “TransparentBoundingBoxOutline” render mode.
TransparentWareFrameThe “TransparentWareFrame” render mode.
VerticesThe “Vertices” render mode.
WireframeThe “WireFrame” render mode.

Constructors

ConstructorDescription
PDF3DRenderModeInitializes a new instance of the {@code PDF3DRenderMode} class.
PDF3DRenderModeInitializes a new instance of the {@code PDF3DRenderMode} class.

Methods

MethodDescription
getAuxiliaryColourGets the auxiliary colour.
getCreaseValueGets the crease value.
getFaceColorGets the color of the face.
getOpacityGets the opacity.
getTypeGets the type.
setAuxiliaryColourSets the auxiliary colour.
setCreaseValueSets the crease value.
setFaceColorSets the color of the face.
setOpacitySets the opacity.

BoundingBox

public static final PDF3DRenderMode BoundingBox

The “BoundingBox” render mode.

Illustration

public static final PDF3DRenderMode Illustration

The “Illustration” render mode.

ShadedIllustration

public static final PDF3DRenderMode ShadedIllustration

The “ShadedIllustration” render mode.

ShadedVertices

public static final PDF3DRenderMode ShadedVertices

The “ShadedVertices” render mode.

ShadedWireframe

public static final PDF3DRenderMode ShadedWireframe

The “ShadedWireFrame” render mode.

Solid

public static final PDF3DRenderMode Solid

The “Solid” render mode.

SolidOutline

public static final PDF3DRenderMode SolidOutline

The “SolidOutline” render mode.

SolidWireframe

public static final PDF3DRenderMode SolidWireframe

The “SolidWireFrame” render mode.

Transparent

public static final PDF3DRenderMode Transparent

The “Transparent” render mode.

TransparentBoundingBox

public static final PDF3DRenderMode TransparentBoundingBox

The “TransparentBoundingBox” render mode.

TransparentBoundingBoxOutline

public static final PDF3DRenderMode TransparentBoundingBoxOutline

The “TransparentBoundingBoxOutline” render mode.

TransparentWareFrame

public static final PDF3DRenderMode TransparentWareFrame

The “TransparentWareFrame” render mode.

Vertices

public static final PDF3DRenderMode Vertices

The “Vertices” render mode.

Wireframe

public static final PDF3DRenderMode Wireframe

The “WireFrame” render mode.

PDF3DRenderMode

public PDF3DRenderMode(int subtype)

Initializes a new instance of the {@code PDF3DRenderMode} class.

Parameters:

ParameterTypeDescription
subtypeThe render mode type.

PDF3DRenderMode

Initializes a new instance of the {@code PDF3DRenderMode} class.

getAuxiliaryColour

public Color getAuxiliaryColour()

Gets the auxiliary colour.

Returns: Color.

getCreaseValue

public double getCreaseValue()

Gets the crease value.

Returns: System.Double.

getFaceColor

public Object getFaceColor()

Gets the color of the face.

Returns: Object.

getOpacity

public double getOpacity()

Gets the opacity.

Returns: System.Double.

getType

public int getType()

Gets the type.

Returns: RenderModeType Value: The type. @see RenderModeType

setAuxiliaryColour

Sets the auxiliary colour.

setCreaseValue

public PDF3DRenderMode setCreaseValue(double creaseValue)

Sets the crease value.

Parameters:

ParameterTypeDescription
creaseValueThe crease value.

Returns: PDF3DRenderMode.

setFaceColor

Sets the color of the face.

setOpacity

public PDF3DRenderMode setOpacity(double opacity)

Sets the opacity.

Parameters:

ParameterTypeDescription
opacityThe opacity.

Returns: PDF3DRenderMode.