public class PCLRendererContext extends RendererContext.RendererContextWrapper
context| Constructor | Description |
|---|---|
PCLRendererContext(RendererContext context) |
Main constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isClippingDisabled() |
|
boolean |
isColorCanvas() |
Indicates whether an RGB canvas should be used rather than one with grayscales.
|
boolean |
isSourceTransparency() |
Indicates whether the background should not be erased prior to painting.
|
boolean |
paintAsBitmap() |
|
static PCLRendererContext |
wrapRendererContext(RendererContext context) |
Wrap the render context to allow easier access to its values.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCurrentXPosition, getCurrentYPosition, getForeignAttributes, getHeight, getUserAgent, getWidth, toStringpublic PCLRendererContext(RendererContext context)
context - the RendererContent instancepublic static PCLRendererContext wrapRendererContext(RendererContext context)
context - the renderer contextpublic boolean paintAsBitmap()
public boolean isClippingDisabled()
public boolean isSourceTransparency()
public boolean isColorCanvas()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.