Java org.jfree.chart.title PaintScaleLegend fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.title PaintScaleLegend fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.title PaintScaleLegend.

The text is from its open source code.

Constructor

Method

ValueAxisgetAxis()
Returns the axis for the paint scale.
PaintScalegetScale()
Returns the scale used to convert values to colors.
voidsetAxisLocation(AxisLocation location)
Sets the axis location and sends a TitleChangeEvent to all registered listeners.
voidsetAxisOffset(double offset)
Sets the offset between the axis and the paint strip and sends a TitleChangeEvent to all registered listeners.
voidsetBackgroundPaint(Paint paint)
Sets the background paint and sends a TitleChangeEvent to all registered listeners.
voidsetFrame(BlockFrame frame)
Sets the frame (or border).
voidsetHeight(double height)
Sets the natural width of the block, if this is known in advance.
voidsetMargin(RectangleInsets margin)
Sets the margin (use RectangleInsets#ZERO_INSETS for no padding).
voidsetMargin(double top, double left, double bottom, double right)
Sets the margin.
voidsetPadding(RectangleInsets padding)
Sets the padding (use RectangleInsets#ZERO_INSETS for no padding).
voidsetPadding(double top, double left, double bottom, double right)
Sets the padding.
voidsetPosition(RectangleEdge position)
Sets the position for the title and sends a TitleChangeEvent to all registered listeners.
voidsetStripOutlineVisible(boolean visible)
Sets the flag that controls whether or not an outline is drawn around the paint strip, and sends a TitleChangeEvent to all registered listeners.
voidsetStripWidth(double width)
Sets the width of the paint strip and sends a TitleChangeEvent to all registered listeners.
voidsetSubdivisionCount(int count)
Sets the subdivision count and sends a TitleChangeEvent to all registered listeners.