Package | Description |
---|---|
org.apache.poi.sl.draw |
Modifier and Type | Field and Description |
---|---|
static Drawable.DrawableHint |
Drawable.BUFFERED_IMAGE
Stores a reference (WEAK_REFERENCE) to the buffered image, if the rendering is
based on a buffered image
|
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.DEFAULT_CHARSET
Sets the default charset to render text elements.
|
static Drawable.DrawableHint |
Drawable.DRAW_FACTORY
DrawFactory which will be used to draw objects into this graphics context |
static Drawable.DrawableHint |
Drawable.EMF_FORCE_HEADER_BOUNDS
A boolean value to force the usage of the bounding box, which is specified in the EMF header.
|
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) . |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.