org.apache.batik.ext.awt
public final class RenderingHintsKeyExt extends Object
Field Summary | |
---|---|
static Key | KEY_AREA_OF_INTEREST
Key for the AOI hint. |
static Key | KEY_AVOID_TILE_PAINTING
Hint for the org.apache.batik.ext.awt.image.GraphicsUtil class that
tiling of a bitmap during rendering is undesired. |
static int | KEY_BASE |
static Key | KEY_BUFFERED_IMAGE
Hint for the destination of the rendering when it is a BufferedImage
This works around the fact that Java 2D sometimes lies about the
attributes of the Graphics2D device, when it is an image.
|
static Key | KEY_COLORSPACE
Hint to source that we only want an alpha channel.
|
static Key | KEY_TRANSCODING
Hint as to the transcoding destination. |
static Object | VALUE_AVOID_TILE_PAINTING_DEFAULT |
static Object | VALUE_AVOID_TILE_PAINTING_OFF |
static Object | VALUE_AVOID_TILE_PAINTING_ON |
static String | VALUE_TRANSCODING_PRINTING |
static String | VALUE_TRANSCODING_VECTOR |