|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mpp.GridLines
public class GridLines
This class represents the set of properties that define the position and appearance of a set of grid lines.
| Constructor Summary | |
|---|---|
GridLines(Color normalLineColor,
LineStyle normalLineStyle,
int intervalNumber,
LineStyle intervalLineStyle,
Color intervalLineColor)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 color| Method Detail |
|---|
public Color getIntervalLineColor()
public LineStyle getIntervalLineStyle()
public int getIntervalNumber()
public Color getNormalLineColor()
public LineStyle getNormalLineStyle()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||