-
public final class ErrorEvent.DisplayDisplay properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classErrorEvent.Display.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ErrorEvent.Viewportviewport
-
Constructor Summary
Constructors Constructor Description ErrorEvent.Display(ErrorEvent.Viewport viewport)
-
Method Summary
Modifier and Type Method Description final ErrorEvent.ViewportgetViewport()final JsonElementtoJson()-
-
Constructor Detail
-
ErrorEvent.Display
ErrorEvent.Display(ErrorEvent.Viewport viewport)
- Parameters:
viewport- The viewport represents the rectangular area that is currently being viewed.
-
-
Method Detail
-
getViewport
final ErrorEvent.Viewport getViewport()
-
toJson
final JsonElement toJson()
-
-
-
-