Uses of Class
eu.webtoolkit.jwt.WLeafletMap.Coordinate
Packages that use WLeafletMap.Coordinate
-
Uses of WLeafletMap.Coordinate in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WLeafletMap.CoordinateModifier and TypeMethodDescriptionWLeafletMap.AbstractMapItem.getPosition()Get the current position.WLeafletMap.getPosition()Get the current position.Methods in eu.webtoolkit.jwt that return types with arguments of type WLeafletMap.CoordinateModifier and TypeMethodDescriptionWLeafletMap.Polyline.getPoints()Return the points the polyline goes trough.Methods in eu.webtoolkit.jwt with parameters of type WLeafletMap.CoordinateModifier and TypeMethodDescriptionvoidWLeafletMap.addCircle(WLeafletMap.Coordinate center, double radius, WPen stroke, WBrush fill) Add a circle.booleanWLeafletMap.Coordinate.equals(WLeafletMap.Coordinate other) Equality comparison operator.voidWLeafletMap.AbstractMapItem.move(WLeafletMap.Coordinate pos) Move the map item.voidWLeafletMap.Polyline.move(WLeafletMap.Coordinate pos) Move the polyline.voidWLeafletMap.panTo(WLeafletMap.Coordinate center) Pan to the given coordinate.Method parameters in eu.webtoolkit.jwt with type arguments of type WLeafletMap.CoordinateModifier and TypeMethodDescriptionvoidWLeafletMap.addPolyline(List<WLeafletMap.Coordinate> points, WPen pen) Add a polyline.voidWLeafletMap.Polyline.setPoints(List<WLeafletMap.Coordinate> points) Set the points the polyline go trough.Constructors in eu.webtoolkit.jwt with parameters of type WLeafletMap.CoordinateModifierConstructorDescriptionprotectedConstructor.protectedAbstractDrawnItem(WLeafletMap.Coordinate pos, WPen pen) Constructor.protectedAbstractDrawnItem(WLeafletMap.Coordinate pos, WPen pen, WBrush brush) Constructor.protectedConstructor.protectedConstructor.protectedAbstractOverlayItem(WLeafletMap.Coordinate pos, WWidget content) Constructor.Circle(WLeafletMap.Coordinate center, double radius) Create a new circle at the given position.Circle(WLeafletMap.Coordinate center, double radius, WBrush brush) Create a new circle at the given position.Circle(WLeafletMap.Coordinate center, double radius, WPen pen) Create a new circle at the given position.Circle(WLeafletMap.Coordinate center, double radius, WPen pen, WBrush brush) Create a new circle at the given position.Create a new marker at the given position.protectedCreate a popup with the given coordinates.Popup(WLeafletMap.Coordinate pos, WWidget content) Create a popup with the given content and coordinates.Popup(WLeafletMap.Coordinate pos, CharSequence content) Create a popup with the given content and coordinates.Create a tooltip with the given coordinates.Tooltip(WLeafletMap.Coordinate pos, WWidget content) Create a tooltip with the given content and coordinates.Tooltip(WLeafletMap.Coordinate pos, CharSequence content) Create a tooltip with the given content and coordinates.WidgetMarker(WLeafletMap.Coordinate pos, WWidget widget) Create a newWLeafletMap.WidgetMarkerat the given position with the given widget.Constructor parameters in eu.webtoolkit.jwt with type arguments of type WLeafletMap.CoordinateModifierConstructorDescriptionPolyline(List<WLeafletMap.Coordinate> points) Create a new polyline going trough the given points.Polyline(List<WLeafletMap.Coordinate> points, WBrush brush) Create a new polyline going trough the given points.Polyline(List<WLeafletMap.Coordinate> points, WPen pen) Create a new polyline going trough the given points.Polyline(List<WLeafletMap.Coordinate> points, WPen pen, WBrush brush) Create a new polyline going trough the given points.