public class PDF3DRenderMode extends Object
Class PDF3DRenderMode.
Modifier and Type | Field and Description |
---|---|
static PDF3DRenderMode |
BoundingBox
The "BoundingBox" render mode.
|
static PDF3DRenderMode |
Illustration
The "Illustration" render mode.
|
static PDF3DRenderMode |
ShadedIllustration
The "ShadedIllustration" render mode.
|
static PDF3DRenderMode |
ShadedVertices
The "ShadedVertices" render mode.
|
static PDF3DRenderMode |
ShadedWireframe
The "ShadedWireFrame" render mode.
|
static PDF3DRenderMode |
Solid
The "Solid" render mode.
|
static PDF3DRenderMode |
SolidOutline
The "SolidOutline" render mode.
|
static PDF3DRenderMode |
SolidWireframe
The "SolidWireFrame" render mode.
|
static PDF3DRenderMode |
Transparent
The "Transparent" render mode.
|
static PDF3DRenderMode |
TransparentBoundingBox
The "TransparentBoundingBox" render mode.
|
static PDF3DRenderMode |
TransparentBoundingBoxOutline
The "TransparentBoundingBoxOutline" render mode.
|
static PDF3DRenderMode |
TransparentWareFrame
The "TransparentWareFrame" render mode.
|
static PDF3DRenderMode |
Vertices
The "Vertices" render mode.
|
static PDF3DRenderMode |
Wireframe
The "WireFrame" render mode.
|
Constructor and Description |
---|
PDF3DRenderMode(int subtype)
Initializes a new instance of the
PDF3DRenderMode class. |
PDF3DRenderMode(String typeName)
Initializes a new instance of the
PDF3DRenderMode class. |
Modifier and Type | Method and Description |
---|---|
Color |
getAuxiliaryColour()
Gets the auxiliary colour.
|
double |
getCreaseValue()
Gets the crease value.
|
Object |
getFaceColor()
Gets the color of the face.
|
double |
getOpacity()
Gets the opacity.
|
int |
getType()
Gets the type.
|
PDF3DRenderMode |
setAuxiliaryColour(Color color)
Sets the auxiliary colour.
|
PDF3DRenderMode |
setCreaseValue(double creaseValue)
Sets the crease value.
|
PDF3DRenderMode |
setFaceColor(Color color)
Sets the color of the face.
|
PDF3DRenderMode |
setOpacity(double opacity)
Sets the opacity.
|
public static PDF3DRenderMode Solid
The "Solid" render mode.
public static PDF3DRenderMode SolidWireframe
The "SolidWireFrame" render mode.
public static PDF3DRenderMode Transparent
The "Transparent" render mode.
public static PDF3DRenderMode TransparentWareFrame
The "TransparentWareFrame" render mode.
public static PDF3DRenderMode BoundingBox
The "BoundingBox" render mode.
public static PDF3DRenderMode TransparentBoundingBox
The "TransparentBoundingBox" render mode.
public static PDF3DRenderMode TransparentBoundingBoxOutline
The "TransparentBoundingBoxOutline" render mode.
public static PDF3DRenderMode Wireframe
The "WireFrame" render mode.
public static PDF3DRenderMode ShadedWireframe
The "ShadedWireFrame" render mode.
public static PDF3DRenderMode Vertices
The "Vertices" render mode.
public static PDF3DRenderMode ShadedVertices
The "ShadedVertices" render mode.
public static PDF3DRenderMode Illustration
The "Illustration" render mode.
public static PDF3DRenderMode SolidOutline
The "SolidOutline" render mode.
public static PDF3DRenderMode ShadedIllustration
The "ShadedIllustration" render mode.
public PDF3DRenderMode(int subtype)
Initializes a new instance of the PDF3DRenderMode
class.
subtype
- The render mode type.public PDF3DRenderMode(String typeName)
Initializes a new instance of the PDF3DRenderMode
class.
typeName
- Name of the type.com.aspose.ms.System.ArgumentException
- Unknown a render mode type argumentpublic Color getAuxiliaryColour()
Gets the auxiliary colour.
public PDF3DRenderMode setAuxiliaryColour(Color color)
Sets the auxiliary colour.
color
- The color.public Object getFaceColor()
Gets the color of the face.
public PDF3DRenderMode setFaceColor(Color color)
Sets the color of the face.
color
- The color.public double getOpacity()
Gets the opacity.
public PDF3DRenderMode setOpacity(double opacity)
Sets the opacity.
opacity
- The opacity.public PDF3DRenderMode setCreaseValue(double creaseValue)
Sets the crease value.
creaseValue
- The crease value.public double getCreaseValue()
Gets the crease value.
public int getType()
Gets the type.
RenderModeType