Package magick
Interface PrimitiveType
-
public interface PrimitiveType
Corresponds to the ImageMagick enumerated type of the same name. Important! Constant values should correspond to: http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.6.9/magick/draw.h- Author:
- Eric Yeo
-
-
Field Summary
Fields Modifier and Type Field Description static int
ArcPrimitive
static int
BezierPrimitive
static int
CirclePrimitive
static int
ColorPrimitive
static int
EllipsePrimitive
static int
ImagePrimitive
static int
LinePrimitive
static int
MattePrimitive
static int
PathPrimitive
static int
PointPrimitive
static int
PolygonPrimitive
static int
PolylinePrimitive
static int
RectanglePrimitive
static int
RoundRectanglePrimitive
static int
TextPrimitive
static int
UndefinedPrimitive
-
-
-
Field Detail
-
UndefinedPrimitive
static final int UndefinedPrimitive
- See Also:
- Constant Field Values
-
PointPrimitive
static final int PointPrimitive
- See Also:
- Constant Field Values
-
LinePrimitive
static final int LinePrimitive
- See Also:
- Constant Field Values
-
RectanglePrimitive
static final int RectanglePrimitive
- See Also:
- Constant Field Values
-
RoundRectanglePrimitive
static final int RoundRectanglePrimitive
- See Also:
- Constant Field Values
-
ArcPrimitive
static final int ArcPrimitive
- See Also:
- Constant Field Values
-
EllipsePrimitive
static final int EllipsePrimitive
- See Also:
- Constant Field Values
-
CirclePrimitive
static final int CirclePrimitive
- See Also:
- Constant Field Values
-
PolylinePrimitive
static final int PolylinePrimitive
- See Also:
- Constant Field Values
-
PolygonPrimitive
static final int PolygonPrimitive
- See Also:
- Constant Field Values
-
BezierPrimitive
static final int BezierPrimitive
- See Also:
- Constant Field Values
-
ColorPrimitive
static final int ColorPrimitive
- See Also:
- Constant Field Values
-
MattePrimitive
static final int MattePrimitive
- See Also:
- Constant Field Values
-
TextPrimitive
static final int TextPrimitive
- See Also:
- Constant Field Values
-
ImagePrimitive
static final int ImagePrimitive
- See Also:
- Constant Field Values
-
PathPrimitive
static final int PathPrimitive
- See Also:
- Constant Field Values
-
-