fop 0.93

org.apache.fop.render.afp.modca
Class InvokeMediumMap

java.lang.Object
  extended byorg.apache.fop.render.afp.modca.AbstractAFPObject
      extended byorg.apache.fop.render.afp.modca.AbstractNamedAFPObject
          extended byorg.apache.fop.render.afp.modca.InvokeMediumMap

public class InvokeMediumMap
extends AbstractNamedAFPObject

The Invoke Medium Map structured field identifies the Medium Map that is to become active for the document. An Invoke Medium Map structured field affects the document's current environment. The Medium Map's effect on current environment parameter values lasts until a new Medium Map is invoked.


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
InvokeMediumMap(java.lang.String mediumMapName)
          Constructor for the Invoke Medium Map
 
Method Summary
 void writeDataStream(java.io.OutputStream os)
          Accessor method to write the AFP datastream for the Invoke Medium Map
 
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

InvokeMediumMap

public InvokeMediumMap(java.lang.String mediumMapName)
Constructor for the Invoke Medium Map

Parameters:
mediumMapName - Name of the medium map
Method Detail

writeDataStream

public void writeDataStream(java.io.OutputStream os)
                     throws java.io.IOException
Accessor method to write the AFP datastream for the Invoke Medium Map

Specified by:
writeDataStream in class AbstractAFPObject
Parameters:
os - The stream to write to
Throws:
java.io.IOException

fop 0.93

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.