org.apache.fop.render.afp.modca
Class ResourceGroup
public final class ResourceGroup
A Resource Group contains a set of overlays.
ResourceGroup()
|
ResourceGroup(String name) - Constructor for the ResourceGroup, this takes a
name parameter which must be 8 characters long.
|
void | addOverlay(Overlay overlay) - Adds an overlay to the resource group
|
List | getOverlays() - Returns the list of overlays
|
void | writeDataStream(OutputStream os) - Accessor method to obtain write the AFP datastream for
the resource group.
|
ResourceGroup
public ResourceGroup()
ResourceGroup
public ResourceGroup(String name)
Constructor for the ResourceGroup, this takes a
name parameter which must be 8 characters long.
name
- the resource group name
addOverlay
public void addOverlay(Overlay overlay)
Adds an overlay to the resource group
overlay
- the overlay to add
getOverlays
public List getOverlays()
Returns the list of overlays
writeDataStream
public void writeDataStream(OutputStream os)
throws IOException
Accessor method to obtain write the AFP datastream for
the resource group.
- writeDataStream in interface AbstractAFPObject
os
- The stream to write to
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.