Uses of Class
com.vaadin.componentfactory.maps.model.Crosshair
Packages that use Crosshair
-
Uses of Crosshair in com.vaadin.componentfactory.maps.model
Methods in com.vaadin.componentfactory.maps.model that return CrosshairModifier and TypeMethodDescriptionXAxis.getCrosshair()Getter for the fieldcrosshair.YAxis.getCrosshair()Getter for the fieldcrosshair.Methods in com.vaadin.componentfactory.maps.model with parameters of type CrosshairModifier and TypeMethodDescriptionvoidXAxis.setCrosshair(Crosshair crosshair) Configure a crosshair that follows either the mouse pointer or the hovered point.voidYAxis.setCrosshair(Crosshair crosshair) Configure a crosshair that follows either the mouse pointer or the hovered point.