net.sf.mpxj.mpp
Interface GanttBarStyleFactory

All Known Implementing Classes:
GanttBarStyleFactory14, GanttBarStyleFactoryCommon

public interface GanttBarStyleFactory

Interface used to read Gantt bar styles from MPP files.


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.
 

Method Detail

processDefaultStyles

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

Parameters:
props - props structure containing the Gantt chart style data
Returns:
array of styles

processExceptionStyles

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

Parameters:
props - props structure containing the Gantt chart style data
Returns:
array of styles


Copyright © 2012. All Rights Reserved.