Uses of Class
org.jfree.chart.title.Title
-
Packages that use Title Package Description org.jfree.chart Core classes, includingJFreeChartandChartPanel.org.jfree.chart.annotations A framework for adding annotations to charts.org.jfree.chart.editor Provides a simple (but so far incomplete) framework for editing chart properties.org.jfree.chart.entity Classes representing components of (or entities in) a chart.org.jfree.chart.event Event classes and listener interfaces, used to provide a change notification mechanism so that charts are automatically redrawn whenever changes are made to any chart component.org.jfree.chart.title Classes used to display chart titles and subtitles. -
-
Uses of Title in org.jfree.chart
Methods in org.jfree.chart that return Title Modifier and Type Method Description TitleJFreeChart. getSubtitle(int index)Returns a chart subtitle.Methods in org.jfree.chart with parameters of type Title Modifier and Type Method Description voidJFreeChart. addSubtitle(int index, Title subtitle)Adds a subtitle at a particular position in the subtitle list, and sends aChartChangeEventto all registered listeners.voidJFreeChart. addSubtitle(Title subtitle)Adds a chart subtitle, and notifies registered listeners that the chart has been modified.protected voidStandardChartTheme. applyToTitle(Title title)Applies the attributes of this theme to the specified title.protected EntityCollectionJFreeChart. drawTitle(Title t, java.awt.Graphics2D g2, java.awt.geom.Rectangle2D area, boolean entities)Draws a title.voidJFreeChart. removeSubtitle(Title title)Removes the specified subtitle and sends aChartChangeEventto all registered listeners. -
Uses of Title in org.jfree.chart.annotations
Fields in org.jfree.chart.annotations declared as Title Modifier and Type Field Description private TitleXYTitleAnnotation. titleThe title.Methods in org.jfree.chart.annotations that return Title Modifier and Type Method Description TitleXYTitleAnnotation. getTitle()Returns the title for the annotation.Constructors in org.jfree.chart.annotations with parameters of type Title Constructor Description XYTitleAnnotation(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.editor
Constructors in org.jfree.chart.editor with parameters of type Title Constructor Description DefaultTitleEditor(Title title)Standard constructor: builds a panel for displaying/editing the properties of the specified title. -
Uses of Title in org.jfree.chart.entity
Fields in org.jfree.chart.entity declared as Title Modifier and Type Field Description private TitleTitleEntity. titleThe Title for the entity.Methods in org.jfree.chart.entity that return Title Modifier and Type Method Description TitleTitleEntity. getTitle()Returns the title that occupies the entity area.Constructors in org.jfree.chart.entity with parameters of type Title Constructor Description TitleEntity(java.awt.Shape area, Title title)Creates a new chart entity.TitleEntity(java.awt.Shape area, Title title, java.lang.String toolTipText)Creates a new chart entity.TitleEntity(java.awt.Shape area, Title title, java.lang.String toolTipText, java.lang.String urlText)Creates a new entity. -
Uses of Title in org.jfree.chart.event
Fields in org.jfree.chart.event declared as Title Modifier and Type Field Description private TitleTitleChangeEvent. titleThe chart title that generated the event.Methods in org.jfree.chart.event that return Title Modifier and Type Method Description TitleTitleChangeEvent. getTitle()Returns the title that generated the event.Constructors in org.jfree.chart.event with parameters of type Title Constructor Description TitleChangeEvent(Title title)Default constructor. -
Uses of Title in org.jfree.chart.title
Subclasses of Title in org.jfree.chart.title Modifier and Type Class Description classCompositeTitleA title that contains multiple titles within aBlockContainer.classDateTitleA chart title that displays the date.classImageTitleA chart title that displays an image.classLegendTitleA chart title that displays a legend for the data in the chart.classPaintScaleLegendA legend that shows a range of values and their associated colors, driven by an underlyingPaintScaleimplementation.classShortTextTitleA text title that is only displayed if the entire text will be visible without line wrapping.classTextTitleA chart title that displays a text string with automatic wrapping as required.
-