public static class RendererContext.RendererContextWrapper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected RendererContext |
context
The wrapped RendererContext
|
Constructor and Description |
---|
RendererContextWrapper(RendererContext context)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getCurrentXPosition() |
int |
getCurrentYPosition() |
java.util.Map |
getForeignAttributes() |
int |
getHeight() |
FOUserAgent |
getUserAgent() |
int |
getWidth() |
java.lang.String |
toString() |
protected RendererContext context
public RendererContextWrapper(RendererContext context)
context
- the RendererContent instancepublic FOUserAgent getUserAgent()
public int getCurrentXPosition()
public int getCurrentYPosition()
public int getWidth()
public int getHeight()
public java.util.Map getForeignAttributes()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.