public class Magick
extends java.lang.Object
| Constructor and Description |
|---|
Magick() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static java.lang.String[] |
queryFonts(java.lang.String pattern)
Gets an array of the names of the fonts that ImageMagick has that match the pattern
|
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 heightGeometryFlagspublic static java.lang.String[] queryFonts(java.lang.String pattern)
pattern - The query pattern