Class WrappedPainter.WrappedTextureBounds

  • Enclosing class:
    WrappedPainter

    public static class WrappedPainter.WrappedTextureBounds
    extends Object
    • Constructor Detail

      • WrappedTextureBounds

        public WrappedTextureBounds​(double startValue,
                                    double endValue,
                                    double startValueWrapped,
                                    double endValueWrapped,
                                    int textureSize,
                                    boolean redraw)
    • Method Detail

      • getStartValue

        public double getStartValue()
      • getEndValue

        public double getEndValue()
      • getStartValueWrapped

        public double getStartValueWrapped()
      • getEndValueWrapped

        public double getEndValueWrapped()
      • getTextureSize

        public int getTextureSize()
      • isRedraw

        public boolean isRedraw()