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