Uses of Class
org.jfree.chart.title.Title
Package
Description
-
Uses of Title in org.jfree.chart
Modifier and TypeMethodDescriptionvoid
JFreeChart.addSubtitle
(int index, Title subtitle) Adds a subtitle at a particular position in the subtitle list, and sends aChartChangeEvent
to all registered listeners.void
JFreeChart.addSubtitle
(Title subtitle) Adds a chart subtitle, and notifies registered listeners that the chart has been modified.protected void
StandardChartTheme.applyToTitle
(Title title) Applies the attributes of this theme to the specified title.protected EntityCollection
JFreeChart.drawTitle
(Title t, Graphics2D g2, Rectangle2D area, boolean entities) Draws a title.void
JFreeChart.removeSubtitle
(Title title) Removes the specified subtitle and sends aChartChangeEvent
to all registered listeners. -
Uses of Title in org.jfree.chart.annotations
Modifier and TypeMethodDescriptionXYTitleAnnotation.getTitle()
Returns the title for the annotation.ModifierConstructorDescriptionXYTitleAnnotation
(double x, double y, Title title) Creates a new annotation to be displayed at the specified (x, y) location.XYTitleAnnotation
(double x, double y, Title title, RectangleAnchor anchor) Creates a new annotation to be displayed at the specified (x, y) location. -
Uses of Title in org.jfree.chart.entity
Modifier and TypeMethodDescriptionTitleEntity.getTitle()
Returns the title that occupies the entity area.ModifierConstructorDescriptionTitleEntity
(Shape area, Title title) Creates a new chart entity.TitleEntity
(Shape area, Title title, String toolTipText) Creates a new chart entity.TitleEntity
(Shape area, Title title, String toolTipText, String urlText) Creates a new entity. -
Uses of Title in org.jfree.chart.event
Modifier and TypeMethodDescriptionTitleChangeEvent.getTitle()
Returns the title that generated the event. -
Uses of Title in org.jfree.chart.title
Modifier and TypeClassDescriptionclass
A title that contains multiple titles within aBlockContainer
.class
A chart title that displays the date.class
A chart title that displays an image.class
A chart title that displays a legend for the data in the chart.class
A legend that shows a range of values and their associated colors, driven by an underlyingPaintScale
implementation.class
A text title that is only displayed if the entire text will be visible without line wrapping.class
A chart title that displays a text string with automatic wrapping as required.