Serialized Form


Package magick

Class magick.MagickApiException extends MagickException implements Serializable

Serialized Fields

severity

int severity
Takes a value in ExceptionType.


reason

java.lang.String reason
An reason for failure.


description

java.lang.String description
A description of the problem.

Class magick.MagickException extends java.lang.Exception implements Serializable


Package magick.util

Class magick.util.MagickCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

image

java.awt.Image image
The AWT version of the image.


width

int width
Width of the image.


height

int height
Height of the image.

Class magick.util.MagickViewer extends java.awt.ScrollPane implements Serializable

Serialized Fields

canvas

MagickCanvas canvas
This is the component that actually displays the MagickImage.