PDF3DCrossSection

遗产: java.lang.Object

public class PDF3DCrossSection

类 PDF3DCrossSection。

构造函数

构造函数描述
PDF3DCrossSection(Document doc)初始化 PDF3DCrossSection 类的新实例。

方法

方法描述
equals(Object arg0)
getCenter()获取或设置横截面旋转中心。
getClass()
getCuttingPlaneColor()获取或设置切割平面的颜色。
getCuttingPlaneOpacity()获取或设置切割平面的不透明度。
getCuttingPlaneOrientation()获取或设置切割平面方向。
getCuttingPlanesIntersectionColor()获取或设置切割平面交点的颜色。
getVisibility()获取或设置一个值,该值指示切割平面相交的可见性。
hashCode()
notify()
notifyAll()
setCenter(Point3D value)获取或设置横截面旋转中心。
setCuttingPlaneColor(Color value)获取或设置切割平面的颜色。
setCuttingPlaneOpacity(double value)获取或设置切割平面的不透明度。
setCuttingPlaneOrientation(PDF3DCuttingPlaneOrientation value)获取或设置切割平面方向。
setCuttingPlanesIntersectionColor(Color value)获取或设置切割平面交点的颜色。
setVisibility(boolean value)获取或设置一个值,该值指示切割平面相交的可见性。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PDF3DCrossSection(Document doc)

public PDF3DCrossSection(Document doc)

初始化 PDF3DCrossSection 类的新实例。

参数:

范围类型描述
docDocument文档。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getCenter()

public Point3D getCenter()

获取或设置横截面旋转中心。

退货: Point3D - Point3D 对象:中心。

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getCuttingPlaneColor()

public Color getCuttingPlaneColor()

获取或设置切割平面的颜色。

退货: Color - com.aspose.pdf.Color 对象:切割平面的颜色。

getCuttingPlaneOpacity()

public double getCuttingPlaneOpacity()

获取或设置切割平面的不透明度。

退货: double - double 值:切割平面的不透明度。

getCuttingPlaneOrientation()

public PDF3DCuttingPlaneOrientation getCuttingPlaneOrientation()

获取或设置切割平面方向。

退货: PDF3DCuttingPlaneOrientation - PDF3DCuttingPlaneOrientation 对象:切割平面方向。

getCuttingPlanesIntersectionColor()

public Color getCuttingPlanesIntersectionColor()

获取或设置切割平面交点的颜色。

退货: Color - com.aspose.pdf.Color 对象:切割平面交点的颜色。

getVisibility()

public boolean getVisibility()

获取或设置一个值,该值指示切割平面相交的可见性。

退货: 布尔值 - :如果可见则为真;否则,假的。

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setCenter(Point3D value)

public void setCenter(Point3D value)

获取或设置横截面旋转中心。

参数:

范围类型描述
valuePoint3DPoint3D 对象:中心。

setCuttingPlaneColor(Color value)

public void setCuttingPlaneColor(Color value)

获取或设置切割平面的颜色。

参数:

范围类型描述
valueColorcom.aspose.pdf.Color 对象:切割平面的颜色。

setCuttingPlaneOpacity(double value)

public void setCuttingPlaneOpacity(double value)

获取或设置切割平面的不透明度。

参数:

范围类型描述
valuedoubledouble 值:切割平面的不透明度。

setCuttingPlaneOrientation(PDF3DCuttingPlaneOrientation value)

public void setCuttingPlaneOrientation(PDF3DCuttingPlaneOrientation value)

获取或设置切割平面方向。

参数:

范围类型描述
valuePDF3DCuttingPlaneOrientationPDF3DCuttingPlaneOrientation 对象:切割平面方向。

setCuttingPlanesIntersectionColor(Color value)

public void setCuttingPlanesIntersectionColor(Color value)

获取或设置切割平面交点的颜色。

参数:

范围类型描述
valueColorcom.aspose.pdf.Color 对象:切割平面交点的颜色。

setVisibility(boolean value)

public void setVisibility(boolean value)

获取或设置一个值,该值指示切割平面相交的可见性。

参数:

范围类型描述
valueboolean: 如果可见则为真;否则,假的。

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