|
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.TickMarks
public abstract class TickMarks
Base class from which x and y-axis tickmarks 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 tickmarks. |
float |
getInterval()
Gets the interval of the tickmarks. |
float |
getLength()
Gets the length of the tickmarks. |
LineStyle |
getLineStyle()
Gets LineStyle enumeration that specifies the line style of
the tickmarks. |
boolean |
getVisible()
Gets the tickmarks visible status. |
float |
getWidth()
Gets the width of the tickmarks. |
void |
setColor(Color color)
Sets the Color object to use for the color of the tickmarks. |
void |
setInterval(float interval)
Sets the interval of the tickmarks. |
void |
setLength(float length)
Sets the length of the tickmarks. |
void |
setLineStyle(LineStyle lineStyle)
Sets LineStyle enumeration that specifies the line style of
the tickmarks. |
void |
setVisible(boolean value)
Sets the tickmarks visible status. |
void |
setWidth(float width)
Sets the width of the tickmarks. |
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 tickmarks.public LineStyle getLineStyle()
LineStyle
enumeration that specifies the line style of
the tickmarks.
LineStyle
enumeration that specifies the line style
of the tickmarks.LineStyle
public void setLineStyle(LineStyle lineStyle)
LineStyle
enumeration that specifies the line style of
the tickmarks.
lineStyle
- LineStyle
enumeration that specifies the
line style of the tickmarks.LineStyle
public float getWidth()
public void setWidth(float width)
width
- the float used to set line width of the tickmarks.public Color getColor()
Color
object to use for the color of the tickmarks.
Color
object to use for the color of the
tickmarks.Color
public void setColor(Color color)
Color
object to use for the color of the tickmarks.
color
- the Color
object used to set the color of
the tickmarks.Color
public float getLength()
public void setLength(float length)
length
- the float used to set length of the tickmarks.public boolean getVisible()
public void setVisible(boolean value)
value
- to set the tickmarks visible status.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |