Class UiMapCircle
java.lang.Object
org.teamapps.dto.AbstractUiMapShape
org.teamapps.dto.UiMapCircle
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
FieldsFields inherited from class org.teamapps.dto.AbstractUiMapShape
shapeProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintsetCenter(UiMapLocation center) setRadius(int radius) setShapeProperties(UiShapeProperties shapeProperties) toString()Methods inherited from class org.teamapps.dto.AbstractUiMapShape
getShapeProperties
-
Field Details
-
center
-
radius
protected int radius
-
-
Constructor Details
-
UiMapCircle
public UiMapCircle()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
- Overrides:
toStringin classAbstractUiMapShape
-
getCenter
-
getRadius
public int getRadius() -
setShapeProperties
- Overrides:
setShapePropertiesin classAbstractUiMapShape
-
setCenter
-
setRadius
-