Methods Summary |
---|
public java.awt.image.RenderedImage | createDefaultRendering()Creates the default rendering (using the identity transform and default
render context).
|
public java.awt.image.RenderedImage | createRendering(java.awt.image.renderable.RenderContext renderContext)Creates the rendered image based on the information contained in the
parameters and the render context.
|
public java.awt.image.RenderedImage | createScaledRendering(int w, int h, java.awt.RenderingHints hints)Creates the scaled rendered image based on the information contained in
the parameters and the render context.
|
public float | getHeight()Gets the height of the image.
|
public float | getMinX()Gets the x coordinate of the upper left corner.
|
public float | getMinY()Gets the y coordinate of the upper left corner.
|
public java.lang.Object | getProperty(java.lang.String name)Gets the property from the RenderableImage's parameter block.
|
public java.lang.String[] | getPropertyNames()Gets the names of all of the supported properties in the current context.
|
public java.util.Vector | getSources()Gets the vector of sources from the parameter block.
|
public float | getWidth()Gets the width of the image.
|
public boolean | isDynamic()Checks if this context supports dynamic rendering.
|