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