PDF3DRenderMode
Inheritance: java.lang.Object, com.aspose.pdf.PDF3DRenderMode
public class PDF3DRenderMode extends Object
Class PDF3DRenderMode.
Fields
| Field | Description |
|---|---|
| BoundingBox | The “BoundingBox” render mode. |
| Illustration | The “Illustration” render mode. |
| ShadedIllustration | The “ShadedIllustration” render mode. |
| ShadedVertices | The “ShadedVertices” render mode. |
| ShadedWireframe | The “ShadedWireFrame” render mode. |
| Solid | The “Solid” render mode. |
| SolidOutline | The “SolidOutline” render mode. |
| SolidWireframe | The “SolidWireFrame” render mode. |
| Transparent | The “Transparent” render mode. |
| TransparentBoundingBox | The “TransparentBoundingBox” render mode. |
| TransparentBoundingBoxOutline | The “TransparentBoundingBoxOutline” render mode. |
| TransparentWareFrame | The “TransparentWareFrame” render mode. |
| Vertices | The “Vertices” render mode. |
| Wireframe | The “WireFrame” render mode. |
Constructors
| Constructor | Description |
|---|---|
| PDF3DRenderMode | Initializes a new instance of the {@code PDF3DRenderMode} class. |
| PDF3DRenderMode | Initializes a new instance of the {@code PDF3DRenderMode} class. |
Methods
| Method | Description |
|---|---|
| getAuxiliaryColour | Gets the auxiliary colour. |
| getCreaseValue | Gets the crease value. |
| getFaceColor | Gets the color of the face. |
| getOpacity | Gets the opacity. |
| getType | Gets the type. |
| setAuxiliaryColour | Sets the auxiliary colour. |
| setCreaseValue | Sets the crease value. |
| setFaceColor | Sets the color of the face. |
| setOpacity | Sets 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:
| Parameter | Type | Description |
|---|---|---|
| subtype | The 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:
| Parameter | Type | Description |
|---|---|---|
| creaseValue | The crease value. |
Returns: PDF3DRenderMode.
setFaceColor
Sets the color of the face.
setOpacity
public PDF3DRenderMode setOpacity(double opacity)
Sets the opacity.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| opacity | The opacity. |
Returns: PDF3DRenderMode.