prefuse.visual.expression |
Expressions in the prefuse expression language that are specific to
VisualItems. These expression instances can be instantiated directly
and used, or are accessible as functions in the prefuse expression
language.
|
Java Source File Name | Type | Comment |
GroupExpression.java | Class | Abstract base class for Expression instances dealing with data groups
within a Visualization. |
GroupSizeFunction.java | Class | GroupExpression that returns the size of a data group. |
HoverPredicate.java | Class | Expression that indicates if an item is currently under the mouse
pointer. |
InGroupPredicate.java | Class | Expression that indicates if an item is currently a member of a particular
data group. |
QueryExpression.java | Class | Expression that returns the current query string of a data group of the type
prefuse.data.search.SearchTupleSet . |
SearchPredicate.java | Class | Expression that indicates if an item is currently a member of a data group of the type
prefuse.data.search.SearchTupleSet , but including a possible special case in
which all items should be pass through the predicate if no search query is specified. |
StartVisiblePredicate.java | Class | Expression that indicates if an item's start visible flag is set. |
ValidatedPredicate.java | Class | Expression that indicates if an item's validated flag is set. |
VisiblePredicate.java | Class | Expression that indicates if an item's visible flag is set. |