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

L

LabelBlock - Class in org.jfree.chart.block
A block containing a label.
LabelBlock(String) - Constructor for class org.jfree.chart.block.LabelBlock
Creates a new label block.
LabelBlock(String, Font) - Constructor for class org.jfree.chart.block.LabelBlock
Creates a new label block.
LabelBlock(String, Font, Paint) - Constructor for class org.jfree.chart.block.LabelBlock
Creates a new label block.
LAST_HOUR_IN_DAY - Static variable in class org.jfree.data.time.Hour
Useful constant for the last hour in the day.
LAST_MILLISECOND_IN_SECOND - Static variable in class org.jfree.data.time.Millisecond
A constant for the last millisecond in a second.
LAST_MINUTE_IN_HOUR - Static variable in class org.jfree.data.time.Minute
Useful constant for the last minute in a day.
LAST_MONTH_IN_QUARTER - Static variable in class org.jfree.data.time.Quarter
The last month in each quarter.
LAST_QUARTER - Static variable in class org.jfree.data.time.Quarter
Constant for quarter 4.
LAST_SECOND_IN_MINUTE - Static variable in class org.jfree.data.time.Second
Useful constant for the last second in a minute.
LAST_WEEK_IN_YEAR - Static variable in class org.jfree.data.time.Week
Constant for the last week in the year.
LayeredBarRenderer - Class in org.jfree.chart.renderer.category
A CategoryItemRenderer that represents data using bars which are superimposed.
LayeredBarRenderer() - Constructor for class org.jfree.chart.renderer.category.LayeredBarRenderer
Default constructor.
LEFT - Static variable in class org.jfree.chart.plot.ThermometerPlot
A constant for the value label position (left of the thermometer).
LegendGraphic - Class in org.jfree.chart.title
The graphical item within a legend item.
LegendGraphic(Shape, Paint) - Constructor for class org.jfree.chart.title.LegendGraphic
Creates a new legend graphic.
LegendItem - Class in org.jfree.chart
A storage object for recording the properties of a legend item, without any consideration for layout issues.
LegendItem(String, String, String, String, Shape, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item with a filled shape.
LegendItem(String, String, String, String, Shape, Paint, Stroke, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item with a filled and outlined shape.
LegendItem(String, String, String, String, Shape, Stroke, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item using a line.
LegendItem(String, String, String, String, boolean, Shape, boolean, Paint, boolean, Paint, Stroke, boolean, Shape, Stroke, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a new legend item.
LegendItem(AttributedString, String, String, String, Shape, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item with a filled shape.
LegendItem(AttributedString, String, String, String, Shape, Paint, Stroke, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item with a filled and outlined shape.
LegendItem(AttributedString, String, String, String, Shape, Stroke, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a legend item using a line.
LegendItem(AttributedString, String, String, String, boolean, Shape, boolean, Paint, boolean, Paint, Stroke, boolean, Shape, Stroke, Paint) - Constructor for class org.jfree.chart.LegendItem
Creates a new legend item.
LegendItemBlockContainer - Class in org.jfree.chart.title
A container that holds all the pieces of a single legend item.
LegendItemBlockContainer(Arrangement, int, int) - Constructor for class org.jfree.chart.title.LegendItemBlockContainer
Creates a new legend item block.
LegendItemCollection - Class in org.jfree.chart
A collection of legend items.
LegendItemCollection() - Constructor for class org.jfree.chart.LegendItemCollection
Constructs a new legend item collection, initially empty.
LegendItemEntity - Class in org.jfree.chart.entity
An entity that represents an item within a legend.
LegendItemEntity(Shape) - Constructor for class org.jfree.chart.entity.LegendItemEntity
Creates a legend item entity.
LegendItemSource - Interface in org.jfree.chart
A source of legend items.
LegendRenderingOrder - Class in org.jfree.chart
Represents the order for rendering legend items.
LegendTitle - Class in org.jfree.chart.title
A chart title that displays a legend for the data in the chart.
LegendTitle(LegendItemSource) - Constructor for class org.jfree.chart.title.LegendTitle
Constructs a new (empty) legend for the specified source.
LegendTitle(LegendItemSource, Arrangement, Arrangement) - Constructor for class org.jfree.chart.title.LegendTitle
Creates a new legend title with the specified arrangement.
LengthConstraintType - Class in org.jfree.chart.block
Defines tokens used to indicate a length constraint type.
lengthToJava2D(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ModuloAxis
Converts a length in data coordinates into the corresponding length in Java2D coordinates.
lengthToJava2D(double, Rectangle2D, RectangleEdge) - Method in class org.jfree.chart.axis.ValueAxis
Converts a length in data coordinates into the corresponding length in Java2D coordinates.
LEVEL - Static variable in class org.jfree.chart.renderer.AreaRendererEndType
The area is levelled at the first or last value.
LevelRenderer - Class in org.jfree.chart.renderer.category
A CategoryItemRenderer that draws individual data items as horizontal lines, spaced in the same way as bars in a bar chart.
LevelRenderer() - Constructor for class org.jfree.chart.renderer.category.LevelRenderer
Creates a new renderer with default settings.
LIGHT_BLUE - Static variable in class org.jfree.chart.ChartColor
A light blue color.
LIGHT_CYAN - Static variable in class org.jfree.chart.ChartColor
A light cyan color.
LIGHT_GREEN - Static variable in class org.jfree.chart.ChartColor
A light green color.
LIGHT_MAGENTA - Static variable in class org.jfree.chart.ChartColor
A light magenta color.
LIGHT_RED - Static variable in class org.jfree.chart.ChartColor
A light red color.
LIGHT_YELLOW - Static variable in class org.jfree.chart.ChartColor
A light yellow color.
LineAndShapeRenderer - Class in org.jfree.chart.renderer.category
A renderer that draws shapes for each data item, and lines between data items (for use with the CategoryPlot class).
LineAndShapeRenderer() - Constructor for class org.jfree.chart.renderer.category.LineAndShapeRenderer
Creates a renderer with both lines and shapes visible by default.
LineAndShapeRenderer(boolean, boolean) - Constructor for class org.jfree.chart.renderer.category.LineAndShapeRenderer
Creates a new renderer with lines and/or shapes visible.
LineFunction2D - Class in org.jfree.data.function
A function in the form y = a + bx.
LineFunction2D(double, double) - Constructor for class org.jfree.data.function.LineFunction2D
Constructs a new line function.
LineNeedle - Class in org.jfree.chart.needle
A needle that is represented by a line.
LineNeedle() - Constructor for class org.jfree.chart.needle.LineNeedle
 
LineRenderer3D - Class in org.jfree.chart.renderer.category
A line renderer with a 3D effect.
LineRenderer3D() - Constructor for class org.jfree.chart.renderer.category.LineRenderer3D
Creates a new renderer.
LINES - Static variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constant for the type of rendering (lines only).
LINES - Static variable in class org.jfree.chart.renderer.xy.XYAreaRenderer
Useful constant for specifying the type of rendering (lines only).
localizationResources - Static variable in class org.jfree.chart.ChartPanel
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.CategoryPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.CompassPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.ContourPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.FastScatterPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.MeterPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.PiePlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.PolarPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.ThermometerPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.WaferMapPlot
The resourceBundle for the localization.
localizationResources - Static variable in class org.jfree.chart.plot.XYPlot
The resourceBundle for the localization.
log10 - Static variable in class org.jfree.chart.plot.ColorPalette
Constant for converting loge to log10.
LOG10_VALUE - Static variable in class org.jfree.chart.axis.LogarithmicAxis
Useful constant for log(10).
log10TickLabelsFlag - Variable in class org.jfree.chart.axis.LogarithmicAxis
Flag set true for "10^n"-style tick labels.
LogarithmicAxis - Class in org.jfree.chart.axis
A numerical axis that uses a logarithmic scale.
LogarithmicAxis(String) - Constructor for class org.jfree.chart.axis.LogarithmicAxis
Creates a new axis.
logscale - Variable in class org.jfree.chart.plot.ColorPalette
Logscale?
LongNeedle - Class in org.jfree.chart.needle
A needle that is represented by a long line.
LongNeedle() - Constructor for class org.jfree.chart.needle.LongNeedle
Default constructor.

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