|
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.Axis
public abstract class Axis
Base class from which x and y-axes are derived.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
java.lang.String |
getLabelFormat()
Gets the label list format of the labels. |
float |
getLabelOffset()
Gets the label offset of the axis. |
Color |
getLineColor()
Gets the Color object to use for the line color of the axis. |
LineStyle |
getLineStyle()
Gets the LineStyle object specifying the line style
of the axis. |
float |
getLineWidth()
Gets the line width of the axis. |
float |
getOffset()
Gets the offset of the axis. |
boolean |
isVisible()
Gets the visible status of axis. |
void |
setLabelFormat(java.lang.String labelListFormat)
Sets the label list format of the labels. |
void |
setLabelOffset(float labelOffset)
Sets the label offset of the axis. |
void |
setLineColor(Color lineColor)
Sets the Color object to use for the line color of axis. |
void |
setLineStyle(LineStyle lineStyle)
Sets the LineStyle object used to specify the line style
of the axis. |
void |
setLineWidth(float lineWidth)
Sets the line width of the axis. |
void |
setOffset(float offset)
Sets the offset of the axis. |
void |
setVisible(boolean visible)
Sets the visible status of axis. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public float getOffset()
public void setOffset(float offset)
offset
- float used to set offset of the axis.public Color getLineColor()
Color
object to use for the line color of the axis.
Color
public void setLineColor(Color lineColor)
Color
object to use for the line color of axis.
lineColor
- the Color object used to set the line color of the axis.Color
public LineStyle getLineStyle()
LineStyle
object specifying the line style
of the axis.
LineStyle
public void setLineStyle(LineStyle lineStyle)
LineStyle
object used to specify the line style
of the axis.
lineStyle
- LineStyle object used to set the line style of the
axis.LineStyle
public float getLineWidth()
public void setLineWidth(float lineWidth)
lineWidth
- float used to set the line width of the axis.public float getLabelOffset()
public void setLabelOffset(float labelOffset)
labelOffset
- float used to set the label offset of the axis.public boolean isVisible()
public void setVisible(boolean visible)
visible
- boolean value to set the visible status of axis.public java.lang.String getLabelFormat()
public void setLabelFormat(java.lang.String labelListFormat)
labelListFormat
- string used to set the label list format of the labels.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |