|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.intermediate.IFGraphicContext.Group
org.apache.fop.render.intermediate.IFGraphicContext.Viewport
public static class IFGraphicContext.Viewport
a viewport
Constructor Summary | |
---|---|
IFGraphicContext.Viewport(java.awt.geom.AffineTransform[] transforms,
java.awt.Dimension size,
java.awt.Rectangle clipRect)
Construct a viewport. |
|
IFGraphicContext.Viewport(java.awt.geom.AffineTransform transform,
java.awt.Dimension size,
java.awt.Rectangle clipRect)
Construct a viewport. |
Method Summary | |
---|---|
void |
end(IFPainter painter)
|
java.awt.Rectangle |
getClipRect()
|
java.awt.Dimension |
getSize()
|
void |
start(IFPainter painter)
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.fop.render.intermediate.IFGraphicContext.Group |
---|
getLayer, getTransforms |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IFGraphicContext.Viewport(java.awt.geom.AffineTransform[] transforms, java.awt.Dimension size, java.awt.Rectangle clipRect)
transforms
- an array of transformssize
- a dimensionclipRect
- a clip rectanglepublic IFGraphicContext.Viewport(java.awt.geom.AffineTransform transform, java.awt.Dimension size, java.awt.Rectangle clipRect)
transform
- a transformsize
- a dimensionclipRect
- a clip rectangleMethod Detail |
---|
public java.awt.Dimension getSize()
public java.awt.Rectangle getClipRect()
public void start(IFPainter painter) throws IFException
start
in class IFGraphicContext.Group
painter
- a painter
IFException
- in not caughtpublic void end(IFPainter painter) throws IFException
end
in class IFGraphicContext.Group
painter
- a painter
IFException
- in not caughtpublic java.lang.String toString()
toString
in class IFGraphicContext.Group
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |