DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting
Class TickMarks

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.TickMarks
Direct Known Subclasses:
XAxisTickMarks, YAxisTickMarks

public abstract class TickMarks
extends java.lang.Object

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

getInterval

public float getInterval()
Gets the interval of the tickmarks.

Returns:
the float interval of the tick marks.

setInterval

public void setInterval(float interval)
Sets the interval of the tickmarks.

Parameters:
interval - the float used to set interval of the tickmarks.

getLineStyle

public LineStyle getLineStyle()
Gets LineStyle enumeration that specifies the line style of the tickmarks.

Returns:
LineStyle enumeration that specifies the line style of the tickmarks.
See Also:
LineStyle

setLineStyle

public void setLineStyle(LineStyle lineStyle)
Sets LineStyle enumeration that specifies the line style of the tickmarks.

Parameters:
lineStyle - LineStyle enumeration that specifies the line style of the tickmarks.
See Also:
LineStyle

getWidth

public float getWidth()
Gets the width of the tickmarks.

Returns:
the float line width of the tickmarks.

setWidth

public void setWidth(float width)
Sets the width of the tickmarks.

Parameters:
width - the float used to set line width of the tickmarks.

getColor

public Color getColor()
Gets the Color object to use for the color of the tickmarks.

Returns:
the Color object to use for the color of the tickmarks.
See Also:
Color

setColor

public void setColor(Color color)
Sets the Color object to use for the color of the tickmarks.

Parameters:
color - the Color object used to set the color of the tickmarks.
See Also:
Color

getLength

public float getLength()
Gets the length of the tickmarks.

Returns:
the float length of the tickmarks.

setLength

public void setLength(float length)
Sets the length of the tickmarks.

Parameters:
length - the float used to set length of the tickmarks.

getVisible

public boolean getVisible()
Gets the tickmarks visible status. By default its true.


setVisible

public void setVisible(boolean value)
Sets the tickmarks visible status. By default its true.

Parameters:
value - to set the tickmarks visible status.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software