public final class StatisticsView extends Object
ExpressionView
s.Constructor and Description |
---|
StatisticsView()
Creates a new
StatisticsView instance. |
Modifier and Type | Method and Description |
---|---|
void |
add(ExpressionView statistic)
Add the specified
ExpressionView to this
StatisticsView . |
void |
add(StatisticsView other)
|
ExpressionView[] |
getExpressionViews()
Return our
ExpressionView s as an array. |
public void add(StatisticsView other)
other
- Another StatisticsView
.public void add(ExpressionView statistic)
ExpressionView
to this
StatisticsView
.statistic
- An ExpressionView
.public ExpressionView[] getExpressionViews()
ExpressionView
s as an array.ExpressionView
s.Copyright © 2000-2014. All Rights Reserved.