public static class CanvasLayer.Polygon.RightClickEvent
extends java.util.EventObject
Constructor and Description |
---|
RightClickEvent(java.lang.Object source,
org.locationtech.jts.geom.Polygon geometry,
CanvasLayer canvasLayer,
io.jmix.ui.component.MouseEventDetails mouseEventDetails) |
Modifier and Type | Method and Description |
---|---|
CanvasLayer |
getCanvasLayer() |
org.locationtech.jts.geom.Polygon |
getGeometry() |
io.jmix.ui.component.MouseEventDetails |
getMouseEventDetails() |
CanvasLayer.Polygon |
getSource() |
public RightClickEvent(java.lang.Object source, org.locationtech.jts.geom.Polygon geometry, CanvasLayer canvasLayer, io.jmix.ui.component.MouseEventDetails mouseEventDetails)
public org.locationtech.jts.geom.Polygon getGeometry()
public CanvasLayer getCanvasLayer()
public CanvasLayer.Polygon getSource()
getSource
in class java.util.EventObject
public io.jmix.ui.component.MouseEventDetails getMouseEventDetails()