PDF3DViewArray

Inheritance: java.lang.Object

public class PDF3DViewArray

Class PDF3DViewArray.

Methods

MethodDescription
getCount()Gets the views count.
add(PDF3DView view)Adds the specified view.
removeAt(int index)Removes view from views array at specified index.
removeAll()Removes all views.
get_Item(int index)Gets or sets the PDF3DView to view array at the specified index.
set_Item(int index, PDF3DView value)Gets or sets the PDF3DView to view array at the specified index.

getCount()

public int getCount()

Gets the views count.

Returns: int - int value: The views count.

add(PDF3DView view)

public void add(PDF3DView view)

Adds the specified view.

Parameters:

ParameterTypeDescription
viewPDF3DViewThe view.

removeAt(int index)

public void removeAt(int index)

Removes view from views array at specified index.

Parameters:

ParameterTypeDescription
indexintThe view index.

removeAll()

public void removeAll()

Removes all views.

get_Item(int index)

public PDF3DView get_Item(int index)

Gets or sets the PDF3DView to view array at the specified index.

Parameters:

ParameterTypeDescription
indexintThe index.

Returns: PDF3DView - PDF3DView.

set_Item(int index, PDF3DView value)

public void set_Item(int index, PDF3DView value)

Gets or sets the PDF3DView to view array at the specified index.

Parameters:

ParameterTypeDescription
indexintThe index.
valuePDF3DViewPDF3DView object