Uses of Class
org.apache.poi.sl.draw.DrawFactory
-
Packages that use DrawFactory Package Description org.apache.poi.sl.draw -
-
Uses of DrawFactory in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw that return DrawFactory Modifier and Type Method Description static DrawFactory
DrawFactory. getInstance(Graphics2D graphics)
Returns the DrawFactory, preferably via a graphics instance.Methods in org.apache.poi.sl.draw with parameters of type DrawFactory Modifier and Type Method Description static void
DrawFactory. setDefaultFactory(DrawFactory factory)
Set a custom draw factory for the current thread.
-