|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DiskMemImageGraphics.OpType>
org.jaitools.tiledimage.DiskMemImageGraphics.OpType
public static enum DiskMemImageGraphics.OpType
Constants and associated data for graphics operations
| Enum Constant Summary | |
|---|---|
CLEAR_RECT
Describes the clearRect method. |
|
COPY_AREA
Describes the copyArea method. |
|
DRAW_ARC
Describes the drawArc method. |
|
DRAW_BUFFERED_IMAGE
Describes the drawImage method. |
|
DRAW_GLYPH_VECTOR
Describes the drawGlyphVector method. |
|
DRAW_IMAGE_DEST_SRC
Describes the drawImage method. |
|
DRAW_IMAGE_DEST_SRC_COL
Describes the drawImage method. |
|
DRAW_IMAGE_TRANSFORM
Describes the drawImage method. |
|
DRAW_IMAGE_XY
Describes the drawImage method. |
|
DRAW_IMAGE_XY_COL
Describes the drawImage method. |
|
DRAW_IMAGE_XYWH
Describes the drawImage method. |
|
DRAW_IMAGE_XYWH_COL
Describes the drawImage method. |
|
DRAW_LINE
Describes the drawLine method. |
|
DRAW_OVAL
Describes the drawOval method. |
|
DRAW_POLYGON
Describes the drawPolygon method. |
|
DRAW_POLYLINE
Describes the drawPolyline method. |
|
DRAW_RENDERABLE_IMAGE
Describes the drawRenderableImage method. |
|
DRAW_RENDERED_IMAGE
Describes the drawRenderedImage method. |
|
DRAW_ROUND_RECT
Describes the drawRoundRect method. |
|
DRAW_SHAPE
Describes the draw method. |
|
DRAW_STRING_ITER_XY
Describes the drawString method. |
|
DRAW_STRING_XY
Describes the drawString method. |
|
FILL
Describes the fill method. |
|
FILL_ARC
Describes the fillArc method. |
|
FILL_OVAL
Describes the fillOval method. |
|
FILL_POLYGON
Describes the fillPolygon method. |
|
FILL_RECT
Describes the fillRect method. |
|
FILL_ROUND_RECT
Describes the fillRoundRect method. |
|
| Method Summary | |
|---|---|
Class<?>[] |
getArgTypes()
Gets the types of the arguments. |
String |
getFullMethodName()
Gets the full method name. |
String |
getMethodName()
Gets the method name. |
int |
getNumArgs()
Gets the number of method arguments |
static DiskMemImageGraphics.OpType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DiskMemImageGraphics.OpType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DiskMemImageGraphics.OpType CLEAR_RECT
public static final DiskMemImageGraphics.OpType COPY_AREA
public static final DiskMemImageGraphics.OpType DRAW_ARC
public static final DiskMemImageGraphics.OpType DRAW_BUFFERED_IMAGE
public static final DiskMemImageGraphics.OpType DRAW_GLYPH_VECTOR
public static final DiskMemImageGraphics.OpType DRAW_IMAGE_DEST_SRC
public static final DiskMemImageGraphics.OpType DRAW_IMAGE_DEST_SRC_COL
public static final DiskMemImageGraphics.OpType DRAW_IMAGE_TRANSFORM
public static final DiskMemImageGraphics.OpType DRAW_IMAGE_XY
public static final DiskMemImageGraphics.OpType DRAW_IMAGE_XY_COL
public static final DiskMemImageGraphics.OpType DRAW_IMAGE_XYWH
public static final DiskMemImageGraphics.OpType DRAW_IMAGE_XYWH_COL
public static final DiskMemImageGraphics.OpType DRAW_LINE
public static final DiskMemImageGraphics.OpType DRAW_OVAL
public static final DiskMemImageGraphics.OpType DRAW_POLYGON
public static final DiskMemImageGraphics.OpType DRAW_POLYLINE
public static final DiskMemImageGraphics.OpType DRAW_RENDERABLE_IMAGE
public static final DiskMemImageGraphics.OpType DRAW_RENDERED_IMAGE
public static final DiskMemImageGraphics.OpType DRAW_ROUND_RECT
public static final DiskMemImageGraphics.OpType DRAW_SHAPE
public static final DiskMemImageGraphics.OpType DRAW_STRING_XY
public static final DiskMemImageGraphics.OpType DRAW_STRING_ITER_XY
public static final DiskMemImageGraphics.OpType FILL
public static final DiskMemImageGraphics.OpType FILL_ARC
public static final DiskMemImageGraphics.OpType FILL_OVAL
public static final DiskMemImageGraphics.OpType FILL_POLYGON
public static final DiskMemImageGraphics.OpType FILL_RECT
public static final DiskMemImageGraphics.OpType FILL_ROUND_RECT
| Method Detail |
|---|
public static DiskMemImageGraphics.OpType[] values()
for (DiskMemImageGraphics.OpType c : DiskMemImageGraphics.OpType.values()) System.out.println(c);
public static DiskMemImageGraphics.OpType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getMethodName()
public String getFullMethodName()
public int getNumArgs()
public Class<?>[] getArgTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||