Package pulse.math

Class Parameter

    • Method Detail

      • setBounds

        public void setBounds​(Segment bounds)
      • getBounds

        public Segment getBounds()
      • getTransformedBounds

        public Segment getTransformedBounds()
        If transform of i is not null, applies the transformation to the component bounds
        Parameters:
        i - the index of the component
        Returns:
        the transformed bounds
      • setTransform

        public void setTransform​(Transformable transform)
      • inverseTransform

        public double inverseTransform()
      • getApparentValue

        public double getApparentValue()
      • setValue

        public void setValue​(double value,
                             boolean ignoreTransform)
      • setValue

        public void setValue​(double value)