net.sf.mpxj.mpp
Class ViewStateReader9

java.lang.Object
  extended by net.sf.mpxj.mpp.ViewStateReader
      extended by net.sf.mpxj.mpp.ViewStateReader9

public final class ViewStateReader9
extends ViewStateReader

This class allows the saved state of a view to be read from an MPP9 file.


Constructor Summary
ViewStateReader9()
           
 
Method Summary
protected  net.sf.mpxj.mpp.Props getProps(net.sf.mpxj.mpp.Var2Data varData)
          Retrieves the props data using a file format specific method.
 
Methods inherited from class net.sf.mpxj.mpp.ViewStateReader
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewStateReader9

public ViewStateReader9()
Method Detail

getProps

protected net.sf.mpxj.mpp.Props getProps(net.sf.mpxj.mpp.Var2Data varData)
                                  throws IOException
Retrieves the props data using a file format specific method.

Specified by:
getProps in class ViewStateReader
Parameters:
varData - var data block
Returns:
props data
Throws:
IOException


Copyright © 2012. All Rights Reserved.