Uses of Class
org.apache.poi.sl.draw.Drawable.DrawableHint
Packages that use Drawable.DrawableHint
-
Uses of Drawable.DrawableHint in org.apache.poi.sl.draw
Fields in org.apache.poi.sl.draw declared as Drawable.DrawableHintModifier and TypeFieldDescriptionstatic final 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 final Drawable.DrawableHint
Drawable.DRAW_FACTORY
DrawFactory
which will be used to draw objects into this graphics contextstatic final Drawable.DrawableHint
Drawable.FONT_FALLBACK
Key for a font fallback map of typeMap<String,String>
which maps the original font family (key) to the fallback font family (value).static final Drawable.DrawableHint
Drawable.FONT_HANDLER
Use this object to resolve unknown / missing fonts when rendering slides.static final Drawable.DrawableHint
Drawable.FONT_MAP
Key for a font map of typeMap<String,String>
which maps the original font family (key) to the mapped font family (value)static final Drawable.DrawableHint
Drawable.GRADIENT_SHAPE
PathGradientPaint needs the shape to be set.static final Drawable.DrawableHint
Drawable.GRESTORE
static final Drawable.DrawableHint
Drawable.GROUP_TRANSFORM
Key will be internally used to store affine transformation temporarily within group shapesstatic final Drawable.DrawableHint
Drawable.GSAVE
static final Drawable.DrawableHint
Drawable.IMAGE_RENDERER
Use a custom image renderer of an instance ofImageRenderer
static final Drawable.DrawableHint
Drawable.PRESET_GEOMETRY_CACHE
Internal key for caching the preset geometriesstatic final Drawable.DrawableHint
Drawable.TEXT_RENDERING_MODE
how to render text:Drawable.TEXT_AS_CHARACTERS
(default) means to draw viaGraphics2D.drawString(java.text.AttributedCharacterIterator, float, float)
.