NASA World Wind

gov.nasa.worldwind.geom
Class SurfaceQuadrilateral

java.lang.Object
  extended by gov.nasa.worldwind.geom.SurfaceShape
      extended by gov.nasa.worldwind.geom.SurfacePolygon
          extended by gov.nasa.worldwind.geom.SurfaceQuadrilateral
All Implemented Interfaces:
Disposable, Renderable

public class SurfaceQuadrilateral
extends SurfacePolygon


Constructor Summary
SurfaceQuadrilateral(Sector sector)
           
SurfaceQuadrilateral(Sector sector, Color color, Color borderColor)
           
 
Method Summary
 
Methods inherited from class gov.nasa.worldwind.geom.SurfacePolygon
drawShape
 
Methods inherited from class gov.nasa.worldwind.geom.SurfaceShape
dispose, getBorderColor, getNumEdgeIntervals, getPaint, getPositions, getSector, getStroke, getTextureSize, isAntiAlias, isDrawBorder, isDrawInterior, render, setAntiAlias, setBorderColor, setDrawBorder, setDrawInterior, setNumEdgeIntervals, setPaint, setStroke, setTextureSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurfaceQuadrilateral

public SurfaceQuadrilateral(Sector sector)

SurfaceQuadrilateral

public SurfaceQuadrilateral(Sector sector,
                            Color color,
                            Color borderColor)

NASA World Wind