public static class IFGraphicContext.Group
extends java.lang.Object
Constructor and Description |
---|
IFGraphicContext.Group()
Default constructor.
|
IFGraphicContext.Group(java.awt.geom.AffineTransform transform)
Construct a Group.
|
IFGraphicContext.Group(java.awt.geom.AffineTransform[] transforms)
Construct a Group.
|
public IFGraphicContext.Group(java.awt.geom.AffineTransform[] transforms)
transforms
- an array of transformspublic IFGraphicContext.Group(java.awt.geom.AffineTransform transform)
transform
- a transformpublic IFGraphicContext.Group()
public java.awt.geom.AffineTransform[] getTransforms()
public void start(IFPainter painter) throws IFException
painter
- a painterIFException
- in not caughtpublic void end(IFPainter painter) throws IFException
painter
- a painterIFException
- in not caughtpublic java.lang.String toString()
toString
in class java.lang.Object
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.