Class NoOpMapView
java.lang.Object
io.jmix.mapsflowui.kit.component.model.MapObservableObject
io.jmix.mapsflowui.kit.component.model.MapView
io.jmix.mapsflowui.kit.component.model.NoOpMapView
- All Implemented Interfaces:
Serializable
INTERNAL.
Stub implementation, do not use in application. Used by Jmix Studio for showing preview.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapView
MapView.StateChangeEventNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
MapObservableObject.ObjectChangeEvent -
Field Summary
Fields inherited from class io.jmix.mapsflowui.kit.component.model.MapView
currentExtent, extent, maxZoom, minZoom, projection, rotation, zoomFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
children, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDouble[]voidsetCenterX(double centerX) voidsetCenterY(double centerY) Methods inherited from class io.jmix.mapsflowui.kit.component.model.MapView
getCurrentExtent, getExtent, getMaxZoom, getMinZoom, getProjection, getRotation, getType, getZoom, onStateChangeEvent, setExtent, setMaxZoom, setMinZoom, setProjection, setRotation, setZoomMethods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
addChild, addListener, clearRemovedChildren, clearRemovedChildrenInDepth, equals, fireChangeEvent, getChildren, getEventBus, getMetaProperties, getRemovedChildren, getSyncId, hashCode, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setMapObjectChangeListener, setMetaProperty, setParent, unmarkDirtyInDepth
-
Constructor Details
-
NoOpMapView
public NoOpMapView() -
NoOpMapView
public NoOpMapView(double centerX, double centerY)
-
-
Method Details
-
getCenter
-
setCenterX
public void setCenterX(double centerX) -
setCenterY
public void setCenterY(double centerY)
-