|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmagick.Magick
public class Magick
The sole purchase of this class is to cause the native library to be loaded whenever a concrete class is used and provide utility methods.
Constructor Summary | |
---|---|
Magick()
|
Method Summary | |
---|---|
static int |
parseImageGeometry(java.lang.String geometry,
java.awt.Rectangle rect)
Parses a geometry specification and returns the width, height, x, and y values in the rectangle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Magick()
Method Detail |
---|
public static int parseImageGeometry(java.lang.String geometry, java.awt.Rectangle rect)
geometry
- String containing the geometry specificationsrect
- The rectangle of values x, y, width and height
GeometryFlags
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |