EspressReport
v 5.5

quadbase.ChartAPI
Class Resource

java.lang.Object
  |
  +--quadbase.ChartAPI.Resource

public class Resource
extends java.lang.Object

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.

Version:
1.0

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

Resource

public Resource()
Deprecated. 
Construct a new Resource
Method Detail

clear

public void clear()
Deprecated. 

add

public void add(int name,
                java.lang.Object value)
Deprecated. 
Add property to the resource
Parameters:
name - property name as define in QbChart
value - new value for the property, or null if it is use to get a list of properties.

add

public void add(int name,
                java.lang.Object value,
                java.lang.Object arg)
Deprecated. 
Add property to the resource
Parameters:
name - property name as define in QbChart
value - new value for the property, or null if it is use to get a list of properties.
arg - extra argument for the property

get

public java.lang.Object get(int name)
Deprecated. 
Retrieve the value of the named property
Parameters:
name - name of property
Returns:
value of the property

EspressReport
v 5.5