public class ZAxis extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
ZAxis()
Instantiates a new layer z axis.
|
ZAxis(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 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.