net.sf.mpxj.mpp
Class GroupReader
java.lang.Object
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.
|
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 |
GroupReader
public GroupReader()
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 filefixedData - group fixed datavarData - group var datafontBases - map of font bases
Copyright © 2012. All Rights Reserved.