Package pamScrollSystem.jumping
Class ScrollJumpParams
java.lang.Object
pamScrollSystem.jumping.ScrollJumpParams
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Align next found data unit in centre of screenstatic final int
Align next found data unit at edge of screenint
When the next sound is found, align it at the edge of the display or in the centreboolean
If no more sounds are found, look in the datamap for the datablocks and move the outer scroller to the next time with data.static final long
-
Constructor Summary
-
Method Summary
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
ALIGN_AT_EDGE
public static final int ALIGN_AT_EDGEAlign next found data unit at edge of screen- See Also:
-
ALIGN_AT_CENTRE
public static final int ALIGN_AT_CENTREAlign next found data unit in centre of screen- See Also:
-
alignment
public int alignmentWhen the next sound is found, align it at the edge of the display or in the centre -
allowOuterScroll
public boolean allowOuterScrollIf 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()
-