|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.pageelements.charting.GridLines
public abstract class GridLines
Base class from which x and y-axis gridlines are derived.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
Color |
getColor()
Gets the Color object to use for the color of the gridlines. |
float |
getInterval()
Gets the interval of the gridlines. |
LineStyle |
getLineStyle()
Gets LineStyle enumeration that specifies the line style of
the gridlines. |
boolean |
getVisible()
Gets the visible status of gridlines on the plot area. |
float |
getWidth()
Gets the width of the gridlines. |
void |
setColor(Color color)
Sets the Color object to use for the color of the gridlines. |
void |
setInterval(float interval)
Sets the interval of the gridlines. |
void |
setLineStyle(LineStyle lineStyle)
Sets LineStyle enumeration that specifies the line style of
the gridlines. |
void |
setVisible(boolean visible)
Sets the visible status of gridlines on the plot area. |
void |
setWidth(float width)
Sets the width of the gridlines. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public float getInterval()
public void setInterval(float interval)
interval
- the float used to set interval of the gridlines.public LineStyle getLineStyle()
LineStyle
enumeration that specifies the line style of
the gridlines.
LineStyle
enumeration that specifies the line style
of the gridlines.LineStyle
public void setLineStyle(LineStyle lineStyle)
LineStyle
enumeration that specifies the line style of
the gridlines.
lineStyle
- LineStyle
enumeration that specifies the line style
of the gridlines.LineStyle
public float getWidth()
public void setWidth(float width)
width
- the float used to set line width of the gridlines.public Color getColor()
Color
object to use for the color of the gridlines.
Color
public void setColor(Color color)
Color
object to use for the color of the gridlines.
color
- the color of gridlines on the plot area.Color
public boolean getVisible()
public void setVisible(boolean visible)
visible
- the visible status of gridlines on the plot area.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |