PDF3DRenderMode

遗产: java.lang.Object

public class PDF3DRenderMode

类 PDF3DRenderMode。

构造函数

构造函数描述
PDF3DRenderMode(int subtype)初始化 PDF3DRenderMode 类的新实例。
PDF3DRenderMode(String typeName)初始化 PDF3DRenderMode 类的新实例。

领域

场地描述
BoundingBox“边界框”渲染模式。
Illustration“插图”渲染模式。
ShadedIllustration“ShadedIllustration”渲染模式。
ShadedVertices“ShadedVertices”渲染模式。
ShadedWireframe“ShadedWireFrame”渲染模式。
Solid“实体”渲染模式。
SolidOutline“SolidOutline”渲染模式。
SolidWireframe“SolidWireFrame”渲染模式。
Transparent“透明”渲染模式。
TransparentBoundingBox“TransparentBoundingBox”渲染模式。
TransparentBoundingBoxOutline“TransparentBoundingBoxOutline”渲染模式。
TransparentWareFrame“TransparentWareFrame”渲染模式。
Vertices“顶点”渲染模式。
Wireframe“线框”渲染模式。

方法

方法描述
equals(Object arg0)
getAuxiliaryColour()获取辅助颜色。
getClass()
getCreaseValue()获取折痕值。
getFaceColor()获取面部的颜色。
getOpacity()获取不透明度。
getType()获取类型。
hashCode()
notify()
notifyAll()
setAuxiliaryColour(Color color)设置辅助颜色。
setCreaseValue(double creaseValue)设置折痕值。
setFaceColor(Color color)设置面的颜色。
setOpacity(double opacity)设置不透明度。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PDF3DRenderMode(int subtype)

public PDF3DRenderMode(int subtype)

初始化 PDF3DRenderMode 类的新实例。

参数:

范围类型描述
subtypeint渲染模式类型。

PDF3DRenderMode(String typeName)

public PDF3DRenderMode(String typeName)

初始化 PDF3DRenderMode 类的新实例。

参数:

范围类型描述
typeNamejava.lang.String类型的名称。

BoundingBox

public static final PDF3DRenderMode BoundingBox

“边界框”渲染模式。

Illustration

public static final PDF3DRenderMode Illustration

“插图”渲染模式。

ShadedIllustration

public static final PDF3DRenderMode ShadedIllustration

“ShadedIllustration”渲染模式。

ShadedVertices

public static final PDF3DRenderMode ShadedVertices

“ShadedVertices”渲染模式。

ShadedWireframe

public static final PDF3DRenderMode ShadedWireframe

“ShadedWireFrame”渲染模式。

Solid

public static final PDF3DRenderMode Solid

“实体”渲染模式。

SolidOutline

public static final PDF3DRenderMode SolidOutline

“SolidOutline”渲染模式。

SolidWireframe

public static final PDF3DRenderMode SolidWireframe

“SolidWireFrame”渲染模式。

Transparent

public static final PDF3DRenderMode Transparent

“透明”渲染模式。

TransparentBoundingBox

public static final PDF3DRenderMode TransparentBoundingBox

“TransparentBoundingBox”渲染模式。

TransparentBoundingBoxOutline

public static final PDF3DRenderMode TransparentBoundingBoxOutline

“TransparentBoundingBoxOutline”渲染模式。

TransparentWareFrame

public static final PDF3DRenderMode TransparentWareFrame

“TransparentWareFrame”渲染模式。

Vertices

public static final PDF3DRenderMode Vertices

“顶点”渲染模式。

Wireframe

public static final PDF3DRenderMode Wireframe

“线框”渲染模式。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getAuxiliaryColour()

public Color getAuxiliaryColour()

获取辅助颜色。

退货: Color - 颜色。

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getCreaseValue()

public double getCreaseValue()

获取折痕值。

退货: 双 - System.Double。

getFaceColor()

public Object getFaceColor()

获取面部的颜色。

退货: java.lang.Object - 对象。

getOpacity()

public double getOpacity()

获取不透明度。

退货: 双 - System.Double。

getType()

public int getType()

获取类型。

退货: int - RenderModeType 值:类型。

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAuxiliaryColour(Color color)

public PDF3DRenderMode setAuxiliaryColour(Color color)

设置辅助颜色。

参数:

范围类型描述
colorColor颜色。

退货: PDF3DRenderMode - PDF3DRenderMode。

setCreaseValue(double creaseValue)

public PDF3DRenderMode setCreaseValue(double creaseValue)

设置折痕值。

参数:

范围类型描述
creaseValuedouble折痕值。

退货: PDF3DRenderMode - PDF3DRenderMode。

setFaceColor(Color color)

public PDF3DRenderMode setFaceColor(Color color)

设置面的颜色。

参数:

范围类型描述
colorColor颜色。

退货: PDF3DRenderMode - PDF3DRenderMode。

setOpacity(double opacity)

public PDF3DRenderMode setOpacity(double opacity)

设置不透明度。

参数:

范围类型描述
opacitydouble不透明度。

退货: PDF3DRenderMode - PDF3DRenderMode。

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int