Interface SlideConfig


  • public interface SlideConfig
    • Method Detail

      • of

        static SlideConfig of​(int target,
                              int size,
                              int offset)
      • target

        int target()
      • size

        int size()
      • offset

        int offset()