public static class ContinuousViewportSize.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ContinuousViewportSize |
build() |
ContinuousViewportSize.Builder |
withMaxPixelHeight(Integer maxPixelHeight) |
ContinuousViewportSize.Builder |
withMaxPixelWidth(Integer maxPixelWidth) |
ContinuousViewportSize.Builder |
withMinPixelHeight(Integer minPixelHeight) |
ContinuousViewportSize.Builder |
withMinPixelWidth(Integer minPixelWidth) |
public ContinuousViewportSize.Builder withMinPixelWidth(Integer minPixelWidth)
public ContinuousViewportSize.Builder withMinPixelHeight(Integer minPixelHeight)
public ContinuousViewportSize.Builder withMaxPixelWidth(Integer maxPixelWidth)
public ContinuousViewportSize.Builder withMaxPixelHeight(Integer maxPixelHeight)
public ContinuousViewportSize build()
Copyright © 2023. All rights reserved.