org.apache.fop.render
Class RendererContext.RendererContextWrapper
java.lang.Object
org.apache.fop.render.RendererContext.RendererContextWrapper
- Direct Known Subclasses:
- PCLRendererContext
- Enclosing class:
- RendererContext
public static class RendererContext.RendererContextWrapper
- extends java.lang.Object
Base class for a wrapper around RendererContext to access its properties in a type-safe,
renderer-specific way.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected RendererContext context
- The wrapped RendererContext
RendererContext.RendererContextWrapper
public RendererContext.RendererContextWrapper(RendererContext context)
- Main constructor
- Parameters:
context
- the RendererContent instance
getUserAgent
public FOUserAgent getUserAgent()
- Returns:
- the user agent
getCurrentXPosition
public int getCurrentXPosition()
- Returns:
- the currentXPosition
getCurrentYPosition
public int getCurrentYPosition()
- Returns:
- the currentYPosition
getWidth
public int getWidth()
- Returns:
- the width of the image
getHeight
public int getHeight()
- Returns:
- the height of the image
getForeignAttributes
public java.util.Map getForeignAttributes()
- Returns:
- the foreign attributes
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.