Class RadialBlur

    • Constructor Detail

      • RadialBlur

        public RadialBlur()
    • Method Detail

      • setOrigin

        public void setOrigin​(float x,
                              float y)
      • setStrength

        public void setStrength​(float strength)
      • setZoom

        public void setZoom​(float zoom)
      • getZoom

        public float getZoom()
      • getOriginX

        public float getOriginX()
      • getOriginY

        public float getOriginY()
      • getStrength

        public float getStrength()
      • onBeforeRender

        protected void onBeforeRender()
        Description copied from class: Filter
        This method will get called just before a rendering operation occurs.
        Specified by:
        onBeforeRender in class Filter<RadialBlur>