- l - Variable in class prefuse.util.force.ForceItem
-
Temporary variables for Runge-Kutta integration
- LABEL - Static variable in class prefuse.action.layout.AxisLabelLayout
-
- LABEL - Static variable in class prefuse.util.GraphLib
-
Label data field included in generated Graphs
- LABEL - Static variable in interface prefuse.visual.VisualItem
-
The label data field.
- LABEL_SCHEMA - Static variable in class prefuse.util.GraphLib
-
Node table schema used for generated Graphs
- LabelRenderer - Class in prefuse.render
-
Renderer that draws a label, which consists of a text string,
an image, or both.
- LabelRenderer() - Constructor for class prefuse.render.LabelRenderer
-
Create a new LabelRenderer.
- LabelRenderer(String) - Constructor for class prefuse.render.LabelRenderer
-
Create a new LabelRenderer.
- LabelRenderer(String, String) - Constructor for class prefuse.render.LabelRenderer
-
Create a new LabelRenderer.
- largestPrime - Static variable in class prefuse.util.collections.PrimeFinder
-
The largest prime this class can generate; currently equal to
Integer.MAX_VALUE.
- lastIndexOf(Object) - Method in class prefuse.util.collections.CopyOnWriteArrayList
- lastIndexOf(Object, int) - Method in class prefuse.util.collections.CopyOnWriteArrayList
-
Returns the index of the last occurrence of the specified element in
this list, searching backwards from index, or returns -1 if
the element is not found.
- lastKey() - Method in class prefuse.util.collections.BooleanIntBitSetMap
-
- lastKey() - Method in interface prefuse.util.collections.BooleanIntSortedMap
-
- lastKey() - Method in interface prefuse.util.collections.DoubleIntSortedMap
-
- lastKey() - Method in class prefuse.util.collections.DoubleIntTreeMap
-
- lastKey() - Method in interface prefuse.util.collections.FloatIntSortedMap
-
- lastKey() - Method in class prefuse.util.collections.FloatIntTreeMap
-
- lastKey() - Method in interface prefuse.util.collections.IntIntSortedMap
-
- lastKey() - Method in class prefuse.util.collections.IntIntTreeMap
-
- lastKey() - Method in interface prefuse.util.collections.LongIntSortedMap
-
- lastKey() - Method in class prefuse.util.collections.LongIntTreeMap
-
- lastKey() - Method in interface prefuse.util.collections.ObjectIntSortedMap
-
- lastKey() - Method in class prefuse.util.collections.ObjectIntTreeMap
-
- lastOrder - Variable in class prefuse.util.collections.AbstractTreeMap
-
- layout(NodeItem, double, double, double) - Method in class prefuse.action.layout.graph.RadialTreeLayout
-
Compute the layout.
- Layout - Class in prefuse.action.layout
-
Abstract base class providing convenience methods for layout algorithms.
- Layout() - Constructor for class prefuse.action.layout.Layout
-
Create a new Layout.
- Layout(String) - Constructor for class prefuse.action.layout.Layout
-
Create a new Layout.
- Layout(String, long) - Constructor for class prefuse.action.layout.Layout
-
- LE - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
-
- LEAF - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
-
- LEFT - Static variable in interface prefuse.Constants
-
A left alignment
- LEFT_MOUSE_BUTTON - Static variable in interface prefuse.controls.Control
-
Represents the use of the left mouse button
- LEFTRIGHT_TOPBOTTOM - Static variable in class prefuse.util.ui.JRangeSlider
-
- length - Variable in class prefuse.util.force.Spring
-
The spring's resting length
- LETTER - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
-
- LexicalError(boolean, int, int, int, String, char) - Static method in error prefuse.data.expression.parser.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the
token manager to indicate a lexical error.
- lexStateNames - Static variable in class prefuse.data.expression.parser.ExpressionParserTokenManager
-
- limit(double, double, double, double) - Method in class prefuse.util.display.Clip
-
Limit the clip such that it fits within the specified region.
- line - Static variable in class prefuse.data.expression.parser.JavaCharStream
-
- LINEAR_SCALE - Static variable in interface prefuse.Constants
-
A linear scale
- linearInterp(double, double, double) - Static method in class prefuse.util.MathLib
-
Interpolates a value between a given minimum and maximum value using
a linear scale.
- linearLayout(VisualTable) - Method in class prefuse.action.layout.AxisLabelLayout
-
Calculates a quantitative, linearly scaled layout.
- LINKS_SCHEMA - Static variable in class prefuse.data.Graph
-
Schema used for the internal graph linkage table
- listeners - Variable in class prefuse.util.ui.JRangeSlider
-
- listIterator() - Method in class prefuse.util.collections.CopyOnWriteArrayList
-
The returned iterator provides a snapshot of the state of the list
when the iterator was constructed.
- listIterator(int) - Method in class prefuse.util.collections.CopyOnWriteArrayList
-
The list iterator returned by this implementation will throw an
UnsupportedOperationException in its remove,
set and add methods.
- ListModel - Class in prefuse.data.query
-
List data model supporting both data modeling and selection management.
- ListModel() - Constructor for class prefuse.data.query.ListModel
-
Create an empty ListModel.
- ListModel(Object[]) - Constructor for class prefuse.data.query.ListModel
-
Create a ListModel with the provided items.
- ListQueryBinding - Class in prefuse.data.query
-
DynamicQueryBinding supporting queries based on a list of included
data values.
- ListQueryBinding(TupleSet, String) - Constructor for class prefuse.data.query.ListQueryBinding
-
Create a new ListQueryBinding over the given set and data field.
- ListQueryBinding(TupleSet, String, boolean) - Constructor for class prefuse.data.query.ListQueryBinding
-
Create a new ListQueryBinding over the given set and data field.
- Literal - Class in prefuse.data.expression
-
Abstarct base class for a Literal Expression that evaluates to a
constant value.
- Literal() - Constructor for class prefuse.data.expression.Literal
-
- Literal() - Static method in class prefuse.data.expression.parser.ExpressionParser
-
- LiteralComparator - Interface in prefuse.util.collections
-
- LiteralIterator - Interface in prefuse.util.collections
-
- load(String) - Static method in class prefuse.data.io.FixedWidthTextTableSchema
-
Loads a schema description from the given location.
- loadData(Table, String) - Method in class prefuse.data.io.sql.DatabaseDataSource
-
Asynchronously executes a query and stores the results in the given
table instance.
- loadData(Table, String, String) - Method in class prefuse.data.io.sql.DatabaseDataSource
-
Asynchronously executes a query and stores the results in the given
table instance.
- loadData(Table, String, Object) - Method in class prefuse.data.io.sql.DatabaseDataSource
-
Asynchronously executes a query and stores the results in the given
table instance.
- loadData(Table, String, String, Object) - Method in class prefuse.data.io.sql.DatabaseDataSource
-
Asynchronously executes a query and stores the results in the given
table instance.
- loadData(Table, String, String, Object, DataSourceWorker.Listener) - Method in class prefuse.data.io.sql.DatabaseDataSource
-
Asynchronously executes a query and stores the results in the given
table instance.
- loadMap - Variable in class prefuse.render.ImageFactory
-
- locatePoint(Point2D, VisualItem) - Method in class prefuse.render.AbstractShapeRenderer
-
- locatePoint(Point2D, VisualItem) - Method in class prefuse.render.AxisRenderer
-
- locatePoint(Point2D, VisualItem) - Method in class prefuse.render.EdgeRenderer
-
- locatePoint(Point2D, VisualItem) - Method in class prefuse.render.NullRenderer
-
- locatePoint(Point2D, VisualItem) - Method in interface prefuse.render.Renderer
-
Returns true if the Point is located inside the extents of the item.
- location - Variable in class prefuse.util.force.ForceItem
-
The location values of this ForceItem.
- LocationAnimator - Class in prefuse.action.animate
-
Animator that linearly interpolates between two positions.
- LocationAnimator() - Constructor for class prefuse.action.animate.LocationAnimator
-
Create a new LocationAnimator that processes all data groups.
- LocationAnimator(String) - Constructor for class prefuse.action.animate.LocationAnimator
-
Create a new LocationAnimator that processes the specified group.
- lockSchema() - Method in class prefuse.data.Schema
-
Locks the schema, preventing any additional changes.
- LOG10 - Static variable in class prefuse.util.MathLib
-
The natural logarithm of 10
- log10(double) - Static method in class prefuse.util.MathLib
-
The base 10 logarithm of the input value
- LOG2 - Static variable in class prefuse.util.MathLib
-
The natural logarithm of 2
- log2(double) - Static method in class prefuse.util.MathLib
-
The base 2 logarithm of the input value
- LOG_SCALE - Static variable in interface prefuse.Constants
-
A logarithmic (base 10) scale
- logInterp(double, double, double) - Static method in class prefuse.util.MathLib
-
Interpolates a value between a given minimum and maximum value using
a base-10 logarithmic scale.
- logLayout(VisualTable) - Method in class prefuse.action.layout.AxisLabelLayout
-
Calculates a quantitative, logarithmically-scaled layout.
- LONG - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
-
- LONG - Static variable in interface prefuse.data.io.GraphMLReader.Tokens
-
- LONG - Static variable in interface prefuse.data.io.TreeMLReader.Tokens
-
- LONG_DASHES - Static variable in class prefuse.util.StrokeLib
-
Dash pattern for longer uniform dashes
- LongArrayParser - Class in prefuse.data.parser
-
DataParser instance the parses an array of long values from a text string.
- LongArrayParser() - Constructor for class prefuse.data.parser.LongArrayParser
-
- LongColumn - Class in prefuse.data.column
-
Column implementation for storing long values.
- LongColumn() - Constructor for class prefuse.data.column.LongColumn
-
Create a new empty LongColumn.
- LongColumn(int) - Constructor for class prefuse.data.column.LongColumn
-
Create a new LongColumn.
- LongColumn(int, int, long) - Constructor for class prefuse.data.column.LongColumn
-
Create a new LongColumn.
- LongIntSortedMap - Interface in prefuse.util.collections
-
Sorted map that maps from a long key to an int value.
- LongIntTreeMap - Class in prefuse.util.collections
-
Sorted map implementation using a red-black tree to map from long keys to
int values.
- LongIntTreeMap() - Constructor for class prefuse.util.collections.LongIntTreeMap
-
- LongIntTreeMap(boolean) - Constructor for class prefuse.util.collections.LongIntTreeMap
-
- LongIntTreeMap(LiteralComparator) - Constructor for class prefuse.util.collections.LongIntTreeMap
-
- LongIntTreeMap(LiteralComparator, boolean) - Constructor for class prefuse.util.collections.LongIntTreeMap
-
- LongParser - Class in prefuse.data.parser
-
DataParser instance that parses long values from a text string.
- LongParser() - Constructor for class prefuse.data.parser.LongParser
-
- lookup(VisualItem) - Method in class prefuse.action.EncoderAction
-
Lookup the value mapped to by the given item.
- lowWaterMark - Variable in class prefuse.util.collections.AbstractHashMap
-
The table capacity c=table.length always satisfies the invariant
c * minLoadFactor <= s <= c * maxLoadFactor, where s=size()
is the number of associations currently contained.
- LPAREN - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
-
- lstnr - Variable in class prefuse.util.ui.JRangeSlider
-
- LT - Static variable in class prefuse.data.expression.ComparisonPredicate
-
Indicates a less-than comparison.
- LT - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
-
- LTEQ - Static variable in class prefuse.data.expression.ComparisonPredicate
-
Indicates a less-than-or-equals comparison.