Klasse MapCircle
java.lang.Object
org.teamapps.ux.component.map.shape.AbstractMapShape
org.teamapps.ux.component.map.shape.MapCircle
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.teamapps.ux.component.map.shape.AbstractMapShape
AbstractMapShape.MapShapeListener -
Feldübersicht
Von Klasse geerbte Felder org.teamapps.ux.component.map.shape.AbstractMapShape
clientId, listener, properties -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMapCircle(Location center, int radiusMeters, org.teamapps.common.format.Color fillColor, org.teamapps.common.format.Color strokeColor) MapCircle(Location center, int radiusMeters, org.teamapps.common.format.Color fillColor, org.teamapps.common.format.Color strokeColor, float strokeWidth) MapCircle(Location center, int radiusMeters, ShapeProperties properties) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.teamapps.dto.UiMapCircleintvoidvoidsetRadiusMeters(int radiusMeters) Von Klasse geerbte Methoden org.teamapps.ux.component.map.shape.AbstractMapShape
getClientIdInternal, getProperties, mapAbstractUiShapeProperties, remove, setClientIdInternal, setListenerInternal
-
Konstruktordetails
-
MapCircle
-
MapCircle
-
MapCircle
-
MapCircle
public MapCircle(Location center, int radiusMeters, org.teamapps.common.format.Color fillColor, org.teamapps.common.format.Color strokeColor) -
MapCircle
public MapCircle(Location center, int radiusMeters, org.teamapps.common.format.Color fillColor, org.teamapps.common.format.Color strokeColor, float strokeWidth)
-
-
Methodendetails
-
createUiMapShape
public org.teamapps.dto.UiMapCircle createUiMapShape()- Angegeben von:
createUiMapShapein KlasseAbstractMapShape
-
getCenter
-
setCenter
-
getRadiusMeters
public int getRadiusMeters() -
setRadiusMeters
public void setRadiusMeters(int radiusMeters)
-