PDF3DArtwork

遗产: java.lang.Object

public class PDF3DArtwork

类 PDF3DArtwork。

构造函数

构造函数描述
PDF3DArtwork(Document doc, PDF3DContent content, PDF3DLightingScheme lightingScheme, PDF3DRenderMode renderMode)初始化 PDF3DArtwork 类的新实例。
PDF3DArtwork(Document doc, PDF3DContent content)初始化 PDF3DArtwork 类的新实例。

方法

方法描述
equals(Object arg0)
getClass()
getLightingScheme()获取或设置照明方案。
getRenderMode()获取或设置渲染模式。
getViewArray()获取视图数组。
getViewsArray()获取视图数组。
getViewsList()将视图作为列表获取。
hashCode()
notify()
notifyAll()
setLightingScheme(PDF3DLightingScheme value)获取或设置照明方案。
setRenderMode(PDF3DRenderMode value)获取或设置渲染模式。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PDF3DArtwork(Document doc, PDF3DContent content, PDF3DLightingScheme lightingScheme, PDF3DRenderMode renderMode)

public PDF3DArtwork(Document doc, PDF3DContent content, PDF3DLightingScheme lightingScheme, PDF3DRenderMode renderMode)

初始化 PDF3DArtwork 类的新实例。

参数:

范围类型描述
docDocument文档。
contentPDF3DContent内容。
lightingSchemePDF3DLightingScheme照明方案。
renderModePDF3DRenderMode渲染模式。

PDF3DArtwork(Document doc, PDF3DContent content)

public PDF3DArtwork(Document doc, PDF3DContent content)

初始化 PDF3DArtwork 类的新实例。

参数:

范围类型描述
docDocument文档。
contentPDF3DContent内容。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getLightingScheme()

public PDF3DLightingScheme getLightingScheme()

获取或设置照明方案。

退货: PDF3DLightingScheme - PDF3DLightingScheme 对象。 : 照明方案。

getRenderMode()

public PDF3DRenderMode getRenderMode()

获取或设置渲染模式。

退货: PDF3DRenderMode - PDF3DRenderMode 对象:渲染模式。

getViewArray()

public PDF3DViewArray getViewArray()

获取视图数组。

退货: PDF3DViewArray - PDF3DViewArray 对象:视图数组。

getViewsArray()

public PDF3DView[] getViewsArray()

获取视图数组。

退货: com.aspose.pdf.PDF3DView[] - 视图数组。

getViewsList()

public System.Collections.ObjectModel.ReadOnlyCollection<PDF3DView> getViewsList()

将视图作为列表获取。

退货: com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<com.aspose.pdf.PDF3DView> - 只读集合.

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setLightingScheme(PDF3DLightingScheme value)

public void setLightingScheme(PDF3DLightingScheme value)

获取或设置照明方案。

参数:

范围类型描述
valuePDF3DLightingSchemePDF3DLightingScheme 对象。 : 照明方案。

setRenderMode(PDF3DRenderMode value)

public void setRenderMode(PDF3DRenderMode value)

获取或设置渲染模式。

参数:

范围类型描述
valuePDF3DRenderModePDF3DRenderMode 对象:渲染模式。

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