public abstract class GroupReader extends Object
Constructor and Description |
---|
GroupReader() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected abstract Integer getVarDataType()
public void process(ProjectFile file, net.sf.mpxj.mpp.FixedData fixedData, net.sf.mpxj.mpp.Var2Data varData, Map<Integer,FontBase> fontBases)
file
- project filefixedData
- group fixed datavarData
- group var datafontBases
- map of font basesCopyright © 2000–2024 Packwood Software. All rights reserved.