public interface TacticalCircle extends TacticalPoint
Modifier and Type | Method and Description |
---|---|
double |
getRadius()
Indicates the radius of this circle.
|
void |
setRadius(double radius)
Specifies the radius of this circle.
|
getPosition, setPosition
getAttributes, getDelegateOwner, getHighlightAttributes, getIdentifier, getLabelOffset, getModifier, getPositions, getText, getUnitsFormat, isShowGraphicModifiers, isShowHostileIndicator, isShowLocation, isShowTextModifiers, isVisible, setAttributes, setDelegateOwner, setHighlightAttributes, setLabelOffset, setModifier, setPositions, setShowGraphicModifiers, setShowHostileIndicator, setShowLocation, setShowTextModifiers, setText, setUnitsFormat, setVisible
render
isHighlighted, setHighlighted
getReferencePosition, move, moveTo
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
double getRadius()
getModifier(SymbologyConstants.DISTANCE )
.void setRadius(double radius)
setModifier(SymbologyConstants.DISTANCE, value)
.radius
- New radius, in meters.