public class NamedArray
extends java.lang.Object
Constructor and Description |
---|
NamedArray(java.lang.String name,
visad.Unit unit,
float[] values)
ctor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the Name property.
|
visad.Unit |
getUnit()
Get the Unit property.
|
float[] |
getValues()
Get the Values property.
|
void |
setName(java.lang.String value)
Set the Name property.
|
void |
setUnit(visad.Unit value)
Set the Unit property.
|
void |
setValues(float[] value)
Set the Values property.
|
public NamedArray(java.lang.String name, visad.Unit unit, float[] values)
name
- nameunit
- unitvalues
- valuespublic void setName(java.lang.String value)
value
- The new value for Namepublic java.lang.String getName()
public void setUnit(visad.Unit value)
value
- The new value for Unitpublic visad.Unit getUnit()
public void setValues(float[] value)
value
- The new value for Valuespublic float[] getValues()