- LabelFace - Class in com.orsoncharts.graphics3d
-
A face that carries a label (and is itself invisible).
- LabelFace(Object3D, int[], String, Font, Color, Color) - Constructor for class com.orsoncharts.graphics3d.LabelFace
-
Creates a new instance.
- LabelOrientation - Enum in com.orsoncharts.axis
-
The orientation of an axis label relative to the axis.
- layoutElements(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class com.orsoncharts.legend.ColorScaleElement
-
- layoutElements(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class com.orsoncharts.table.FlowElement
-
Calculates the layout of the elements for the given bounds and
constraints.
- layoutElements(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class com.orsoncharts.table.GridElement
-
Performs a layout of this table element, returning a list of bounding
rectangles for the element and its subelements.
- layoutElements(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class com.orsoncharts.table.ShapeElement
-
- layoutElements(Graphics2D, Rectangle2D, Map<String, Object>) - Method in interface com.orsoncharts.table.TableElement
-
Performs a layout of this table element, returning a list of bounding
rectangles for the element and its subelements.
- layoutElements(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class com.orsoncharts.table.TextElement
-
Performs a layout of this table element, returning a list of bounding
rectangles for the element and its subelements.
- layoutElements(Graphics2D, Rectangle2D, Map<String, Object>) - Method in class com.orsoncharts.table.VerticalFlowElement
-
- LeftAction - Class in com.orsoncharts.graphics3d.swing
-
An action that handles rotating the 3D view towards the left of the screen.
- LeftAction(Panel3D) - Constructor for class com.orsoncharts.graphics3d.swing.LeftAction
-
Creates a new action instance.
- LegendAnchor - Class in com.orsoncharts.legend
-
Predefined legend anchor points, provided for convenience.
- LegendBuilder - Interface in com.orsoncharts.legend
-
A legend builder is responsible for creating a legend for a chart.
- LegendItemInfo - Interface in com.orsoncharts.legend
-
Information about an item (typically a data series) that can be displayed
in a legend.
- length(Line2D) - Static method in class com.orsoncharts.graphics3d.Utils2D
-
Returns the length of the line.
- length(Point3D) - Static method in class com.orsoncharts.graphics3d.Utils3D
-
Returns the length of the vector v.
- Line3D - Class in com.orsoncharts.graphics3d
-
A line segment in 3D space.
- Line3D(Point3D, Point3D) - Constructor for class com.orsoncharts.graphics3d.Line3D
-
Creates a new line in 3D space.
- Line3D(double, double, double, double, double, double) - Constructor for class com.orsoncharts.graphics3d.Line3D
-
Creates a new line in 3D space between the points (x0, y0, z0)
and (x1, y1, z1).
- LineObject3D - Class in com.orsoncharts.graphics3d
-
A line between two points in 3D space.
- LineObject3D(float, float, float, float, float, float, Color) - Constructor for class com.orsoncharts.graphics3d.LineObject3D
-
Creates a new Line3D instance.
- LineRenderer3D - Class in com.orsoncharts.renderer.category
-
- LineRenderer3D() - Constructor for class com.orsoncharts.renderer.category.LineRenderer3D
-
Creates a new instance with default attribute values.
- LineXYZRenderer - Class in com.orsoncharts.renderer.xyz
-
- LineXYZRenderer() - Constructor for class com.orsoncharts.renderer.xyz.LineXYZRenderer
-
Creates a new default instance.
- localString(String) - Static method in class com.orsoncharts.Resources
-
Returns a localised string.
- LogAxis3D - Class in com.orsoncharts.axis
-
A numerical axis with a logarithmic scale.
- LogAxis3D(String) - Constructor for class com.orsoncharts.axis.LogAxis3D
-
Creates a new log axis with a default base of 10.