net.sf.mpxj.mpp
Class GroupReader

java.lang.Object
  extended by net.sf.mpxj.mpp.GroupReader
Direct Known Subclasses:
GroupReader12, GroupReader9

public abstract class GroupReader
extends Object

This class allows filter definitions to be read from an MPP file.


Constructor Summary
GroupReader()
           
 
Method Summary
protected abstract  Integer getVarDataType()
          Retrieves the type used for the VarData lookup.
 void process(ProjectFile file, net.sf.mpxj.mpp.FixedData fixedData, net.sf.mpxj.mpp.Var2Data varData, Map<Integer,FontBase> fontBases)
          Entry point for processing group definitions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupReader

public GroupReader()
Method Detail

getVarDataType

protected abstract Integer getVarDataType()
Retrieves the type used for the VarData lookup.

Returns:
VarData type

process

public void process(ProjectFile file,
                    net.sf.mpxj.mpp.FixedData fixedData,
                    net.sf.mpxj.mpp.Var2Data varData,
                    Map<Integer,FontBase> fontBases)
Entry point for processing group definitions.

Parameters:
file - project file
fixedData - group fixed data
varData - group var data
fontBases - map of font bases


Copyright © 2012. All Rights Reserved.