A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
L
- lastIndexOf(Object) - function in java.util.LayoutManager
- lastIndexOf(Object) - function in java.util.LinkedLayerList
- Layerable - class in com.androidplot.util
- Encapsulates the concept of "layerable" objects; Each object is stored above or below each other object and may be moved up and down in the queue relative to other elements in the hash or absolutely to the front or back of the queue.
- LayerHash - class in com.androidplot.util
- An implementation of Layerable.
- LayerListOrganizer - class in com.androidplot.util
- Utility class providing additional element organization operations.
- layout(DisplayDimensions) - function in com.androidplot.XYPlot
- Called when a change to the class' dimensions is made.
- layout(int,int,int,int) - function in android.view.XYPlot
- layout(DisplayDimensions) - function in com.androidplot.ui.widget.XYGraphWidget
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.ui.XYGraphWidget
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.ui.widget.XYLegendWidget
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.ui.XYLegendWidget
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.Plot
- Called when a change to the class' dimensions is made.
- layout(int,int,int,int) - function in android.view.Plot
- layout(DisplayDimensions) - function in com.androidplot.ui.Resizable
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.ui.LayoutManager
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.ui.widget.Widget
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.ui.Widget
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.ui.widget.TextLabelWidget
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.ui.TextLabelWidget
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.ui.widget.LegendWidget
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.ui.LegendWidget
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.ui.widget.PieLegendWidget
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.ui.PieLegendWidget
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.PieChart
- Called when a change to the class' dimensions is made.
- layout(int,int,int,int) - function in android.view.PieChart
- layout(DisplayDimensions) - function in com.androidplot.ui.widget.PieWidget
- Called when a change to the class' dimensions is made.
- layout(DisplayDimensions) - function in com.androidplot.ui.PieWidget
- Called when a change to the class' dimensions is made.
- LayoutManager - class in com.androidplot.ui
- LEFT - enum entry in com.androidplot.xy.XYGraphWidget.Edge
- LEFT - enum entry in com.androidplot.xy.FillDirection
- LEFT_BOTTOM - enum entry in com.androidplot.ui.Anchor
- LEFT_MIDDLE - enum entry in com.androidplot.ui.Anchor
- LEFT_TOP - enum entry in com.androidplot.ui.Anchor
- LegendItem - class in com.androidplot.ui.widget
- An item to be displayed by LegendWidget.
- LegendWidget - class in com.androidplot.ui.widget
- Provides core functionality for displaying a legend widget within a com.androidplot.Plot.
- length() - function in com.androidplot.Region
- LineAndPoint - enum entry in com.androidplot.xy.XYPlot.PreviewMode
- LineAndPointFormatter - class in com.androidplot.xy
- Defines the visual aesthetics of an XYSeries; outline color and width, fill style, vertex size and color, shadowing, etc.
- LineAndPointRenderer - class in com.androidplot.xy
- Renders a point as a line with the vertices marked.
- LINEAR - enum entry in com.androidplot.xy.BubbleRenderer.BubbleScaleMode
Bubble radius is scaled directly by BubbleSeries z-vals
- LineLabelFormatter - class in com.androidplot
- LinkedLayerList - class in com.androidplot.util
- A implementation of Layerable backed by a LinkedList.
- listIterator(int) - function in java.util.LayoutManager
- listIterator(int) - function in java.util.LinkedLayerList
- longValue() - function in com.androidplot.util.FastNumber
- longValue() - function in java.lang.FastNumber
- LTTBSampler - class in com.androidplot.xy
- Adapted from: https://github.com/drcrane/downsample Note that this implementation does not yet support null values.