public class CircleOptions extends MapObject
Constructor and Description |
---|
CircleOptions() |
CircleOptions(Map map)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LatLng |
getCenter()
Returns value of center property.
|
boolean |
getClickable()
Returns value of clickable property.
|
boolean |
getDraggable()
Returns value of draggable property.
|
boolean |
getEditable()
Returns value of editable property.
|
java.lang.String |
getFillColor()
Returns value of fillColor property.
|
double |
getFillOpacity()
Returns value of fillOpacity property.
|
double |
getRadius()
Returns value of radius property.
|
java.lang.String |
getStrokeColor()
Returns value of strokeColor property.
|
double |
getStrokeOpacity()
Returns value of strokeOpacity property.
|
StrokePosition |
getStrokePosition()
Returns value of strokePosition property
|
double |
getStrokeWeight()
Returns value of strokeWeight property.
|
boolean |
getVisible()
Returns value of visible property.
|
double |
getZIndex()
Returns value of zIndex property.
|
void |
setCenter(LatLng value)
Sets new value for center property.
|
void |
setClickable(boolean value)
Sets new value for clickable property.
|
void |
setDraggable(boolean value)
Sets new value for draggable property.
|
void |
setEditable(boolean value)
Sets new value for editable property.
|
void |
setFillColor(java.lang.String value)
Sets new value for fillColor property.
|
void |
setFillOpacity(double value)
Sets new value for fillOpacity property.
|
void |
setRadius(double value)
Sets new value for radius property.
|
void |
setStrokeColor(java.lang.String value)
Sets new value for strokeColor property.
|
void |
setStrokeOpacity(double value)
Sets new value for strokeOpacity property.
|
void |
setStrokePosition(StrokePosition value)
Sets new value for strokePosition property.
|
void |
setStrokeWeight(double value)
Sets new value for strokeWeight property.
|
void |
setVisible(boolean value)
Sets new value for visible property.
|
void |
setZIndex(double value)
Sets new value for zIndex property.
|
addEventListener, attachObject, cacheProperties, cacheProperties, clone, createJSValue, dispose, fromJSValue, getJSObject, getMap, getProperties, invokeMethod, propertyChanged, removeEventListener, updateProperty
public CircleOptions()
@Deprecated public CircleOptions(Map map)
map
- owner Map objectpublic boolean getClickable()
This property indicates whether this Circle handles mouse events. Defaults to true.
setClickable(boolean)
public void setClickable(boolean value)
value
- new property valuegetClickable()
public boolean getDraggable()
If property set to true, the user can drag this circle over the map. Defaults to false.
setDraggable(boolean)
public void setDraggable(boolean value)
value
- new property valuegetDraggable()
public boolean getEditable()
If property set to true, the user can edit this circle by dragging the control points shown at the center and around the circumference of the circle. Defaults to false.
setEditable(boolean)
public void setEditable(boolean value)
value
- new property valuegetEditable()
public boolean getVisible()
Indicates whether this circle is visible on the map. Defaults to true.
setVisible(boolean)
public void setVisible(boolean value)
value
- new property valuegetVisible()
public java.lang.String getStrokeColor()
Represents the stroke color. All CSS3 colors are supported except for extended named colors.
setStrokeColor(java.lang.String)
public void setStrokeColor(java.lang.String value)
value
- new property valuegetStrokeColor()
public java.lang.String getFillColor()
Represents the fill color. All CSS3 colors are supported except for extended named colors.
setFillColor(java.lang.String)
public void setFillColor(java.lang.String value)
value
- new property valuegetFillColor()
public double getStrokeWeight()
Represents the stroke width in pixels.
setStrokeWeight(double)
public void setStrokeWeight(double value)
value
- new property valuegetStrokeWeight()
public double getStrokeOpacity()
Represents the stroke opacity (between 0.0 and 1.0)
setStrokeOpacity(double)
public void setStrokeOpacity(double value)
value
- new property valuegetStrokeOpacity()
public double getFillOpacity()
Represents the fill opacity (between 0.0 and 1.0)
setFillOpacity(double)
public void setFillOpacity(double value)
value
- new property valuegetFillOpacity()
public double getZIndex()
Represents the zIndex compared to other figures.
setZIndex(double)
public void setZIndex(double value)
value
- new property valuegetZIndex()
public double getRadius()
Represents the radius in meters on the Earth's surface.
setRadius(double)
public void setRadius(double value)
value
- new property valuegetRadius()
public LatLng getCenter()
Represents the center of circle.
setCenter(com.teamdev.jxmaps.LatLng)
public void setCenter(LatLng value)
value
- new property valuegetCenter()
public StrokePosition getStrokePosition()
Represents the stroke position. Defaults to CENTER. This property is not supported on Internet Explorer 8 and earlier.
setStrokePosition(com.teamdev.jxmaps.StrokePosition)
public void setStrokePosition(StrokePosition value)
value
- new property valuegetStrokePosition()