PDF3DViewArray

遗产: java.lang.Object

public class PDF3DViewArray

类 PDF3DViewArray。

方法

方法描述
add(PDF3DView view)添加指定的视图。
equals(Object arg0)
getClass()
getCount()获取观看次数。
get_Item(int index)获取或设置 PDF3DView 以在指定索引处查看数组。
hashCode()
notify()
notifyAll()
removeAll()删除所有视图。
removeAt(int index)从指定索引处的视图数组中删除视图。
set_Item(int index, PDF3DView value)获取或设置 PDF3DView 以在指定索引处查看数组。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

add(PDF3DView view)

public void add(PDF3DView view)

添加指定的视图。

参数:

范围类型描述
viewPDF3DView风景。

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 PDF3DView get_Item(int index)

获取或设置 PDF3DView 以在指定索引处查看数组。

参数:

范围类型描述
indexint指数。

退货: PDF3DView - PDF3D 视图。

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, PDF3DView value)

public void set_Item(int index, PDF3DView value)

获取或设置 PDF3DView 以在指定索引处查看数组。

参数:

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

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