|
EspressReport v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--quadbase.ChartAPI.Resource
Resource
This class is used to set a list of chart properties for QbChart class function setProp() and getProp().
Note : This class has been deprecated.
Date : 5-20-97
| Constructor Summary | |
Resource()
Deprecated. Construct a new Resource |
|
| Method Summary | |
void |
add(int name,
java.lang.Object value)
Deprecated. Add property to the resource |
void |
add(int name,
java.lang.Object value,
java.lang.Object arg)
Deprecated. Add property to the resource |
void |
clear()
Deprecated. |
java.lang.Object |
get(int name)
Deprecated. Retrieve the value of the named property |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Resource()
| Method Detail |
public void clear()
public void add(int name,
java.lang.Object value)
name - property name as define in QbChartvalue - new value for the property, or null if it is use to get
a list of properties.
public void add(int name,
java.lang.Object value,
java.lang.Object arg)
name - property name as define in QbChartvalue - new value for the property, or null if it is use to get
a list of properties.arg - extra argument for the propertypublic java.lang.Object get(int name)
name - name of property
|
EspressReport v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||