Package | Description |
---|---|
prefuse.data.expression |
Classes implementing an SQL-like expression language for filtering and manipulating data.
|
prefuse.visual.expression |
Expressions in the prefuse expression language that are specific to
VisualItems.
|
Modifier and Type | Class and Description |
---|---|
class |
FunctionExpression
Abstract base class for FunctionExpression implementations.
|
Modifier and Type | Method and Description |
---|---|
static Function |
FunctionTable.createFunction(java.lang.String name)
Get a new Function instance for the function with the given name.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupExpression
Abstract base class for Expression instances dealing with data groups
within a Visualization.
|
class |
GroupSizeFunction
GroupExpression that returns the size of a data group.
|
class |
HoverPredicate
Expression that indicates if an item is currently under the mouse
pointer.
|
class |
InGroupPredicate
Expression that indicates if an item is currently a member of a particular
data group.
|
class |
QueryExpression
Expression that returns the current query string of a data group of the type
SearchTupleSet . |
class |
SearchPredicate
Expression that indicates if an item is currently a member of a data group of the type
SearchTupleSet , but including a possible special case in
which all items should be pass through the predicate if no search query is specified. |
class |
ValidatedPredicate
Expression that indicates if an item's validated flag is set.
|
class |
VisiblePredicate
Expression that indicates if an item's visible flag is set.
|
Copyright ? 2013 Regents of the University of California