public final class APLViewportState extends TypedViewportState
| Modifier and Type | Class and Description |
|---|---|
static class |
APLViewportState.Builder |
id, type| Modifier and Type | Method and Description |
|---|---|
static APLViewportState.Builder |
builder() |
boolean |
equals(Object o) |
Boolean |
getCanRotate()
Indicates if the viewport can be rotated through 90 degrees.
|
ViewportConfiguration |
getConfiguration()
Get _configuration
|
BigDecimal |
getDpi()
The pixel density of the viewport.
|
PresentationType |
getPresentationType()
Get presentationType
|
Shape |
getShape()
Get shape
|
int |
hashCode() |
String |
toString() |
getId, getTypepublic static APLViewportState.Builder builder()
public Shape getShape()
public BigDecimal getDpi()
public PresentationType getPresentationType()
public Boolean getCanRotate()
public ViewportConfiguration getConfiguration()
public boolean equals(Object o)
equals in class TypedViewportStatepublic int hashCode()
hashCode in class TypedViewportStatepublic String toString()
toString in class TypedViewportStateCopyright © 2023. All rights reserved.