Class ScrollJumpParams

java.lang.Object
pamScrollSystem.jumping.ScrollJumpParams
All Implemented Interfaces:
Serializable, Cloneable

public class ScrollJumpParams extends Object implements Serializable, Cloneable
See Also:
  • Field Details Link icon

    • serialVersionUID Link icon

      public static final long serialVersionUID
      See Also:
    • ALIGN_AT_EDGE Link icon

      public static final int ALIGN_AT_EDGE
      Align next found data unit at edge of screen
      See Also:
    • ALIGN_AT_CENTRE Link icon

      public static final int ALIGN_AT_CENTRE
      Align next found data unit in centre of screen
      See Also:
    • alignment Link icon

      public int alignment
      When the next sound is found, align it at the edge of the display or in the centre
    • allowOuterScroll Link icon

      public boolean allowOuterScroll
      If no more sounds are found, look in the datamap for the datablocks and move the outer scroller to the next time with data.
  • Constructor Details Link icon

    • ScrollJumpParams Link icon

      public ScrollJumpParams()