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