Changed Methods |
ParameterBlock addSource(Object )
|
Documentation changed from old to new. |
Adds an image to end of the list of sources. |
int getNumParameters()
|
Documentation changed from old to new. |
Returns the number of parameters (not including source images). |
int getNumSources()
|
Documentation changed from old to new. |
Returns the number of source images. |
Object getObjectParameter(int )
|
Documentation changed from old to new. |
Gets a parameter as an object. |
Class[] getParamClasses()
|
Documentation changed from old to new. |
Returns an array of Class objects describing the types of the parameters. |
Vector getParameters()
|
Documentation changed from old to new. |
Returns the entire Vector of parameters. |
RenderableImage getRenderableSource(int )
|
Documentation changed from old to new. |
Returns a source as a RenderableImage. |
RenderedImage getRenderedSource(int )
|
Documentation changed from old to new. |
Returns a source as a RenderedImage . |
Object getSource(int )
|
Documentation changed from old to new. |
Returns a source as a general Object. |
Vector getSources()
|
Documentation changed from old to new. |
Returns the entire Vector of sources. |
void setParameters(Vector )
|
Documentation changed from old to new. |
Sets the entire Vector of parameters to a given Vector. |
ParameterBlock setSource(Object, int)
|
Documentation changed from old to new. |
Replaces an entry in the list of source with a new source. |
void setSources(Vector )
|
Documentation changed from old to new. |
Sets the entire Vector of sources to a given Vector. |
ParameterBlock add(byte )
|
Documentation changed from old to new. |
Adds a Byte to the list of parameters. |
ParameterBlock add(char )
|
Documentation changed from old to new. |
Adds a Character to the list of parameters. |
ParameterBlock add(double )
|
Documentation changed from old to new. |
Adds a Double to the list of parameters. |
ParameterBlock add(float )
|
Documentation changed from old to new. |
Adds a Float to the list of parameters. |
ParameterBlock add(int )
|
Documentation changed from old to new. |
Adds a Integer to the list of parameters. |
ParameterBlock add(Object )
|
Documentation changed from old to new. |
Adds an object to the list of parameters. |
ParameterBlock add(long )
|
Documentation changed from old to new. |
Adds a Long to the list of parameters. |
ParameterBlock add(short )
|
Documentation changed from old to new. |
Adds a Short to the list of parameters. |
ParameterBlock set(byte, int)
|
Documentation changed from old to new. |
Replaces an Object in the list of parameters with a Byte. |
ParameterBlock set(char, int)
|
Documentation changed from old to new. |
Replaces an Object in the list of parameters with a Character. |
ParameterBlock set(double, int)
|
Documentation changed from old to new. |
Replaces an Object in the list of parameters with a Double. |
ParameterBlock set(float, int)
|
Documentation changed from old to new. |
Replaces an Object in the list of parameters with a Float. |
ParameterBlock set(int, int)
|
Documentation changed from old to new. |
Replaces an Object in the list of parameters with an Integer. |
ParameterBlock set(Object, int)
|
Documentation changed from old to new. |
Replaces an Object in the list of parameters. |
ParameterBlock set(long, int)
|
Documentation changed from old to new. |
Replaces an Object in the list of parameters with a Long. |
ParameterBlock set(short, int)
|
Documentation changed from old to new. |
Replaces an Object in the list of parameters with a Short. |