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.StateChangeEvent
Nested 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, zoom
Fields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObject
children, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDouble[]
void
setCenterX
(double centerX) void
setCenterY
(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, setZoom
Methods 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)
-