public class GridLines extends Object
Constructor and Description |
---|
GridLines(Color normalLineColor,
LineStyle normalLineStyle,
int intervalNumber,
LineStyle intervalLineStyle,
Color intervalLineColor)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Color |
getIntervalLineColor()
Retrieve the interval line color.
|
LineStyle |
getIntervalLineStyle()
Retrieve the interval line style.
|
int |
getIntervalNumber()
Retrieve the interval number.
|
Color |
getNormalLineColor()
Retrieve the normal line color.
|
LineStyle |
getNormalLineStyle()
Retrieve the normal line style.
|
String |
toString()
Generate a string representation of this instance.
|
public GridLines(Color normalLineColor, LineStyle normalLineStyle, int intervalNumber, LineStyle intervalLineStyle, Color intervalLineColor)
normalLineColor
- normal line colornormalLineStyle
- normal line styleintervalNumber
- interval numberintervalLineStyle
- interval line styleintervalLineColor
- interval line colorpublic Color getIntervalLineColor()
public LineStyle getIntervalLineStyle()
public int getIntervalNumber()
public Color getNormalLineColor()
public LineStyle getNormalLineStyle()
Copyright © 2000–2024 Packwood Software. All rights reserved.