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.
|
IFGraphicContext.Group(java.lang.String layer)
Construct a layer Group, i.e., a Group with no transforms
but with a optional content group layer label.
|
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(java.lang.String layer)
layer - a layer labelpublic IFGraphicContext.Group()
public java.awt.geom.AffineTransform[] getTransforms()
public java.lang.String getLayer()
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.ObjectCopyright 1999-2019 The Apache Software Foundation. All Rights Reserved.