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