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 SummaryNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapViewMapView.StateChangeEventNested classes/interfaces inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectMapObservableObject.ObjectChangeEvent
- 
Field SummaryFields inherited from class io.jmix.mapsflowui.kit.component.model.MapViewcurrentExtent, extent, maxZoom, minZoom, projection, rotation, zoomFields inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectchildren, dirty, eventBus, listener, metaProperties, parent, removedChildren, syncId
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionDouble[]voidsetCenterX(double centerX) voidsetCenterY(double centerY) Methods inherited from class io.jmix.mapsflowui.kit.component.model.MapViewgetCurrentExtent, getExtent, getMaxZoom, getMinZoom, getProjection, getRotation, getType, getZoom, onStateChangeEvent, setExtent, setMaxZoom, setMinZoom, setProjection, setRotation, setZoomMethods inherited from class io.jmix.mapsflowui.kit.component.model.MapObservableObjectaddChild, addListener, clearRemovedChildren, clearRemovedChildrenInDepth, equals, fireChangeEvent, getChildren, getEventBus, getMetaProperties, getRemovedChildren, getSyncId, hashCode, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setMapObjectChangeListener, setMetaProperty, setParent, unmarkDirtyInDepth
- 
Constructor Details- 
NoOpMapViewpublic NoOpMapView()
- 
NoOpMapViewpublic NoOpMapView(double centerX, double centerY) 
 
- 
- 
Method Details- 
getCenter
- 
setCenterXpublic void setCenterX(double centerX) 
- 
setCenterYpublic void setCenterY(double centerY) 
 
-