PDF3DCrossSectionArray

遗产: java.lang.Object

public class PDF3DCrossSectionArray

类 PDF3DCrossSectionArray。

构造函数

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

方法

方法描述
add(PDF3DCrossSection crossSection)将指定的横截面添加到视图数组。
equals(Object arg0)
getClass()
getCount()获取横截面数。
get_Item(int index)获取或设置指定索引处的 PDF3DCrossSection。
hashCode()
notify()
notifyAll()
removeAll()从数组中删除所有横截面。
removeAt(int index)从指定索引处的数组中删除横截面。
set_Item(int index, PDF3DCrossSection value)获取或设置指定索引处的 PDF3DCrossSection。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PDF3DCrossSectionArray(IDocument doc)

public PDF3DCrossSectionArray(IDocument doc)

初始化 PDF3DCrossSectionArray 类的新实例。

参数:

范围类型描述
docIDocument文档。

add(PDF3DCrossSection crossSection)

public void add(PDF3DCrossSection crossSection)

将指定的横截面添加到视图数组。

参数:

范围类型描述
crossSectionPDF3DCrossSection横截面。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getCount()

public int getCount()

获取横截面数。

退货: int - int 值:横截面数。

get_Item(int index)

public PDF3DCrossSection get_Item(int index)

获取或设置指定索引处的 PDF3DCrossSection。

参数:

范围类型描述
indexint指数。

退货: PDF3DCrossSection - 横截面。

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

removeAll()

public void removeAll()

从数组中删除所有横截面。

removeAt(int index)

public void removeAt(int index)

从指定索引处的数组中删除横截面。

参数:

范围类型描述
indexint数组中删除的横截面的索引。

set_Item(int index, PDF3DCrossSection value)

public void set_Item(int index, PDF3DCrossSection value)

获取或设置指定索引处的 PDF3DCrossSection。

参数:

范围类型描述
indexint指数。
valuePDF3DCrossSectionPDF3DCrossSection 对象。

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