net.sf.mpxj.mpp
Class GanttBarStyleFactoryCommon

java.lang.Object
  extended by net.sf.mpxj.mpp.GanttBarStyleFactoryCommon
All Implemented Interfaces:
GanttBarStyleFactory

public final class GanttBarStyleFactoryCommon
extends Object
implements GanttBarStyleFactory

Reads Gantt bar styles from a MPP9 and MPP12 files.


Constructor Summary
GanttBarStyleFactoryCommon()
           
 
Method Summary
 GanttBarStyle[] processDefaultStyles(net.sf.mpxj.mpp.Props props)
          Reads the default set of Gantt bar styles.
 GanttBarStyleException[] processExceptionStyles(net.sf.mpxj.mpp.Props props)
          Reads the set of exception bar styles from MPP files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GanttBarStyleFactoryCommon

public GanttBarStyleFactoryCommon()
Method Detail

processDefaultStyles

public GanttBarStyle[] processDefaultStyles(net.sf.mpxj.mpp.Props props)
Reads the default set of Gantt bar styles.

Specified by:
processDefaultStyles in interface GanttBarStyleFactory
Parameters:
props - props structure containing the Gantt chart style data
Returns:
array of styles

processExceptionStyles

public GanttBarStyleException[] processExceptionStyles(net.sf.mpxj.mpp.Props props)
Reads the set of exception bar styles from MPP files.

Specified by:
processExceptionStyles in interface GanttBarStyleFactory
Parameters:
props - props structure containing the Gantt chart style data
Returns:
array of styles


Copyright © 2012. All Rights Reserved.