Java org.jfree.chart.plot.dial StandardDialScale fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.plot.dial StandardDialScale fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.plot.dial StandardDialScale.

The text is from its open source code.

Subclass

org.jfree.chart.plot.dial.StandardDialScale has subclasses.
Click this link to see all its subclasses.

Constructor

Method

doublegetExtent()
Returns the extent.
doublegetLowerBound()
Returns the lower bound for the scale.
doublegetMajorTickIncrement()
Returns the increment (in data units) between major tick labels.
doublegetMajorTickLength()
Returns the length factor for the major tick marks.
StrokegetMajorTickStroke()
Returns the stroke used to draw the major tick marks.
intgetMinorTickCount()
Returns the number of minor tick marks between major tick marks.
doublegetMinorTickLength()
Returns the length factor for the minor tick marks.
StrokegetMinorTickStroke()
Returns the stroke used to draw the minor tick marks.
doublegetStartAngle()
Returns the start angle for the scale (in degrees using the same orientation as Java's Arc2D class).
FontgetTickLabelFont()
Returns the font used to draw the tick labels.
PaintgetTickLabelPaint()
Returns the paint used to draw the tick labels.
doublegetUpperBound()
Returns the upper bound for the scale.
voidsetExtent(double extent)
Sets the extent and sends a DialLayerChangeEvent to all registered listeners.
voidsetFirstTickLabelVisible(boolean visible)
Sets a flag that controls whether or not the first tick label is visible, and sends a DialLayerChangeEvent to all registered listeners.
voidsetLowerBound(double lower)
Sets the lower bound for the scale and sends a DialLayerChangeEvent to all registered listeners.
voidsetMajorTickIncrement(double increment)
Sets the increment (in data units) between major tick labels and sends a DialLayerChangeEvent to all registered listeners.
voidsetMajorTickPaint(Paint paint)
Sets the major tick paint and sends a DialLayerChangeEvent to all registered listeners.
voidsetMajorTickStroke(Stroke stroke)
Sets the stroke used to draw the major tick marks and sends a DialLayerChangeEvent to all registered listeners.
voidsetMinorTickCount(int count)
Sets the number of minor tick marks between major tick marks and sends a DialLayerChangeEvent to all registered listeners.
voidsetMinorTickLength(double length)
Sets the length factor for the minor tick marks and sends a DialLayerChangeEvent to all registered listeners.
voidsetMinorTickPaint(Paint paint)
Sets the paint used to draw the minor tick marks and sends a DialLayerChangeEvent to all registered listeners.
voidsetMinorTickStroke(Stroke stroke)
Sets the stroke used to draw the minor tick marks and sends a DialLayerChangeEvent to all registered listeners.
voidsetStartAngle(double angle)
Sets the start angle for the scale and sends a DialLayerChangeEvent to all registered listeners.
voidsetTickLabelFont(Font font)
Sets the font used to display the tick labels and sends a DialLayerChangeEvent to all registered listeners.
voidsetTickLabelFormatter(NumberFormat formatter)
Sets the number formatter used to convert the tick label values to strings, and sends a DialLayerChangeEvent to all registered listeners.
voidsetTickLabelOffset(double offset)
Sets the tick label offset and sends a DialLayerChangeEvent to all registered listeners.
voidsetTickLabelPaint(Paint paint)
Sets the paint used to draw the tick labels and sends a DialLayerChangeEvent to all registered listeners.
voidsetTickLabelsVisible(boolean visible)
Sets the flag that controls whether or not the tick labels are displayed, and sends a DialLayerChangeEvent to all registered listeners.
voidsetTickRadius(double radius)
Sets the tick radius and sends a DialLayerChangeEvent to all registered listeners.
voidsetUpperBound(double upper)
Sets the upper bound for the scale and sends a DialLayerChangeEvent to all registered listeners.
voidsetVisible(boolean visible)
Sets the flag that determines whether or not this layer is drawn by the plot, and sends a DialLayerChangeEvent to all registered listeners.