public final class Graticule extends NativeObjectContainer
Constructor and Description |
---|
Graticule()
Creates a graticule object.
|
Modifier and Type | Method and Description |
---|---|
List<Double> |
getStepMajor()
Returns the graticule lines distances in degrees.
|
List<Double> |
getStepMinor()
Returns the graticule lines distances in degrees.
|
void |
setStepMajor(double start,
double end)
Sets the graticule lines distances in degrees.
|
void |
setStepMinor(double start,
double end)
Sets the graticule lines distances in degrees.
|
checkDefaultValuesArgument, empty, getArrayValue, getElement, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setElement, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
public void setStepMajor(double start, double end)
start
- the start graticule line distance in degreesend
- the end graticule line distance in degreespublic List<Double> getStepMajor()
public void setStepMinor(double start, double end)
start
- the start graticule line distance in degreesend
- the end graticule line distance in degrees