Class SplineModel

    • Field Detail

      • DEFAULT_NUMBER_OF_NODES

        public static final int DEFAULT_NUMBER_OF_NODES
        See Also:
        Constant Field Values
      • numberOfNodes

        protected int numberOfNodes
      • refreshPeriod

        protected int refreshPeriod
    • Constructor Detail

      • SplineModel

        public SplineModel()
    • Method Detail

      • setName

        public void setName​(String newName)
      • isEditable

        public boolean isEditable()
      • getDataCurve

        public Spline3 getDataCurve()
      • getMinimum

        public long getMinimum()
      • getMaximum

        public long getMaximum()
      • getAverage

        public long getAverage()
      • getCurrent

        public long getCurrent()
      • getSample

        public long getSample​(int i)
      • getNumberOfCollectedSamples

        public long getNumberOfCollectedSamples()
      • getName

        public String getName()
      • uncompile

        public void uncompile()
      • clearData

        public void clearData()
        Description copied from interface: Clearable
        Clears the current data of the object.
        Specified by:
        clearData in interface Clearable