Class IFGraphicContext.Group
java.lang.Object
org.apache.fop.render.intermediate.IFGraphicContext.Group
- Direct Known Subclasses:
IFGraphicContext.Viewport
- Enclosing class:
IFGraphicContext
a group
-
Constructor Summary
ConstructorsConstructorDescriptionGroup()Default constructor.Group(AffineTransform transform) Construct a Group.Group(AffineTransform[] transforms) Construct a Group.Construct a layer Group, i.e., a Group with no transforms but with a optional content group layer label. -
Method Summary
-
Constructor Details
-
Group
Construct a Group.- Parameters:
transforms- an array of transforms
-
Group
Construct a Group.- Parameters:
transform- a transform
-
Group
Construct a layer Group, i.e., a Group with no transforms but with a optional content group layer label.- Parameters:
layer- a layer label
-
Group
public Group()Default constructor.
-
-
Method Details
-
getTransforms
- Returns:
- array of transforms
-
getLayer
- Returns:
- layer
-
start
- Parameters:
painter- a painter- Throws:
IFException- in not caught
-
end
- Parameters:
painter- a painter- Throws:
IFException- in not caught
-
toString
-