fop 1.1

org.apache.fop.render.intermediate
Class IFGraphicContext.Group

java.lang.Object
  extended by org.apache.fop.render.intermediate.IFGraphicContext.Group
Direct Known Subclasses:
IFGraphicContext.Viewport
Enclosing class:
IFGraphicContext

public static class IFGraphicContext.Group
extends java.lang.Object

a group


Constructor Summary
IFGraphicContext.Group()
          Default constructor.
IFGraphicContext.Group(java.awt.geom.AffineTransform transform)
          Construct a Group.
IFGraphicContext.Group(java.awt.geom.AffineTransform[] transforms)
          Construct a Group.
 
Method Summary
 void end(IFPainter painter)
           
 java.awt.geom.AffineTransform[] getTransforms()
           
 void start(IFPainter painter)
           
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IFGraphicContext.Group

public IFGraphicContext.Group(java.awt.geom.AffineTransform[] transforms)
Construct a Group.

Parameters:
transforms - an array of transforms

IFGraphicContext.Group

public IFGraphicContext.Group(java.awt.geom.AffineTransform transform)
Construct a Group.

Parameters:
transform - a transform

IFGraphicContext.Group

public IFGraphicContext.Group()
Default constructor.

Method Detail

getTransforms

public java.awt.geom.AffineTransform[] getTransforms()
Returns:
array of transforms

start

public void start(IFPainter painter)
           throws IFException
Parameters:
painter - a painter
Throws:
IFException - in not caught

end

public void end(IFPainter painter)
         throws IFException
Parameters:
painter - a painter
Throws:
IFException - in not caught

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

fop 1.1

Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.