|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.DataShadow
DataShadow is the VisAD class for gathering RealType value ranges and Animation sampling Sets for auto-scaling Displays.
| Field Summary | |
(package private) Set |
animationSampling
default Set for Animation sampling, from Field domains in data |
(package private) double[][] |
ranges
ranges of RealType values, dimensioned [2][num_RealTypes] where first index = 0 for min, = 1 for max |
| Constructor Summary | |
(package private) |
DataShadow(double[][] r)
construct a new DataShadow with given ranges array and null animationSampling |
| Method Summary | |
(package private) boolean |
isAnimationSampling(boolean domain)
|
void |
merge(DataShadow shadow)
merge argument DataShadow into this DataShadow |
(package private) void |
setAnimationSampling(Set set,
boolean domain)
set or merge a Set into animationSampling, as long as Set is neither FloatSet nor DoubleSet, and this call is for a Field domain |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
double[][] ranges
Set animationSampling
| Constructor Detail |
DataShadow(double[][] r)
r - ranges array| Method Detail |
boolean isAnimationSampling(boolean domain)
domain - flag indicating if this call is for Field domain
void setAnimationSampling(Set set,
boolean domain)
throws VisADException
set - Set to mergedomain - flag indicating if this call is for Field domain
VisADException - a VisAD error occurred
public void merge(DataShadow shadow)
throws VisADException
shadow - DataShadow to merge
VisADException - a VisAD error occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||