public static class IFGraphicContext.Group extends Object
Constructor and Description |
---|
Group()
Default constructor.
|
Group(AffineTransform transform)
Construct a Group.
|
Group(AffineTransform[] transforms)
Construct a Group.
|
Group(String layer)
Construct a layer Group, i.e., a Group with no transforms
but with a optional content group layer label.
|
Modifier and Type | Method and Description |
---|---|
void |
end(IFPainter painter) |
String |
getLayer() |
AffineTransform[] |
getTransforms() |
void |
start(IFPainter painter) |
String |
toString() |
public Group(AffineTransform[] transforms)
transforms
- an array of transformspublic Group(AffineTransform transform)
transform
- a transformpublic Group(String layer)
layer
- a layer labelpublic Group()
public AffineTransform[] getTransforms()
public 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 caughtCopyright © 2025 Apache Software Foundation. All rights reserved.