Package org.teamapps.dto
Class UiMapCircle
java.lang.Object
org.teamapps.dto.AbstractUiMapShape
org.teamapps.dto.UiMapCircle
- All Implemented Interfaces:
UiObject
public class UiMapCircle extends AbstractUiMapShape implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected UiMapLocationcenterprotected intradiusFields inherited from class org.teamapps.dto.AbstractUiMapShape
shapeProperties -
Constructor Summary
Constructors Constructor Description UiMapCircle() -
Method Summary
Modifier and Type Method Description UiMapLocationgetCenter()intgetRadius()UiObjectTypegetUiObjectType()UiMapCirclesetCenter(UiMapLocation center)UiMapCirclesetRadius(int radius)UiMapCirclesetShapeProperties(UiShapeProperties shapeProperties)java.lang.StringtoString()Methods inherited from class org.teamapps.dto.AbstractUiMapShape
getShapePropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
center
-
radius
protected int radius
-
-
Constructor Details
-
UiMapCircle
public UiMapCircle()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractUiMapShape
-
getCenter
-
getRadius
public int getRadius() -
setShapeProperties
- Overrides:
setShapePropertiesin classAbstractUiMapShape
-
setCenter
-
setRadius
-