All Packages Class Hierarchy This Package Previous Next Index
Class fi.faidon.jvg.GraphicsOperation
java.lang.Object
|
+----fi.faidon.jvg.GraphicsOperation
- public class GraphicsOperation
- extends Object
- implements Serializable
Class for implementing graphics operations. Its' main purpose is,
in fact, to define the constants for various operations.
-
CLEAR_RECT
-
-
CLIP_RECT
-
-
COPY_AREA
-
-
DRAW_3D_RECT
-
-
DRAW_ARC
-
-
DRAW_IMAGE_AT_POINT
-
-
DRAW_IMAGE_AT_POINT_WITH_BGCOLOR
-
-
DRAW_IMAGE_IN_RECT
-
-
DRAW_IMAGE_IN_RECT_WITH_BGCOLOR
-
-
DRAW_LINE
-
-
DRAW_OVAL
-
-
DRAW_POLYGON
-
-
DRAW_POLYLINE
-
-
DRAW_RECT
-
-
DRAW_ROUND_RECT
-
-
DRAW_STRING
-
-
DRAW_SUBIMAGE_IN_RECT
-
-
DRAW_SUBIMAGE_IN_RECT_WITH_BGCOLOR
-
-
FILL_3D_RECT
-
-
FILL_ARC
-
-
FILL_OVAL
-
-
FILL_POLYGON
-
-
FILL_RECT
-
-
FILL_ROUND_RECT
-
-
NOP
-
-
SET_BG_COLOR
-
-
SET_CLIP
-
-
SET_COLOR
-
-
SET_FONT
-
-
SET_PAINT_MODE
-
-
SET_XOR_MODE
-
-
TRANSLATE
-
-
VERSION
-
-
GraphicsOperation(int)
- Construct a new graphics operation with the give operation code.
-
getOperation()
- Return the operation code.
-
setOperation(int)
- Set the operation code.
NOP
public static final int NOP
VERSION
public static final int VERSION
CLEAR_RECT
public static final int CLEAR_RECT
CLIP_RECT
public static final int CLIP_RECT
COPY_AREA
public static final int COPY_AREA
DRAW_3D_RECT
public static final int DRAW_3D_RECT
DRAW_ARC
public static final int DRAW_ARC
DRAW_IMAGE_AT_POINT
public static final int DRAW_IMAGE_AT_POINT
DRAW_IMAGE_IN_RECT
public static final int DRAW_IMAGE_IN_RECT
DRAW_IMAGE_AT_POINT_WITH_BGCOLOR
public static final int DRAW_IMAGE_AT_POINT_WITH_BGCOLOR
DRAW_IMAGE_IN_RECT_WITH_BGCOLOR
public static final int DRAW_IMAGE_IN_RECT_WITH_BGCOLOR
DRAW_SUBIMAGE_IN_RECT
public static final int DRAW_SUBIMAGE_IN_RECT
DRAW_SUBIMAGE_IN_RECT_WITH_BGCOLOR
public static final int DRAW_SUBIMAGE_IN_RECT_WITH_BGCOLOR
DRAW_LINE
public static final int DRAW_LINE
DRAW_OVAL
public static final int DRAW_OVAL
DRAW_POLYGON
public static final int DRAW_POLYGON
DRAW_POLYLINE
public static final int DRAW_POLYLINE
DRAW_RECT
public static final int DRAW_RECT
DRAW_ROUND_RECT
public static final int DRAW_ROUND_RECT
DRAW_STRING
public static final int DRAW_STRING
FILL_3D_RECT
public static final int FILL_3D_RECT
FILL_ARC
public static final int FILL_ARC
FILL_OVAL
public static final int FILL_OVAL
FILL_POLYGON
public static final int FILL_POLYGON
FILL_RECT
public static final int FILL_RECT
FILL_ROUND_RECT
public static final int FILL_ROUND_RECT
SET_CLIP
public static final int SET_CLIP
SET_COLOR
public static final int SET_COLOR
SET_FONT
public static final int SET_FONT
SET_PAINT_MODE
public static final int SET_PAINT_MODE
SET_XOR_MODE
public static final int SET_XOR_MODE
TRANSLATE
public static final int TRANSLATE
SET_BG_COLOR
public static final int SET_BG_COLOR
GraphicsOperation
public GraphicsOperation(int opCode)
- Construct a new graphics operation with the give operation code.
getOperation
public int getOperation()
- Return the operation code.
setOperation
public void setOperation(int opCode)
- Set the operation code.
All Packages Class Hierarchy This Package Previous Next Index