de.dante.extex.font.type.vf.command
Class VFCommandPost

java.lang.Object
  extended byde.dante.extex.font.type.vf.command.VFCommand
      extended byde.dante.extex.font.type.vf.command.VFCommandPost
All Implemented Interfaces:
XMLWriterConvertible

public class VFCommandPost
extends VFCommand

VFCommand: post

Version:
$Revision: 1.3 $
Author:
Michael Niedermair

Field Summary
 
Fields inherited from class de.dante.extex.font.type.vf.command.VFCommand
FNT_DEF_1, FNT_DEF_2, FNT_DEF_3, FNT_DEF_4, MAX_CHARACTER, MIN_CHARACTER, POST, PRE, SHIFT16, SHIFT8
 
Constructor Summary
VFCommandPost(RandomAccessR rar, int ccode)
          Create e new object.
 
Method Summary
 void writeXML(XMLStreamWriter writer)
          Write the data to a XMLStreamWriter.
 
Methods inherited from class de.dante.extex.font.type.vf.command.VFCommand
getCommandCode, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VFCommandPost

public VFCommandPost(RandomAccessR rar,
                     int ccode)
              throws java.io.IOException,
                     FontException
Create e new object.

Parameters:
rar - the input
ccode - the command code
Throws:
java.io.IOException - if a IO-error occured
FontException - if a error reading the font.
Method Detail

writeXML

public void writeXML(XMLStreamWriter writer)
              throws java.io.IOException
Description copied from interface: XMLWriterConvertible
Write the data to a XMLStreamWriter.

Parameters:
writer - the XML-Writer
Throws:
java.io.IOException - if an IO-error occurs.
See Also:
XMLWriterConvertible.writeXML(de.dante.util.xml.XMLStreamWriter)