blockly > Marker > getDrawer
Metoda Marker.getDrawer()
Pobierz bieżącą szufladę znacznika.
Podpis:
getDrawer(): MarkerSvg;
Zwroty:
MarkerSvg
Obiekt odpowiedzialny za rysowanie znacznika.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-15 UTC.
[null,null,["Ostatnia aktualizacja: 2024-10-15 UTC."],[[["The `Marker.getDrawer()` method retrieves the drawing component associated with the marker."],["This method returns a `MarkerSvg` object responsible for visually rendering the marker."]]],["The `getDrawer()` method, part of the `Marker` class, retrieves the current drawing object for a marker. This method returns a `MarkerSvg` object. The `MarkerSvg` object is responsible for the visual representation of the marker. No parameters are needed to call the function.\n"]]