Serialized Form
-
Package magick
-
Exception magick.MagickApiException
class MagickApiException extends MagickException implements Serializable -
Exception magick.MagickException
class MagickException extends Exception implements Serializable
-
-
Package magick.util
-
Class magick.util.MagickCanvas
class MagickCanvas extends Canvas implements Serializable-
Serialized Fields
-
height
int height
Height of the image. -
image
Image image
The AWT version of the image. -
width
int width
Width of the image.
-
-
-
Class magick.util.MagickViewer
class MagickViewer extends ScrollPane implements Serializable-
Serialized Fields
-
canvas
MagickCanvas canvas
This is the component that actually displays the MagickImage.
-
-
-
Class magick.util.MagickWindow
class MagickWindow extends Frame implements Serializable
-