Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

T

TableXYDataset - Interface in org.jfree.data.xy
A dataset containing one or more data series containing (x, y) data items, where all series in the dataset share the same set of x-values.
TextAnchor - Class in org.jfree.ui
Used to indicate the position of an anchor point for a text string.
TextBlock - Class in org.jfree.text
A list of TextLine objects that form a block of text.
TextBlock() - Constructor for class org.jfree.text.TextBlock
Creates a new empty text block.
TextBlockAnchor - Class in org.jfree.text
Used to indicate the position of an anchor point for a text block.
TextFragment - Class in org.jfree.text
A text item, with an associated font, that fits on a single line (see TextLine).
TextFragment(String) - Constructor for class org.jfree.text.TextFragment
Creates a new text fragment.
TextFragment(String, Font) - Constructor for class org.jfree.text.TextFragment
Creates a new text fragment.
TextFragment(String, Font, Paint) - Constructor for class org.jfree.text.TextFragment
Creates a new text fragment.
TextFragment(String, Font, Paint, float) - Constructor for class org.jfree.text.TextFragment
Creates a new text fragment.
TextLine - Class in org.jfree.text
A sequence of TextFragment objects that together form a line of text.
TextLine() - Constructor for class org.jfree.text.TextLine
Creates a new empty line.
TextLine(String) - Constructor for class org.jfree.text.TextLine
Creates a new text line using the default font.
TextLine(String, Font) - Constructor for class org.jfree.text.TextLine
Creates a new text line.
TextLine(String, Font, Paint) - Constructor for class org.jfree.text.TextLine
Creates a new text line.
TextMeasurer - Interface in org.jfree.text
An object that can measure text.
TextTitle - Class in org.jfree.chart.title
A chart title that displays a text string with automatic wrapping as required.
TextTitle() - Constructor for class org.jfree.chart.title.TextTitle
Creates a new title, using default attributes where necessary.
TextTitle(String) - Constructor for class org.jfree.chart.title.TextTitle
Creates a new title, using default attributes where necessary.
TextTitle(String, Font) - Constructor for class org.jfree.chart.title.TextTitle
Creates a new title, using default attributes where necessary.
TextTitle(String, Font, Paint, RectangleEdge, HorizontalAlignment, VerticalAlignment, RectangleInsets) - Constructor for class org.jfree.chart.title.TextTitle
Creates a new title.
TextUtilities - Class in org.jfree.text
Some utility methods for working with text in Java2D.
THIRD_WEEK_IN_MONTH - Static variable in class org.jfree.date.SerialDate
A useful constant for referring to the third week in a month.
THREAD_CONTEXT - Static variable in class org.jfree.util.ObjectUtilities
A constant for using the TheadContext as source for the classloader.
THURSDAY - Static variable in class org.jfree.date.SerialDate
Useful constant for Thrusday.
Tick - Class in org.jfree.chart.axis
The base class used to represent labeled ticks along an axis.
Tick(String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.Tick
Creates a new tick.
TickType - Class in org.jfree.chart.axis
Used to indicate the tick type (MAJOR or MINOR).
TickUnit - Class in org.jfree.chart.axis
Base class representing a tick unit.
TickUnit(double) - Constructor for class org.jfree.chart.axis.TickUnit
Constructs a new tick unit.
TickUnit(double, int) - Constructor for class org.jfree.chart.axis.TickUnit
Constructs a new tick unit.
TickUnits - Class in org.jfree.chart.axis
A collection of tick units, used by the DateAxis and NumberAxis classes.
TickUnits() - Constructor for class org.jfree.chart.axis.TickUnits
Constructs a new collection of tick units.
TickUnitSource - Interface in org.jfree.chart.axis
An interface used by the DateAxis and NumberAxis classes to obtain a suitable TickUnit.
Timeline - Interface in org.jfree.chart.axis
An interface that defines the contract for a Timeline.
TimePeriod - Interface in org.jfree.data.time
A period of time measured to millisecond precision using two instances of java.util.Date.
TimePeriodAnchor - Class in org.jfree.data.time
Used to indicate one of three positions in a time period: START, MIDDLE and END.
TimePeriodFormatException - Exception in org.jfree.data.time
An exception that indicates an invalid format in a string representing a time period.
TimePeriodFormatException(String) - Constructor for exception org.jfree.data.time.TimePeriodFormatException
Creates a new exception.
Title - Class in org.jfree.chart.title
The base class for all chart titles.
Title() - Constructor for class org.jfree.chart.title.Title
Creates a new title, using default attributes where necessary.
Title(RectangleEdge, HorizontalAlignment, VerticalAlignment) - Constructor for class org.jfree.chart.title.Title
Creates a new title, using default attributes where necessary.
Title(RectangleEdge, HorizontalAlignment, VerticalAlignment, RectangleInsets) - Constructor for class org.jfree.chart.title.Title
Creates a new title.
titleChanged(TitleChangeEvent) - Method in interface org.jfree.chart.event.TitleChangeListener
Receives notification of a chart title change event.
titleChanged(TitleChangeEvent) - Method in class org.jfree.chart.JFreeChart
Receives notification that a chart title has changed, and passes this on to registered listeners.
TitleChangeEvent - Class in org.jfree.chart.event
A change event that encapsulates information about a change to a chart title.
TitleChangeEvent(Title) - Constructor for class org.jfree.chart.event.TitleChangeEvent
Default constructor.
TitleChangeListener - Interface in org.jfree.chart.event
The interface that must be supported by classes that wish to receive notification of changes to a chart title.
TitleEntity - Class in org.jfree.chart.entity
A class that captures information about a Title of a chart.
TitleEntity(Shape, Title) - Constructor for class org.jfree.chart.entity.TitleEntity
Creates a new chart entity.
TitleEntity(Shape, Title, String) - Constructor for class org.jfree.chart.entity.TitleEntity
Creates a new chart entity.
TitleEntity(Shape, Title, String, String) - Constructor for class org.jfree.chart.entity.TitleEntity
Creates a new entity.
toArray() - Method in class org.jfree.data.xy.XYSeries
Returns a new array containing the x and y values from this series.
toContentConstraint(RectangleConstraint) - Method in class org.jfree.chart.block.AbstractBlock
Returns a constraint for the content of this block that will result in the bounds of the block matching the specified constraint.
toDate() - Method in class org.jfree.date.SerialDate
Returns a java.util.Date.
toDate() - Method in class org.jfree.date.SpreadsheetDate
Returns a java.util.Date equivalent to this date.
toFixedHeight(double) - Method in class org.jfree.chart.block.RectangleConstraint
Returns a constraint that matches this one on the width attributes, but has a fixed height constraint.
toFixedWidth(double) - Method in class org.jfree.chart.block.RectangleConstraint
Returns a constraint that matches this one on the height attributes, but has a fixed width constraint.
toggleAutoRange() - Method in class org.jfree.chart.editor.DefaultValueAxisEditor
Toggle the auto range setting.
toggleAutoTick() - Method in class org.jfree.chart.editor.DefaultLogAxisEditor
Toggles the auto-tick-unit setting.
toggleAutoTick() - Method in class org.jfree.chart.editor.DefaultNumberAxisEditor
 
toggleAutoTick() - Method in class org.jfree.chart.editor.DefaultValueAxisEditor
 
toMillisecond(long) - Method in interface org.jfree.chart.axis.Timeline
Translates a value relative to this timeline into a domain value.
ToolTipTagFragmentGenerator - Interface in org.jfree.chart.imagemap
Interface for generating the tooltip fragment of an HTML image map area tag.
TOP - Static variable in class org.jfree.ui.Align
Top alignment.
TOP - Static variable in class org.jfree.ui.RectangleAnchor
Top.
TOP - Static variable in class org.jfree.ui.RectangleEdge
Top.
TOP - Static variable in class org.jfree.ui.VerticalAlignment
Top alignment.
TOP_CENTER - Static variable in class org.jfree.text.TextBlockAnchor
Top/center.
TOP_CENTER - Static variable in class org.jfree.ui.TextAnchor
Top/center.
TOP_LEFT - Static variable in class org.jfree.text.TextBlockAnchor
Top/left.
TOP_LEFT - Static variable in class org.jfree.ui.Align
Top/Left alignment.
TOP_LEFT - Static variable in class org.jfree.ui.RectangleAnchor
Top-Left.
TOP_LEFT - Static variable in class org.jfree.ui.TextAnchor
Top/left.
TOP_OR_LEFT - Static variable in class org.jfree.chart.axis.AxisLocation
Axis at the top or left.
TOP_OR_RIGHT - Static variable in class org.jfree.chart.axis.AxisLocation
Axis at the top or right.
TOP_RIGHT - Static variable in class org.jfree.text.TextBlockAnchor
Top/right.
TOP_RIGHT - Static variable in class org.jfree.ui.Align
Top/Right alignment.
TOP_RIGHT - Static variable in class org.jfree.ui.RectangleAnchor
Top-Right.
TOP_RIGHT - Static variable in class org.jfree.ui.TextAnchor
Top/right.
toRangeHeight(Range) - Method in class org.jfree.chart.block.RectangleConstraint
Returns a constraint that matches this one on the width attributes, but has a range height constraint.
toRangeWidth(Range) - Method in class org.jfree.chart.block.RectangleConstraint
Returns a constraint that matches this one on the height attributes, but has a range width constraint.
toSerial() - Method in class org.jfree.date.SerialDate
Returns the serial number for the date, where 1 January 1900 = 2 (this corresponds, almost, to the numbering system used in Microsoft Excel for Windows and Lotus 1-2-3).
toSerial() - Method in class org.jfree.date.SpreadsheetDate
Returns the serial number for the date, where 1 January 1900 = 2 (this corresponds, almost, to the numbering system used in Microsoft Excel for Windows and Lotus 1-2-3).
toString() - Method in class com.dandymadeproductions.scatterplot.charts.ChartProperties
 
toString() - Method in class org.jfree.base.log.PadMessage
Returns a string representation of the message.
toString() - Method in class org.jfree.base.modules.AbstractModule
Returns a string representation of this module.
toString() - Method in class org.jfree.base.modules.DefaultModuleInfo
Returns a string representation of this module information.
toString() - Method in class org.jfree.chart.axis.AxisLabelLocation
Returns a string representing the object.
toString() - Method in class org.jfree.chart.axis.AxisLocation
Returns a string representing the object.
toString() - Method in class org.jfree.chart.axis.AxisSpace
Returns a string representing the object (for debugging purposes).
toString() - Method in class org.jfree.chart.axis.NumberTickUnit
Returns a string representing this unit.
toString() - Method in class org.jfree.chart.axis.Tick
Returns a string representation of the tick.
toString() - Method in class org.jfree.chart.axis.TickType
Returns a string representing the object.
toString() - Method in class org.jfree.chart.block.LengthConstraintType
Returns a string representing the object.
toString() - Method in class org.jfree.chart.block.RectangleConstraint
Returns a string representation of this instance, mostly used for debugging purposes.
toString() - Method in class org.jfree.chart.entity.AxisEntity
Returns a string representation of the chart entity, useful for debugging.
toString() - Method in class org.jfree.chart.entity.ChartEntity
Returns a string representation of the chart entity, useful for debugging.
toString() - Method in class org.jfree.chart.entity.JFreeChartEntity
Returns a string representation of the chart entity, useful for debugging.
toString() - Method in class org.jfree.chart.entity.LegendItemEntity
Returns a string representing this object (useful for debugging purposes).
toString() - Method in class org.jfree.chart.entity.PlotEntity
Returns a string representation of the plot entity, useful for debugging.
toString() - Method in class org.jfree.chart.entity.TitleEntity
Returns a string representation of the chart entity, useful for debugging.
toString() - Method in class org.jfree.chart.entity.XYItemEntity
Returns a string representation of this instance, useful for debugging purposes.
toString() - Method in class org.jfree.chart.event.ChartChangeEventType
Returns a string representing the object.
toString() - Method in class org.jfree.chart.labels.ItemLabelAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.chart.plot.DatasetRenderingOrder
Returns a string representing the object.
toString() - Method in class org.jfree.chart.plot.PlotOrientation
Returns a string representing the object.
toString() - Method in class org.jfree.chart.plot.SeriesRenderingOrder
Returns a string representing the object.
toString() - Method in class org.jfree.chart.util.XYCoordinateType
Returns a string representing the object.
toString() - Method in class org.jfree.data.DefaultKeyedValue
Returns a string representing this instance, primarily useful for debugging.
toString() - Method in class org.jfree.data.DomainOrder
Returns a string representing the object.
toString() - Method in class org.jfree.data.KeyedValueComparatorType
Returns a string representing the object.
toString() - Method in class org.jfree.data.Range
Returns a string representation of this Range.
toString() - Method in class org.jfree.data.RangeType
Returns a string representing the object.
toString() - Method in class org.jfree.data.time.Day
Returns a string representing the day.
toString() - Method in class org.jfree.data.time.Hour
Returns a string representation of this instance, for debugging purposes.
toString() - Method in class org.jfree.data.time.Month
Returns a string representing the month (e.g.
toString() - Method in class org.jfree.data.time.Quarter
Returns a string representing the quarter (e.g.
toString() - Method in class org.jfree.data.time.RegularTimePeriod
Returns a string representation of the time period.
toString() - Method in class org.jfree.data.time.TimePeriodAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.data.time.Year
Returns a string representing the year..
toString() - Method in class org.jfree.data.xy.XYDataItem
Returns a string representing this instance, primarily for debugging use.
toString() - Method in class org.jfree.date.SerialDate
Converts the date to a string.
toString() - Method in class org.jfree.text.TextBlockAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.ui.about.ProjectInfo
Returns a string describing the project.
toString() - Method in class org.jfree.ui.GradientPaintTransformType
Returns a string representing the object.
toString() - Method in class org.jfree.ui.HorizontalAlignment
Returns a string representing the object.
toString() - Method in class org.jfree.ui.Layer
Returns a string representing the object.
toString() - Method in class org.jfree.ui.LengthAdjustmentType
Returns a string representing the object.
toString() - Method in class org.jfree.ui.RectangleAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.ui.RectangleEdge
Returns a string representing the object.
toString() - Method in class org.jfree.ui.RectangleInsets
Returns a textual representation of this instance, useful for debugging purposes.
toString() - Method in class org.jfree.ui.Size2D
Returns a string representation of this instance, mostly used for debugging purposes.
toString() - Method in class org.jfree.ui.TextAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.ui.VerticalAlignment
Returns a string representing the object.
toString() - Method in class org.jfree.util.Log.SimpleMessage
Returns a string representation of the message (useful for debugging).
toString() - Method in class org.jfree.util.SortOrder
Returns a string representing the object.
toString() - Method in class org.jfree.util.UnitType
Returns a string representing the object.
toTimelineValue(long) - Method in interface org.jfree.chart.axis.Timeline
Translates a millisecond (as defined by java.util.Date) into an index along this timeline.
toTimelineValue(Date) - Method in interface org.jfree.chart.axis.Timeline
Translates a date into a value on this timeline.
toUnconstrainedHeight() - Method in class org.jfree.chart.block.RectangleConstraint
Returns a constraint that matches this one on the width attributes, but has no height constraint.
toUnconstrainedWidth() - Method in class org.jfree.chart.block.RectangleConstraint
Returns a constraint that matches this one on the height attributes, but has no width constraint.
transform(GradientPaint, Shape) - Method in interface org.jfree.ui.GradientPaintTransformer
Transforms a GradientPaint instance to fit some target shape.
transform(GradientPaint, Shape) - Method in class org.jfree.ui.StandardGradientPaintTransformer
Transforms a GradientPaint instance to fit the specified target shape.
translateJava2DToScreen(Point2D) - Method in class org.jfree.chart.ChartPanel
Translates a Java2D point on the chart to a screen location.
translateScreenToJava2D(Point) - Method in class org.jfree.chart.ChartPanel
Translates a panel (component) location to a Java2D point.
trim(Rectangle2D) - Method in class org.jfree.ui.RectangleInsets
Shrinks the given rectangle by the amount of these insets.
trimBorder(Rectangle2D) - Method in class org.jfree.chart.block.AbstractBlock
Reduces the specified area by the amount of space consumed by the border.
trimHeight(double) - Method in class org.jfree.ui.RectangleInsets
Trims the given height to allow for the insets.
trimMargin(Rectangle2D) - Method in class org.jfree.chart.block.AbstractBlock
Reduces the specified area by the amount of space consumed by the margin.
trimPadding(Rectangle2D) - Method in class org.jfree.chart.block.AbstractBlock
Reduces the specified area by the amount of space consumed by the padding.
trimToContentHeight(double) - Method in class org.jfree.chart.block.AbstractBlock
Calculate the height available for content after subtracting the margin, border and padding space from the specified fixed height.
trimToContentWidth(double) - Method in class org.jfree.chart.block.AbstractBlock
Calculate the width available for content after subtracting the margin, border and padding space from the specified fixed width.
trimWidth(double) - Method in class org.jfree.ui.RectangleInsets
Trims the given width to allow for the insets.
TUESDAY - Static variable in class org.jfree.date.SerialDate
Useful constant for Tuesday.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links