- QualityControlAnimator - Class in prefuse.action.animate
-
Animator that toggles rendering quality to allow for smooth animations but
high quality rendering of still images.
- QualityControlAnimator() - Constructor for class prefuse.action.animate.QualityControlAnimator
-
- qualityValue(boolean) - Method in class prefuse.action.animate.QualityControlAnimator
-
Callback procedure that subclasses can override to execute
custom quality control measures.
- quantile(double, double[]) - Static method in class prefuse.util.MathLib
-
Get the quantile measure, as a value between 0 and 1, for a given
value and set of quantile boundaries.
- QUANTILE_SCALE - Static variable in interface prefuse.Constants
-
A quantile scale, based on the underlying distribution
- quantiles(int, double[]) - Static method in class prefuse.util.MathLib
-
Compute the n-quantile boundaries for a set of values.
- QueryExpression - Class in prefuse.visual.expression
-
Expression that returns the current query string of a data group of the type
SearchTupleSet
.
- QueryExpression() - Constructor for class prefuse.visual.expression.QueryExpression
-
Create a new QueryExpression.
- QueryExpression(String) - Constructor for class prefuse.visual.expression.QueryExpression
-
Create a new QueryExpression.
- Queue - Class in prefuse.util.collections
-
Maintains a breadth-first-search queue as well as depth labels.
- Queue() - Constructor for class prefuse.util.collections.Queue
-
- Quoted() - Static method in class prefuse.data.expression.parser.ExpressionParser
-
- QUOTED - Static variable in interface prefuse.data.expression.parser.ExpressionParserConstants
-