net.sf.mpxj.mpp
Class GanttBarStyleFactory14

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

public class GanttBarStyleFactory14
extends Object
implements GanttBarStyleFactory

Reads Gantt bar styles from an MPP14 file.


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

GanttBarStyleFactory14

public GanttBarStyleFactory14()
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.