| Package | Description |
|---|---|
| visad |
The core VisAD package, providing support for VisAD's Data & MathType
hierarchy, as well as for VisAD Displays and remote collaboration.
|
| visad.data |
Provides for importing data to and exporting data from VisAD.
|
| visad.data.netcdf.in |
Provides for importing a netCDF dataset into VisAD.
|
| visad.data.visad |
Provides for importing and exporting serialized Java object files
into and out of VisAD.
|
| visad.data.visad.object | |
| visad.georef |
Provides classes for geo-referencing.
|
| visad.java2d |
Provides support for two-dimensional VisAD Displays using Java2D.
|
| visad.java3d |
Provides support for two- and three-dimensional VisAD Displays using Java3D.
|
| Modifier and Type | Field and Description |
|---|---|
static TextType |
TextType.Generic |
| Modifier and Type | Method and Description |
|---|---|
TextType[] |
FunctionType.getTextComponents() |
static TextType |
TextType.getTextType(String name)
create a new TextType, or return it if it already exists
|
static TextType |
TextType.getTextTypeByName(String name)
return any TextType constructed in this JVM with name,
or null
|
| Modifier and Type | Method and Description |
|---|---|
abstract ShadowType |
DataRenderer.makeShadowTextType(TextType type,
DataDisplayLink link,
ShadowType parent)
factory for constructing a subclass of ShadowType appropriate
for the graphics API, that also adapts ShadowTextType;
ShadowType trees are constructed that 'shadow' the MathType trees of
Data to be depicted, via recursive calls to buildShadowType() methods
of MathType sub-classes, to DataRenderer.makeShadow*Type() methods,
to Shadow*Type constructors, then back to buildShadowType() methods;
the recursive call chain is initiated by DataDisplayLink.prepareData()
calls to buildShadowType() methods of MathType sub-classes;
|
| Constructor and Description |
|---|
Text(TextType type)
construct a Text object with the missing value
|
Text(TextType type,
String value)
construct a Text object
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyDataProcessor.processText(TextType type,
String value,
boolean missing,
Text text,
Object token) |
void |
DataProcessor.processText(TextType type,
String value,
boolean missing,
Text text,
Object token) |
abstract void |
BaseDataProcessor.processText(TextType type,
String value,
boolean missing,
Text text,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
protected TextType |
View.getTextType(ucar.netcdf.Variable var)
Return the VisAD TextType of a netCDF variable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.processText(TextType type,
String value,
boolean missing,
Text text,
Object token) |
void |
BinarySizer.processText(TextType type,
String value,
boolean missing,
Text text,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
static TextType |
BinaryTextType.read(BinaryReader reader,
int index) |
| Modifier and Type | Method and Description |
|---|---|
static int |
BinaryTextType.computeBytes(TextType tt) |
static int |
BinaryTextType.write(BinaryWriter writer,
TextType tt,
Object token) |
static void |
BinaryText.write(BinaryWriter writer,
TextType type,
String value,
boolean missing,
Text text,
Object token) |
static void |
BinaryText.writeDependentData(BinaryWriter writer,
TextType type,
Object token) |
| Modifier and Type | Field and Description |
|---|---|
static TextType |
NamedLocationTuple.IDENTIFIER_TYPE
TextType associated with the identifier that is returned by
getIdentifier().
|
| Modifier and Type | Method and Description |
|---|---|
ShadowType |
RendererJ2D.makeShadowTextType(TextType type,
DataDisplayLink link,
ShadowType parent) |
| Modifier and Type | Method and Description |
|---|---|
ShadowType |
RendererJ3D.makeShadowTextType(TextType type,
DataDisplayLink link,
ShadowType parent) |