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

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

Introduction

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

The text is from its open source code.

Subclass

org.jfree.chart.title.Title has subclasses.
Click this link to see all its subclasses.

Field

RectangleEdgeDEFAULT_POSITION
The default title position.
HorizontalAlignmentDEFAULT_HORIZONTAL_ALIGNMENT
The default horizontal alignment.
VerticalAlignmentDEFAULT_VERTICAL_ALIGNMENT
The default vertical alignment.
RectangleInsetsDEFAULT_PADDING
Default title padding.

Method

RectangleEdgegetPosition()
Returns the position of the title.
booleanisVisible()
Returns a flag that controls whether or not the title should be drawn.
voidsetHorizontalAlignment(HorizontalAlignment alignment)
Sets the horizontal alignment for the title and sends a TitleChangeEvent to all registered listeners.
voidsetMargin(double top, double left, double bottom, double right)
Sets the margin.
voidsetPosition(RectangleEdge position)
Sets the position for the title and sends a TitleChangeEvent to all registered listeners.
voidsetVerticalAlignment(VerticalAlignment alignment)
Sets the vertical alignment for the title, and notifies any registered listeners of the change.