NASA World Wind

gov.nasa.worldwind.render
Class SurfaceCircle

java.lang.Object
  extended by gov.nasa.worldwind.render.SurfaceShape
      extended by gov.nasa.worldwind.render.SurfacePolygon
          extended by gov.nasa.worldwind.render.SurfaceEllipse
              extended by gov.nasa.worldwind.render.SurfaceCircle
All Implemented Interfaces:
Disposable, Movable, Renderable

public class SurfaceCircle
extends SurfaceEllipse


Field Summary
 
Fields inherited from class gov.nasa.worldwind.render.SurfaceShape
globe, positions, TEXTURE_SIZE_1024, TEXTURE_SIZE_128, TEXTURE_SIZE_16, TEXTURE_SIZE_256, TEXTURE_SIZE_32, TEXTURE_SIZE_512, TEXTURE_SIZE_64, TEXTURE_SIZE_8
 
Constructor Summary
SurfaceCircle(Globe globe, LatLon center, double radius, int intervals)
           
SurfaceCircle(Globe globe, LatLon center, double radius, int intervals, Color interiorColor, Color borderColor)
           
SurfaceCircle(Globe globe, LatLon center, double radius, int intervals, Color interiorColor, Color borderColor, Dimension textureSize)
           
 
Method Summary
 double getRadius()
           
 void setRadius(double radius)
           
 
Methods inherited from class gov.nasa.worldwind.render.SurfaceEllipse
getCenter, getIntervals, getMajorAxisLength, getMinorAxisLength, getOrientation, setAxisLengths, setCenter, setIntervals, setOrientation
 
Methods inherited from class gov.nasa.worldwind.render.SurfacePolygon
drawShape
 
Methods inherited from class gov.nasa.worldwind.render.SurfaceShape
createEllipse, createTextureTiles, dispose, getBorderColor, getNumEdgeIntervalsPerDegree, getPaint, getPositions, getReferencePosition, getSectors, getStroke, getTextureSize, isAntiAlias, isDrawBorder, isDrawInterior, move, moveTo, render, setAntiAlias, setBorderColor, setDrawBorder, setDrawInterior, setNumEdgeIntervalsPerDegree, setPaint, setPositions, setStroke, setTextureSize, shiftTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurfaceCircle

public SurfaceCircle(Globe globe,
                     LatLon center,
                     double radius,
                     int intervals)

SurfaceCircle

public SurfaceCircle(Globe globe,
                     LatLon center,
                     double radius,
                     int intervals,
                     Color interiorColor,
                     Color borderColor)

SurfaceCircle

public SurfaceCircle(Globe globe,
                     LatLon center,
                     double radius,
                     int intervals,
                     Color interiorColor,
                     Color borderColor,
                     Dimension textureSize)
Method Detail

getRadius

public double getRadius()

setRadius

public void setRadius(double radius)

NASA World Wind