PDF3DRenderMode

Inheritance: java.lang.Object

public class PDF3DRenderMode

Class PDF3DRenderMode.

Constructors

ConstructorDescription
PDF3DRenderMode(int subtype)Initializes a new instance of the PDF3DRenderMode class.
PDF3DRenderMode(String typeName)Initializes a new instance of the PDF3DRenderMode class.

Fields

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

Methods

MethodDescription
getAuxiliaryColour()Gets the auxiliary colour.
setAuxiliaryColour(Color color)Sets the auxiliary colour.
getFaceColor()Gets the color of the face.
setFaceColor(Color color)Sets the color of the face.
getOpacity()Gets the opacity.
setOpacity(double opacity)Sets the opacity.
setCreaseValue(double creaseValue)Sets the crease value.
getCreaseValue()Gets the crease value.
getType()Gets the type.

PDF3DRenderMode(int subtype)

public PDF3DRenderMode(int subtype)

Initializes a new instance of the PDF3DRenderMode class.

Parameters:

ParameterTypeDescription
subtypeintThe render mode type.

PDF3DRenderMode(String typeName)

public PDF3DRenderMode(String typeName)

Initializes a new instance of the PDF3DRenderMode class.

Parameters:

ParameterTypeDescription
typeNamejava.lang.StringName of the type.

Solid

public static final PDF3DRenderMode Solid

The “Solid” render mode.

SolidWireframe

public static final PDF3DRenderMode SolidWireframe

The “SolidWireFrame” render mode.

Transparent

public static final PDF3DRenderMode Transparent

The “Transparent” render mode.

TransparentWareFrame

public static final PDF3DRenderMode TransparentWareFrame

The “TransparentWareFrame” render mode.

BoundingBox

public static final PDF3DRenderMode BoundingBox

The “BoundingBox” render mode.

TransparentBoundingBox

public static final PDF3DRenderMode TransparentBoundingBox

The “TransparentBoundingBox” render mode.

TransparentBoundingBoxOutline

public static final PDF3DRenderMode TransparentBoundingBoxOutline

The “TransparentBoundingBoxOutline” render mode.

Wireframe

public static final PDF3DRenderMode Wireframe

The “WireFrame” render mode.

ShadedWireframe

public static final PDF3DRenderMode ShadedWireframe

The “ShadedWireFrame” render mode.

Vertices

public static final PDF3DRenderMode Vertices

The “Vertices” render mode.

ShadedVertices

public static final PDF3DRenderMode ShadedVertices

The “ShadedVertices” render mode.

Illustration

public static final PDF3DRenderMode Illustration

The “Illustration” render mode.

SolidOutline

public static final PDF3DRenderMode SolidOutline

The “SolidOutline” render mode.

ShadedIllustration

public static final PDF3DRenderMode ShadedIllustration

The “ShadedIllustration” render mode.

getAuxiliaryColour()

public Color getAuxiliaryColour()

Gets the auxiliary colour.

Returns: Color - Color.

setAuxiliaryColour(Color color)

public PDF3DRenderMode setAuxiliaryColour(Color color)

Sets the auxiliary colour.

Parameters:

ParameterTypeDescription
colorColorThe color.

Returns: PDF3DRenderMode - PDF3DRenderMode.

getFaceColor()

public Object getFaceColor()

Gets the color of the face.

Returns: java.lang.Object - Object.

setFaceColor(Color color)

public PDF3DRenderMode setFaceColor(Color color)

Sets the color of the face.

Parameters:

ParameterTypeDescription
colorColorThe color.

Returns: PDF3DRenderMode - PDF3DRenderMode.

getOpacity()

public double getOpacity()

Gets the opacity.

Returns: double - System.Double.

setOpacity(double opacity)

public PDF3DRenderMode setOpacity(double opacity)

Sets the opacity.

Parameters:

ParameterTypeDescription
opacitydoubleThe opacity.

Returns: PDF3DRenderMode - PDF3DRenderMode.

setCreaseValue(double creaseValue)

public PDF3DRenderMode setCreaseValue(double creaseValue)

Sets the crease value.

Parameters:

ParameterTypeDescription
creaseValuedoubleThe crease value.

Returns: PDF3DRenderMode - PDF3DRenderMode.

getCreaseValue()

public double getCreaseValue()

Gets the crease value.

Returns: double - System.Double.

getType()

public int getType()

Gets the type.

Returns: int - RenderModeType Value: The type.