public static enum DiskMemImageGraphics.OpType extends Enum<DiskMemImageGraphics.OpType>
| Enum Constant and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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 nameNullPointerException - if the argument is nullpublic String getMethodName()
public String getFullMethodName()
public int getNumArgs()
public Class<?>[] getArgTypes()
Copyright © 2009–2020. All rights reserved.