Chart FX for Java 6.2

SoftwareFX.ChartFX
Class CrosstabDataProvider.CrosstabDataTypeCollection

java.lang.Object
  extended bySoftwareFX.ChartFX.CrosstabDataProvider.CrosstabDataTypeCollection
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
CrosstabDataProvider

public static class CrosstabDataProvider.CrosstabDataTypeCollection
extends java.lang.Object
implements java.util.Enumeration

Provides access to the CrosstabDataTypeCollection object.


Constructor Summary
CrosstabDataProvider.CrosstabDataTypeCollection()
           
 
Method Summary
 java.util.Enumeration elements()
          Returns an enumeration of the values in the CrosstabDataTypeCollection .
 int getItem(int n)
          Gets and Sets the element at the specified position in the CrosstabDataTypeCollection.
 boolean hasMoreElements()
          Tests if this enumeration contains more elements.
 java.lang.Object nextElement()
          Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
 void setItem(int n, int value)
          Gets and Sets the element at the specified position in the CrosstabDataTypeCollection.
 int size()
          Returns the number of elements in this collection.
 java.lang.Object[] toArray(java.lang.Object[] internalObject)
          Returns an array containing all of the elements in this collection in proper sequence.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrosstabDataProvider.CrosstabDataTypeCollection

public CrosstabDataProvider.CrosstabDataTypeCollection()
Method Detail

elements

public java.util.Enumeration elements()

Returns an enumeration of the values in the CrosstabDataTypeCollection . Use the Enumeration methods on the returned object to fetch the elements sequentially.


getItem

public int getItem(int n)

Gets and Sets the element at the specified position in the CrosstabDataTypeCollection.

Parameters:
n - The index of the element in the CrosstabDataTypeCollection.

hasMoreElements

public boolean hasMoreElements()

Tests if this enumeration contains more elements.

Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()

Returns the next element of this enumeration if this enumeration object has at least one more element to provide.

Specified by:
nextElement in interface java.util.Enumeration

setItem

public void setItem(int n,
                    int value)

Gets and Sets the element at the specified position in the CrosstabDataTypeCollection.

Parameters:
n - The index of the element in the CrosstabDataTypeCollection.

size

public int size()

Returns the number of elements in this collection.


toArray

public java.lang.Object[] toArray(java.lang.Object[] internalObject)

Returns an array containing all of the elements in this collection in proper sequence.


http://www.softwarefx.com

2005 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.