Uses of Class
net.sf.mpxj.mpp.LineStyle

Packages that use LineStyle
net.sf.mpxj.mpp   
 

Uses of LineStyle in net.sf.mpxj.mpp
 

Fields in net.sf.mpxj.mpp declared as LineStyle
protected  LineStyle GanttChartView.m_progressLinesCurrentLineStyle
           
protected  LineStyle GanttChartView.m_progressLinesOtherLineStyle
           
 

Methods in net.sf.mpxj.mpp that return LineStyle
static LineStyle LineStyle.getInstance(int type)
          Retrieve an instance of the enum based on its int value.
static LineStyle LineStyle.getInstance(Number type)
          Retrieve an instance of the enum based on its int value.
 LineStyle GridLines.getIntervalLineStyle()
          Retrieve the interval line style.
 LineStyle GridLines.getNormalLineStyle()
          Retrieve the normal line style.
 LineStyle GanttChartView.getProgressLinesCurrentLineStyle()
          Retrieve the progress lines current line style.
 LineStyle GanttChartView.getProgressLinesOtherLineStyle()
          Retrieves the progress lines other line style.
static LineStyle LineStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LineStyle[] LineStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sf.mpxj.mpp with parameters of type LineStyle
GridLines(Color normalLineColor, LineStyle normalLineStyle, int intervalNumber, LineStyle intervalLineStyle, Color intervalLineColor)
          Constructor.
 



Copyright © 2012. All Rights Reserved.