Methods Summary |
---|
public int | getHeight()Gets the height of the image in pixels. The value returned
must reflect the actual height of the image when rendered.
|
public int | getWidth()Gets the width of the image in pixels. The value returned
must reflect the actual width of the image when rendered.
|
public boolean | isMutable()Check if this image is mutable. Mutable images can be modified by
rendering to them through a Graphics object
obtained from the
getGraphics() method of this object.
|