|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICharts
Method Summary | |
---|---|
IChart |
add()
Creates a new chart. |
IChart |
add(java.lang.String name)
Defines a new name. |
IChart |
get(int index)
Returns a single Chart object from a Charts collection |
IChart |
get(java.lang.String name)
Returns a single Chart object from a Charts collection. |
int |
getCount()
Returns the number of objects in the collection. |
IChart |
remove(java.lang.String name)
Removes Chart object from the collection. |
Method Detail |
---|
int getCount()
IChart get(int index)
IChart get(java.lang.String name)
IChart add()
IChart add(java.lang.String name)
name
- Name of the new chart's sheet.
IChart remove(java.lang.String name)
name
- Name of the object to remove from the collection.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |