Chart FX 7 for Java Server

com.softwarefx.chartfx.server
Class LabelAwareCollection

java.lang.Object
  extended by com.softwarefx.chartfx.server.LabelAwareCollection
Direct Known Subclasses:
AxisSectionCollection, CustomGridLineCollection, LabelCollection, PointAttributesAwareCollection, SeriesAttributesCollection

public abstract class LabelAwareCollection
extends Object

Provides access to the LabelAwareCollection object.


Constructor Summary
LabelAwareCollection()
           
 
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 LabelAwareCollection collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelAwareCollection

public LabelAwareCollection()
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 LabelAwareCollection collection.

Parameters:
index - The index of the item to remove from the LabelAwareCollection 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.