|
Chart FX 7 for Java Server | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwarefx.chartfx.server.LabelAwareCollection
public abstract class LabelAwareCollection
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 |
---|
public LabelAwareCollection()
Method Detail |
---|
public void clear()
Removes all of the elements from this collection.
public void removeAt(int index)
Removes the element in the specified position from the LabelAwareCollection collection.
index
- The index of the item to remove from the LabelAwareCollection collection.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |