public class FlowInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[][] |
color_values |
float |
constant_alpha |
float[] |
constant_color |
Unit[] |
flow_units |
float[][] |
flow_values |
float |
flowScale |
GraphicsModeControl |
mode |
boolean[][] |
range_select |
DataRenderer |
renderer |
Set |
spatial_set |
float[][] |
spatial_values |
int |
spatialManifoldDimension |
byte[][] |
trajColors |
int |
which |
| Constructor and Description |
|---|
FlowInfo() |
public float[][] flow_values
public Unit[] flow_units
public float flowScale
public float[][] spatial_values
public Set spatial_set
public int spatialManifoldDimension
public byte[][] color_values
public boolean[][] range_select
public GraphicsModeControl mode
public float constant_alpha
public float[] constant_color
public DataRenderer renderer
public int which
public byte[][] trajColors