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,
org.mpxj.mpp.FixedData fixedData,
org.mpxj.mpp.Var2Data varData,
Map<Integer,FontBase> fontBases)
Entry point for processing group definitions.
|
protected abstract Integer getVarDataType()
public void process(ProjectFile file, org.mpxj.mpp.FixedData fixedData, org.mpxj.mpp.Var2Data varData, Map<Integer,FontBase> fontBases)
file
- project filefixedData
- group fixed datavarData
- group var datafontBases
- map of font basesCopyright © 2000–2025 MPXJ. All rights reserved.