org.apache.fop.render.afp.modca

Class 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(String mediumMapName)
Constructor for the Invoke Medium Map

Method Summary

void
writeDataStream(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

writeDataStream, writeObjectList

Constructor Details

InvokeMediumMap

public InvokeMediumMap(String mediumMapName)
Constructor for the Invoke Medium Map
Parameters:
mediumMapName - Name of the medium map

Method Details

writeDataStream

public void writeDataStream(OutputStream os)
            throws IOException
Accessor method to write the AFP datastream for the Invoke Medium Map
Overrides:
writeDataStream in interface AbstractAFPObject
Parameters:
os - The stream to write to

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