Package org.apache.pdfbox.rendering
Class TilingPaintFactory
java.lang.Object
org.apache.pdfbox.rendering.TilingPaintFactory
Factory class to cache TilingPaint generation.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PageDrawer
private final Map<TilingPaintFactory.TilingPaintParameter,
WeakReference<Paint>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Paint
create
(PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, AffineTransform xform)
-
Field Details
-
drawer
-
weakCache
-
-
Constructor Details
-
TilingPaintFactory
TilingPaintFactory(PageDrawer drawer)
-
-
Method Details
-
create
Paint create(PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, AffineTransform xform) throws IOException - Throws:
IOException
-