net.sf.mpxj.mpp
Class GroupReader14

java.lang.Object
  extended by net.sf.mpxj.mpp.GroupReader14

public final class GroupReader14
extends Object

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


Constructor Summary
GroupReader14()
           
 
Method Summary
 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

GroupReader14

public GroupReader14()
Method Detail

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.