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.DrawableHintDrawable.CURRENT_SLIDEThe 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.DrawableHintDrawable.DRAW_FACTORYDrawFactorywhich will be used to draw objects into this graphics contextstatic final Drawable.DrawableHintDrawable.FONT_FALLBACKKey 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.DrawableHintDrawable.FONT_HANDLERUse this object to resolve unknown / missing fonts when rendering slides.static final Drawable.DrawableHintDrawable.FONT_MAPKey for a font map of typeMap<String,String>which maps the original font family (key) to the mapped font family (value)static final Drawable.DrawableHintDrawable.GRADIENT_SHAPEPathGradientPaint needs the shape to be set.static final Drawable.DrawableHintDrawable.GRESTOREstatic final Drawable.DrawableHintDrawable.GROUP_TRANSFORMKey will be internally used to store affine transformation temporarily within group shapesstatic final Drawable.DrawableHintDrawable.GSAVEstatic final Drawable.DrawableHintDrawable.IMAGE_RENDERERUse a custom image renderer of an instance ofImageRendererstatic final Drawable.DrawableHintDrawable.PRESET_GEOMETRY_CACHEInternal key for caching the preset geometriesstatic final Drawable.DrawableHintDrawable.TEXT_RENDERING_MODEhow to render text:Drawable.TEXT_AS_CHARACTERS(default) means to draw viaGraphics2D.drawString(java.text.AttributedCharacterIterator, float, float).