public class PCLRendererContext extends RendererContext.RendererContextWrapper
context
Constructor and Description |
---|
PCLRendererContext(RendererContext context)
Main constructor
|
Modifier and Type | Method and 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.
|
getCurrentXPosition, getCurrentYPosition, getForeignAttributes, getHeight, getUserAgent, getWidth, toString
public 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-2010 The Apache Software Foundation. All Rights Reserved.