public static final class DeviceApi.ContinuousScroll.Start extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
start()
Starts the continuous scroll mode.
|
DeviceApi.ContinuousScroll.Start |
withButtonText(String buttonText)
Sets the text of the button.
|
DeviceApi.ContinuousScroll.Start |
withNumberOfTiles(int numberOfTiles)
Sets the number of tiles.
|
static DeviceApi.ContinuousScroll.Start |
withPages(int numberOfPages)
Gets a start object for a continuous scroll mode with the given
number of pages.
|
DeviceApi.ContinuousScroll.Start |
withStartTileNumber(int startTileNumber)
Sets the tile number to start at.
|
DeviceApi.ContinuousScroll.Start |
withStartTileOffset(int startTileOffset)
Sets the vertical offset for the first tile.
|
DeviceApi.ContinuousScroll.Start |
withTileHeight(int tileHeight)
Sets the tile height.
|
public boolean start()
public static DeviceApi.ContinuousScroll.Start withPages(int numberOfPages)
numberOfPages
- The number of pages.public DeviceApi.ContinuousScroll.Start withNumberOfTiles(int numberOfTiles)
numberOfTiles
- The number of tiles.public DeviceApi.ContinuousScroll.Start withStartTileNumber(int startTileNumber)
startTileNumber
- The start tile number.public DeviceApi.ContinuousScroll.Start withStartTileOffset(int startTileOffset)
startTileOffset
- The offset.public DeviceApi.ContinuousScroll.Start withButtonText(String buttonText)
buttonText
- The text.public DeviceApi.ContinuousScroll.Start withTileHeight(int tileHeight)
tileHeight
- The heightCopyright © 2024. All rights reserved.