|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprefuse.data.expression.AbstractExpression
prefuse.data.expression.ColumnExpression
prefuse.visual.expression.StartVisiblePredicate
Expression that indicates if an item's start visible flag is set.
Field Summary | |
static Predicate |
FALSE
Convenience instance for the start visible == false case. |
static Predicate |
TRUE
Convenience instance for the start visible == true case. |
Fields inherited from class prefuse.data.expression.ColumnExpression |
m_field |
Constructor Summary | |
StartVisiblePredicate()
Create a new StartVisiblePredicate. |
Methods inherited from class prefuse.data.expression.ColumnExpression |
get, getBoolean, getColumnName, getDouble, getFloat, getInt, getLong, getType, toString |
Methods inherited from class prefuse.data.expression.AbstractExpression |
addChildListeners, addExpressionListener, expressionChanged, fireExpressionChange, hasListeners, removeChildListeners, removeExpressionListener, visit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface prefuse.data.expression.Expression |
addExpressionListener, get, getBoolean, getDouble, getFloat, getInt, getLong, getType, removeExpressionListener, visit |
Field Detail |
public static final Predicate TRUE
public static final Predicate FALSE
Constructor Detail |
public StartVisiblePredicate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |