public class Gridlines extends Object
Represents gridlines that appear in a GanttChart view.
Constructor and Description |
---|
Gridlines() |
Modifier and Type | Method and Description |
---|---|
int |
getInterval()
Gets the number from 0 to 99 that specifies the interval between gridlines.
|
Color |
getIntervalColor()
Gets the color of secondary gridlines.
|
int |
getIntervalPattern()
Gets the line pattern for secondary gridlines.
|
Color |
getNormalColor()
Gets the color of normal gridlines.
|
int |
getNormalPattern()
Gets the line pattern for normal gridlines.
|
int |
getType()
Gets the gridline type.
|
void |
setInterval(int value)
Sets the number from 0 to 99 that specifies the interval between gridlines.
|
void |
setIntervalColor(Color value)
Sets the color of secondary gridlines.
|
void |
setIntervalPattern(int value)
Sets the line pattern for secondary gridlines.
|
void |
setNormalColor(Color value)
Sets the color of normal gridlines.
|
void |
setNormalPattern(int value)
Sets the line pattern for normal gridlines.
|
void |
setType(int value)
Sets the gridline type.
|
public final int getInterval()
Gets the number from 0 to 99 that specifies the interval between gridlines.
public final void setInterval(int value)
Sets the number from 0 to 99 that specifies the interval between gridlines.
value
- the number from 0 to 99 that specifies the interval between gridlines.public final Color getIntervalColor()
Gets the color of secondary gridlines.
public final void setIntervalColor(Color value)
Sets the color of secondary gridlines.
value
- the color of secondary gridlines.public final int getIntervalPattern()
Gets the line pattern for secondary gridlines.
public final void setIntervalPattern(int value)
Sets the line pattern for secondary gridlines.
value
- the line pattern for secondary gridlines.public final Color getNormalColor()
Gets the color of normal gridlines.
public final void setNormalColor(Color value)
Sets the color of normal gridlines.
value
- the color of normal gridlines.public final int getNormalPattern()
Gets the line pattern for normal gridlines.
public final void setNormalPattern(int value)
Sets the line pattern for normal gridlines.
value
- the line pattern for normal gridlines.public final int getType()
Gets the gridline type.
public final void setType(int value)
Sets the gridline type.
value
- the gridline type.