Class LayerZAxis

  • All Implemented Interfaces:
    Serializable

    public class LayerZAxis
    extends Object
    implements Serializable
    The Class LayerZAxis.
    Author:
    Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Feb 10, 2016
    See Also:
    Serialized Form
    • Constructor Detail

      • LayerZAxis

        public LayerZAxis()
        Instantiates a new layer z axis.
      • LayerZAxis

        public LayerZAxis​(String units,
                          boolean positive,
                          List<Double> values)
        Instantiates a new layer z axis.
        Parameters:
        units - the units
        positive - the positive
        values - the values
    • Method Detail

      • getUnits

        public String getUnits()
        Gets the units.
        Returns:
        the units
      • isPositive

        public boolean isPositive()
        Checks if is positive.
        Returns:
        the positive
      • getValues

        public List<Double> getValues()
        Gets the values.
        Returns:
        the values
      • setUnits

        public void setUnits​(String units)
        Sets the units.
        Parameters:
        units - the units to set
      • setPositive

        public void setPositive​(boolean positive)
        Sets the positive.
        Parameters:
        positive - the positive to set
      • setValues

        public void setValues​(List<Double> values)
        Sets the values.
        Parameters:
        values - the values to set