gov.nasa.worldwind.render
Class ConformingCircle
java.lang.Object
gov.nasa.worldwind.render.ConformingShape
gov.nasa.worldwind.render.ConformingEllipse
gov.nasa.worldwind.render.ConformingCircle
- All Implemented Interfaces:
- Disposable, MeasurableArea, MeasurableLength, Movable, Renderable, Restorable
public class ConformingCircle
- extends ConformingEllipse
| Methods inherited from class gov.nasa.worldwind.render.ConformingEllipse |
doGetRestorableState, doRestoreState, getArea, getCenter, getHeight, getLength, getOrientation, getPerimeter, getReferencePosition, getSemiMajorAxisLength, getSemiMinorAxisLength, getWidth, invalidateCache, moveTo, renderBoundary, renderInterior, setAxisLengths, setCenter, setOrientation |
| Methods inherited from class gov.nasa.worldwind.render.ConformingShape |
dispose, getBorderColor, getBorderWidth, getInteriorColor, getRestorableState, getUniqueSerialNumber, getUseFrustumCull, isAntiAlias, isDrawBorder, isDrawInterior, isExpired, move, render, restoreState, setAntiAlias, setBorderColor, setBorderWidth, setDrawBorder, setDrawInterior, setInteriorColor, setUseFrustumCull, sizeInBytesOf, updateExpiryCriteria |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConformingCircle
public ConformingCircle(LatLon center,
double radius)
ConformingCircle
public ConformingCircle(LatLon center,
double radius,
Color fillColor,
Color borderColor)
getRadius
public double getRadius()
setRadius
public void setRadius(double radius)