Package com.luciad.shape.shape2D
Interface ILcd2DEditableCircle
- All Superinterfaces:
Cloneable
,ILcd2DEditableShape
,ILcdBounded
,ILcdCircle
,ILcdCloneable
,ILcdShape
,Serializable
- All Known Subinterfaces:
ILcd3DEditableDome
,ILcd3DEditableSphere
- All Known Implementing Classes:
TLcdCGMCircle
,TLcdDWGCircle
,TLcdGML31CircleByCenterPoint
,TLcdGML32CircleByCenterPoint
,TLcdLonLatCircle
,TLcdLonLatHeightDome
,TLcdLonLatHeightSphere
,TLcdNVG15Circle
,TLcdNVG20CircularRing
,TLcdXYCircle
An
ILcd2DEditableCircle
object is an ILcdCircle
that can be changed in two dimensions.-
Method Summary
Methods inherited from interface com.luciad.shape.shape2D.ILcd2DEditableShape
move2D, move2D, translate2D
Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.shape.ILcdCircle
getCenter, getRadius
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
Methods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Method Details
-
setRadius
void setRadius(double aRadius) Sets the radius of the circle.- Parameters:
aRadius
- the new radius.
-