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