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, getType
public 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 TypedViewportState
public int hashCode()
hashCode
in class TypedViewportState
public String toString()
toString
in class TypedViewportState
Copyright © 2023. All rights reserved.