| Package | Description |
|---|---|
| org.mpxj.mpp |
| Modifier and Type | Field and Description |
|---|---|
protected LineStyle |
GanttChartView.m_progressLinesCurrentLineStyle |
protected LineStyle |
GanttChartView.m_progressLinesOtherLineStyle |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
GridLines(Color normalLineColor,
LineStyle normalLineStyle,
int intervalNumber,
LineStyle intervalLineStyle,
Color intervalLineColor)
Constructor.
|
Copyright © 2000–2025 MPXJ. All rights reserved.