Package | Description |
---|---|
ej.drawing |
Modifier and Type | Method and Description |
---|---|
static TransformPainter.Flip |
TransformPainter.Flip.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformPainter.Flip[] |
TransformPainter.Flip.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
TransformPainter.drawFlippedImage(GraphicsContext gc,
Image image,
int x,
int y,
TransformPainter.Flip flip)
Draws the image in the graphics context at given anchor top-left position, using the given flip.
|
static void |
TransformPainter.drawFlippedImage(GraphicsContext gc,
Image image,
int x,
int y,
TransformPainter.Flip flip,
int alpha)
Draws the image in the graphics context at given anchor top-left position, using the given flip and opacity
level.
|