PDF3DRenderMode
Inheritance: java.lang.Object
public class PDF3DRenderMode
Class PDF3DRenderMode.
Constructors
Constructor | Description |
---|---|
PDF3DRenderMode(int subtype) | Initializes a new instance of the PDF3DRenderMode class. |
PDF3DRenderMode(String typeName) | Initializes a new instance of the PDF3DRenderMode class. |
Fields
Field | Description |
---|---|
Solid | The “Solid” render mode. |
SolidWireframe | The “SolidWireFrame” render mode. |
Transparent | The “Transparent” render mode. |
TransparentWareFrame | The “TransparentWareFrame” render mode. |
BoundingBox | The “BoundingBox” render mode. |
TransparentBoundingBox | The “TransparentBoundingBox” render mode. |
TransparentBoundingBoxOutline | The “TransparentBoundingBoxOutline” render mode. |
Wireframe | The “WireFrame” render mode. |
ShadedWireframe | The “ShadedWireFrame” render mode. |
Vertices | The “Vertices” render mode. |
ShadedVertices | The “ShadedVertices” render mode. |
Illustration | The “Illustration” render mode. |
SolidOutline | The “SolidOutline” render mode. |
ShadedIllustration | The “ShadedIllustration” render mode. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
subtype | int | The render mode type. |
PDF3DRenderMode(String typeName)
public PDF3DRenderMode(String typeName)
Initializes a new instance of the PDF3DRenderMode class.
Parameters:
Parameter | Type | Description |
---|---|---|
typeName | java.lang.String | Name 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:
Parameter | Type | Description |
---|---|---|
color | Color | The 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:
Parameter | Type | Description |
---|---|---|
color | Color | The 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:
Parameter | Type | Description |
---|---|---|
opacity | double | The opacity. |
Returns: PDF3DRenderMode - PDF3DRenderMode.
setCreaseValue(double creaseValue)
public PDF3DRenderMode setCreaseValue(double creaseValue)
Sets the crease value.
Parameters:
Parameter | Type | Description |
---|---|---|
creaseValue | double | The 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.