|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.afp.modca.AbstractAFPObject
org.apache.fop.render.afp.modca.AbstractNamedAFPObject
org.apache.fop.render.afp.modca.ResourceGroup
public final class ResourceGroup
A Resource Group contains a set of overlays.
Field Summary |
---|
Fields inherited from class org.apache.fop.render.afp.modca.AbstractNamedAFPObject |
---|
name, nameBytes |
Fields inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject |
---|
log |
Constructor Summary | |
---|---|
ResourceGroup()
Default constructor |
|
ResourceGroup(java.lang.String name)
Constructor for the ResourceGroup, this takes a name parameter which must be 8 characters long. |
Method Summary | |
---|---|
void |
addOverlay(Overlay overlay)
Adds an overlay to the resource group |
java.util.List |
getOverlays()
Returns the list of overlays |
void |
writeDataStream(java.io.OutputStream os)
Accessor method to obtain write the AFP datastream for the resource group. |
Methods inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject |
---|
writeObjectList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceGroup()
public ResourceGroup(java.lang.String name)
name
- the resource group nameMethod Detail |
---|
public void addOverlay(Overlay overlay)
overlay
- the overlay to addpublic java.util.List getOverlays()
public void writeDataStream(java.io.OutputStream os) throws java.io.IOException
writeDataStream
in class AbstractAFPObject
os
- The stream to write to
java.io.IOException
- if an I/O exception of some sort has occurred
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |