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

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • ALIGN_AT_EDGE

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

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

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

      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

    • ScrollJumpParams

      public ScrollJumpParams()