public final class ContinuousViewportSize extends ViewportSize
| Modifier and Type | Class and Description |
|---|---|
static class |
ContinuousViewportSize.Builder |
type| Modifier and Type | Method and Description |
|---|---|
static ContinuousViewportSize.Builder |
builder() |
boolean |
equals(Object o) |
Integer |
getMaxPixelHeight()
Get maxPixelHeight
|
Integer |
getMaxPixelWidth()
Get maxPixelWidth
|
Integer |
getMinPixelHeight()
Get minPixelHeight
|
Integer |
getMinPixelWidth()
Get minPixelWidth
|
int |
hashCode() |
String |
toString() |
getTypepublic static ContinuousViewportSize.Builder builder()
public Integer getMinPixelWidth()
public Integer getMinPixelHeight()
public Integer getMaxPixelWidth()
public Integer getMaxPixelHeight()
public boolean equals(Object o)
equals in class ViewportSizepublic int hashCode()
hashCode in class ViewportSizepublic String toString()
toString in class ViewportSizeCopyright © 2023. All rights reserved.