|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Drawable.DrawableHint | |
---|---|
org.apache.poi.sl.draw |
Uses of Drawable.DrawableHint in org.apache.poi.sl.draw |
---|
Fields in org.apache.poi.sl.draw declared as Drawable.DrawableHint | |
---|---|
static Drawable.DrawableHint |
Drawable.CURRENT_SLIDE
The Common SL Draw API works sometimes cascading, but there are places where the current slide context need to be evaluated, e.g. |
static Drawable.DrawableHint |
Drawable.DRAW_FACTORY
DrawFactory which will be used to draw objects into this graphics context |
static Drawable.DrawableHint |
Drawable.FONT_FALLBACK
Key for a font fallback map of type Map<String,String> which maps
the original font family (key) to the fallback font family (value). |
static Drawable.DrawableHint |
Drawable.FONT_HANDLER
Use this object to resolve unknown / missing fonts when rendering slides. |
static Drawable.DrawableHint |
Drawable.FONT_MAP
Key for a font map of type Map<String,String> which maps
the original font family (key) to the mapped font family (value) |
static Drawable.DrawableHint |
Drawable.GRADIENT_SHAPE
PathGradientPaint needs the shape to be set. |
static Drawable.DrawableHint |
Drawable.GRESTORE
|
static Drawable.DrawableHint |
Drawable.GROUP_TRANSFORM
Key will be internally used to store affine transformation temporarily within group shapes |
static Drawable.DrawableHint |
Drawable.GSAVE
|
static Drawable.DrawableHint |
Drawable.IMAGE_RENDERER
Use a custom image renderer of an instance of ImageRenderer |
static Drawable.DrawableHint |
Drawable.PRESET_GEOMETRY_CACHE
Internal key for caching the preset geometries |
static Drawable.DrawableHint |
Drawable.TEXT_RENDERING_MODE
how to render text: Drawable.TEXT_AS_CHARACTERS (default) means to draw via
Graphics2D.drawString(java.text.AttributedCharacterIterator, float, float) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |