Uses of Interface
prefuse.data.expression.Function

Packages that use Function
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. 
 

Uses of Function in prefuse.data.expression
 

Classes in prefuse.data.expression that implement Function
 class FunctionExpression
          Abstract base class for FunctionExpression implementations.
 

Methods in prefuse.data.expression that return Function
static Function FunctionTable.createFunction(java.lang.String name)
          Get a new Function instance for the function with the given name.
 

Uses of Function in prefuse.visual.expression
 

Classes in prefuse.visual.expression that implement Function
 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 © 2007 Regents of the University of California