org.apache.fop.render.pcl
Class PCLRendererContext
java.lang.Object
|
+--org.apache.fop.render.RendererContext.RendererContextWrapper
|
+--org.apache.fop.render.pcl.PCLRendererContext
- public class PCLRendererContext
- extends RendererContext.RendererContextWrapper
Wrapper on the RendererContext to access the information structure for drawing
the XML document.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PCLRendererContext
public PCLRendererContext(RendererContext context)
- Main constructor
- Parameters:
context
- the RendererContent instance
wrapRendererContext
public static PCLRendererContext wrapRendererContext(RendererContext context)
- Wrap the render context to allow easier access to its values.
- Parameters:
context
- the renderer context- Returns:
- the PCL-specific renderer context wrapper
paintAsBitmap
public boolean paintAsBitmap()
- Returns:
- true if the SVG image should be rendered as a bitmap
isClippingDisabled
public boolean isClippingDisabled()
- Returns:
- true if clipping is disabled inside the PCLGraphics2D.
isSourceTransparency
public boolean isSourceTransparency()
Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.