Header
And More

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.
TAPER - Static variable in class org.jfree.chart.renderer.AreaRendererEndType
The area tapers from the first or last value down to zero.
Task - Class in org.jfree.data.gantt
A simple representation of a task.
Task(String, TimePeriod) - Constructor for class org.jfree.data.gantt.Task
Creates a new task.
Task(String, Date, Date) - Constructor for class org.jfree.data.gantt.Task
Creates a new task.
TaskSeries - Class in org.jfree.data.gantt
A series that contains zero, one or many Task objects.
TaskSeries(String) - Constructor for class org.jfree.data.gantt.TaskSeries
Constructs a new series with the specified name.
TaskSeriesCollection - Class in org.jfree.data.gantt
A collection of TaskSeries objects.
TaskSeriesCollection() - Constructor for class org.jfree.data.gantt.TaskSeriesCollection
Default constructor.
TextAnnotation - Class in org.jfree.chart.annotations
A base class for text annotations.
TextAnnotation(String) - Constructor for class org.jfree.chart.annotations.TextAnnotation
Creates a text annotation with default settings.
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.
ThermometerPlot - Class in org.jfree.chart.plot
A plot that displays a single value (from a ValueDataset) in a thermometer type display.
ThermometerPlot() - Constructor for class org.jfree.chart.plot.ThermometerPlot
Creates a new thermometer plot.
ThermometerPlot(ValueDataset) - Constructor for class org.jfree.chart.plot.ThermometerPlot
Creates a new thermometer plot, using default attributes where necessary.
Tick - Class in org.jfree.chart.axis
The base class used to represent labelled ticks along an axis.
Tick(String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.Tick
Creates a new tick.
TickLabelEntity - Class in org.jfree.chart.entity
A chart entity representing a tick label.
TickLabelEntity(Shape, String, String) - Constructor for class org.jfree.chart.entity.TickLabelEntity
Creates a new entity.
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.
tickValues - Variable in class org.jfree.chart.plot.ColorPalette
Deprecated. Tick values are stored for use with stepped palette.
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.
timePeriodClass - Variable in class org.jfree.data.time.TimeSeries
The type of period for the data.
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.
TimePeriodValue - Class in org.jfree.data.time
Represents a time period and an associated value.
TimePeriodValue(TimePeriod, Number) - Constructor for class org.jfree.data.time.TimePeriodValue
Constructs a new data item.
TimePeriodValue(TimePeriod, double) - Constructor for class org.jfree.data.time.TimePeriodValue
Constructs a new data item.
TimePeriodValues - Class in org.jfree.data.time
A structure containing zero, one or many TimePeriodValue instances.
TimePeriodValues(String) - Constructor for class org.jfree.data.time.TimePeriodValues
Creates a new (empty) collection of time period values.
TimePeriodValues(String, String, String) - Constructor for class org.jfree.data.time.TimePeriodValues
Creates a new time series that contains no data.
TimePeriodValuesCollection - Class in org.jfree.data.time
A collection of TimePeriodValues objects.
TimePeriodValuesCollection() - Constructor for class org.jfree.data.time.TimePeriodValuesCollection
Constructs an empty dataset.
TimePeriodValuesCollection(TimePeriodValues) - Constructor for class org.jfree.data.time.TimePeriodValuesCollection
Constructs a dataset containing a single series.
TimeSeries - Class in org.jfree.data.time
Represents a sequence of zero or more data items in the form (period, value) where 'period' is some instance of a subclass of RegularTimePeriod.
TimeSeries(Comparable) - Constructor for class org.jfree.data.time.TimeSeries
Creates a new (empty) time series.
TimeSeries(Comparable, String, String) - Constructor for class org.jfree.data.time.TimeSeries
Creates a new time series that contains no data.
TimeSeries(Comparable, Class) - Constructor for class org.jfree.data.time.TimeSeries
Deprecated. As of 1.0.13, it is not necessary to specify the timePeriodClass as this will be inferred when the first data item is added to the dataset.
TimeSeries(Comparable, String, String, Class) - Constructor for class org.jfree.data.time.TimeSeries
Deprecated. As of 1.0.13, it is not necessary to specify the timePeriodClass as this will be inferred when the first data item is added to the dataset.
TimeSeriesChartDemo1 - Class in org.jfree.chart.demo
An example of a time series chart.
TimeSeriesChartDemo1(String) - Constructor for class org.jfree.chart.demo.TimeSeriesChartDemo1
A demonstration application showing how to create a simple time series chart.
TimeSeriesCollection - Class in org.jfree.data.time
A collection of time series objects.
TimeSeriesCollection() - Constructor for class org.jfree.data.time.TimeSeriesCollection
Constructs an empty dataset, tied to the default timezone.
TimeSeriesCollection(TimeZone) - Constructor for class org.jfree.data.time.TimeSeriesCollection
Constructs an empty dataset, tied to a specific timezone.
TimeSeriesCollection(TimeSeries) - Constructor for class org.jfree.data.time.TimeSeriesCollection
Constructs a dataset containing a single series (more can be added), tied to the default timezone.
TimeSeriesCollection(TimeSeries, TimeZone) - Constructor for class org.jfree.data.time.TimeSeriesCollection
Constructs a dataset containing a single series (more can be added), tied to a specific timezone.
TimeSeriesDataItem - Class in org.jfree.data.time
Represents one data item in a time series.
TimeSeriesDataItem(RegularTimePeriod, Number) - Constructor for class org.jfree.data.time.TimeSeriesDataItem
Constructs a new data item that associates a value with a time period.
TimeSeriesDataItem(RegularTimePeriod, double) - Constructor for class org.jfree.data.time.TimeSeriesDataItem
Constructs a new data item that associates a value with a time period.
TimeSeriesTableModel - Class in org.jfree.data.time
Wrapper around a time series to convert it to a table model for use in a JTable.
TimeSeriesTableModel() - Constructor for class org.jfree.data.time.TimeSeriesTableModel
Default constructor.
TimeSeriesTableModel(TimeSeries) - Constructor for class org.jfree.data.time.TimeSeriesTableModel
Constructs a table model for a time series.
TimeSeriesTableModel(TimeSeries, boolean) - Constructor for class org.jfree.data.time.TimeSeriesTableModel
Creates a table model based on a time series.
TimeSeriesURLGenerator - Class in org.jfree.chart.urls
A URL generator for time series charts.
TimeSeriesURLGenerator() - Constructor for class org.jfree.chart.urls.TimeSeriesURLGenerator
Default constructor.
TimeSeriesURLGenerator(DateFormat, String, String, String) - Constructor for class org.jfree.chart.urls.TimeSeriesURLGenerator
Construct TimeSeriesURLGenerator overriding defaults.
TimeTableXYDataset - Class in org.jfree.data.time
A dataset for regular time periods that implements the TableXYDataset interface.
TimeTableXYDataset() - Constructor for class org.jfree.data.time.TimeTableXYDataset
Creates a new dataset.
TimeTableXYDataset(TimeZone) - Constructor for class org.jfree.data.time.TimeTableXYDataset
Creates a new dataset with the given time zone.
TimeTableXYDataset(TimeZone, Locale) - Constructor for class org.jfree.data.time.TimeTableXYDataset
Creates a new dataset with the given time zone and locale.
title - Variable in class org.jfree.chart.imagemap.DynamicDriveToolTipTagFragmentGenerator
The title, empty string not to display
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.
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.
toMillisecond(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Translates a value relative to the timeline into a millisecond.
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_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.
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.
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.CategoryAnchor
Returns a string representing the object.
toString() - Method in class org.jfree.chart.axis.CategoryLabelWidthType
Returns a string representing the object.
toString() - Method in class org.jfree.chart.axis.DateTickMarkPosition
Returns a string representing the object.
toString() - Method in class org.jfree.chart.axis.DateTickUnit
Returns a string representation of this instance, primarily used for debugging purposes.
toString() - Method in class org.jfree.chart.axis.DateTickUnitType
Returns a string representing the object.
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.CategoryItemEntity
Returns a string representing this object (useful for debugging purposes).
toString() - Method in class org.jfree.chart.entity.CategoryLabelEntity
Returns a string representation of this entity.
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.PieSectionEntity
Returns a string representing the entity.
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.LegendRenderingOrder
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.DialShape
Returns a string representing the object.
toString() - Method in class org.jfree.chart.plot.PieLabelDistributor
Returns a string containing a description of the object for debugging purposes.
toString() - Method in class org.jfree.chart.plot.PieLabelLinkStyle
Returns a string representing the object.
toString() - Method in class org.jfree.chart.plot.PieLabelRecord
Returns a string describing 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.renderer.AreaRendererEndType
Returns a string representing the object.
toString() - Method in class org.jfree.chart.renderer.Outlier
Returns a textual representation of the outlier.
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.statistics.BoxAndWhiskerItem
Returns a string representation of this instance, primarily for debugging purposes.
toString() - Method in class org.jfree.data.statistics.HistogramType
Returns a string representing the object.
toString() - Method in class org.jfree.data.statistics.MeanAndStandardDeviation
Returns a string representing this instance.
toString() - Method in class org.jfree.data.time.DateRange
Returns a string representing the date range (useful for debugging).
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.TimePeriodValue
Returns a string representing this instance, primarily for use in debugging.
toString() - Method in class org.jfree.data.time.Week
Returns a string representing the week (e.g.
toString() - Method in class org.jfree.data.time.Year
Returns a string representing the year..
toString() - Method in class org.jfree.data.xy.XYCoordinate
Returns a string representation of this instance, primarily for debugging purposes.
toString() - Method in class org.jfree.data.xy.XYDataItem
Returns a string representing this instance, primarily for debugging use.
toTimelineValue(long) - Method in class org.jfree.chart.axis.SegmentedTimeline
Translates a value relative to the domain value (all Dates) into a value relative to the segmented timeline.
toTimelineValue(Date) - Method in class org.jfree.chart.axis.SegmentedTimeline
Translates a date into a value relative to the segmented timeline.
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 - Static variable in class org.jfree.chart.needle.MeterNeedle
A transform.
translateGet(int) - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Re-map an index, for use in retrieving data.
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.
translateValueThetaRadiusToJava2D(double, double, Rectangle2D) - Method in class org.jfree.chart.plot.PolarPlot
Translates a (theta, radius) pair into Java2D coordinates.
trimBorder(Rectangle2D) - Method in class org.jfree.chart.block.AbstractBlock
Reduces the specified area by the amount of space consumed by the border.
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.
TRUNCATE - Static variable in class org.jfree.chart.renderer.AreaRendererEndType
The area is truncated at the first or last value.

Footer
And More

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
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.