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, translate2DMethods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.shape.ILcdCircle
getCenter, getRadiusMethods inherited from interface com.luciad.util.ILcdCloneable
cloneMethods 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.
-