Serialized Form
-
Package magick
-
Class magick.MagickApiException extends MagickException implements Serializable
-
Serialized Fields
-
description
java.lang.String description
A description of the problem. -
reason
java.lang.String reason
An reason for failure. -
severity
int severity
Takes a value in ExceptionType.
-
-
-
Class magick.MagickException extends java.lang.Exception implements Serializable
-
-
Package magick.util
-
Class magick.util.MagickCanvas extends java.awt.Canvas implements Serializable
-
Serialized Fields
-
height
int height
Height of the image. -
image
java.awt.Image image
The AWT version of the image. -
width
int width
Width 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.
-
-
-
Class magick.util.MagickWindow extends java.awt.Frame implements Serializable
-