gov.nasa.worldwind.render
Class ConformingSquare
java.lang.Object
gov.nasa.worldwind.render.ConformingShape
gov.nasa.worldwind.render.ConformingPolygon
gov.nasa.worldwind.render.ConformingQuad
gov.nasa.worldwind.render.ConformingSquare
- All Implemented Interfaces:
- Disposable, MeasurableArea, MeasurableLength, Movable, Renderable, Restorable
public class ConformingSquare
- extends ConformingQuad
| Methods inherited from class gov.nasa.worldwind.render.ConformingPolygon |
getArea, getHeight, getLength, getPerimeter, getReferencePosition, getWidth, invalidateCache, moveTo, renderBoundary, renderInterior, setOriginalVertices |
| 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 |
ConformingSquare
public ConformingSquare(Globe globe,
LatLon center,
double halfWidth)
ConformingSquare
public ConformingSquare(Globe globe,
LatLon center,
double width,
Color interiorColor,
Color borderColor)
getHalfWidth
public double getHalfWidth()
- Overrides:
getHalfWidth in class ConformingQuad
setHalfWidth
public void setHalfWidth(double halfWidth)