Uses of Class
org.apache.poi.sl.draw.DrawFactory
Packages that use DrawFactory
-
Uses of DrawFactory in org.apache.poi.sl.draw
Fields in org.apache.poi.sl.draw with type parameters of type DrawFactoryModifier and TypeFieldDescriptionprotected static final ThreadLocal
<DrawFactory> DrawFactory.defaultFactory
Methods in org.apache.poi.sl.draw that return DrawFactoryModifier and TypeMethodDescriptionstatic DrawFactory
DrawFactory.getInstance
(Graphics2D graphics) Returns the DrawFactory, preferably via a graphics instance.Methods in org.apache.poi.sl.draw with parameters of type DrawFactoryModifier and TypeMethodDescriptionstatic void
DrawFactory.setDefaultFactory
(DrawFactory factory) Set a custom draw factory for the current thread.