org.apache.fop.render.pcl
Class PCLRendererContext
public class PCLRendererContext
Wrapper on the RendererContext to access the information structure for drawing
the XML document.
PCLRendererContext
public PCLRendererContext(RendererContext context)
Main constructor
context
- the RendererContent instance
isClippingDisabled
public boolean isClippingDisabled()
- true if clipping is disabled inside the PCLGraphics2D.
isSourceTransparency
public boolean isSourceTransparency()
paintAsBitmap
public boolean paintAsBitmap()
- true if the SVG image should be rendered as a bitmap
wrapRendererContext
public static PCLRendererContext wrapRendererContext(RendererContext context)
Wrap the render context to allow easier access to its values.
context
- the renderer context
- the PCL-specific renderer context wrapper
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.