Chart FX 7 for Java Server

com.softwarefx.chartfx.server
Class AxisCollection

java.lang.Object
  extended by com.softwarefx.chartfx.server.AxisCollection
Direct Known Subclasses:
AxisXCollection, AxisYCollection

public abstract class AxisCollection
extends Object

Provides access to the AxisCollection object.


Constructor Summary
AxisCollection()
           
 
Method Summary
 void clear()
          Removes all of the elements from this collection.
 void removeAt(int index)
          Removes the element in the specified position from the AxisCollection collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisCollection

public AxisCollection()
Method Detail

clear

public void clear()

Removes all of the elements from this collection.


removeAt

public void removeAt(int index)

Removes the element in the specified position from the AxisCollection collection.

Parameters:
index - The index of the item to remove from the AxisCollection collection.

http://www.softwarefx.com

2008 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.