public class LayerZAxis extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
POSITIVE |
static String |
UNITS |
static String |
VALUES |
Constructor and Description |
---|
LayerZAxis()
Instantiates a new layer z axis.
|
LayerZAxis(String units,
boolean positive,
List<Double> values)
Instantiates a new layer z axis.
|
Modifier and Type | Method and Description |
---|---|
String |
getUnits()
Gets the units.
|
List<Double> |
getValues()
Gets the values.
|
boolean |
isPositive()
Checks if is positive.
|
void |
setPositive(boolean positive)
Sets the positive.
|
void |
setUnits(String units)
Sets the units.
|
void |
setValues(List<Double> values)
Sets the values.
|
String |
toString() |
public static final String UNITS
public static final String POSITIVE
public static final String VALUES
public String getUnits()
public boolean isPositive()
public void setUnits(String units)
units
- the units to setpublic void setPositive(boolean positive)
positive
- the positive to setpublic void setValues(List<Double> values)
values
- the values to setCopyright © 2016. All Rights Reserved.