gov.nasa.worldwind.render
Class SurfaceQuad
java.lang.Object
gov.nasa.worldwind.render.SurfaceShape
gov.nasa.worldwind.render.SurfacePolygon
gov.nasa.worldwind.render.SurfaceQuad
- All Implemented Interfaces:
- Disposable, Movable, Renderable
- Direct Known Subclasses:
- SurfaceSquare
public class SurfaceQuad
- extends SurfacePolygon
Constructor Summary |
SurfaceQuad(Globe globe,
LatLon center,
double width,
double height,
Angle orientation)
|
SurfaceQuad(Globe globe,
LatLon center,
double width,
double height,
Angle orientation,
Color interiorColor,
Color borderColor)
|
SurfaceQuad(Globe globe,
LatLon center,
double width,
double height,
Angle orientation,
Color interiorColor,
Color borderColor,
Dimension textureSize)
|
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 |
SurfaceQuad
public SurfaceQuad(Globe globe,
LatLon center,
double width,
double height,
Angle orientation)
SurfaceQuad
public SurfaceQuad(Globe globe,
LatLon center,
double width,
double height,
Angle orientation,
Color interiorColor,
Color borderColor)
SurfaceQuad
public SurfaceQuad(Globe globe,
LatLon center,
double width,
double height,
Angle orientation,
Color interiorColor,
Color borderColor,
Dimension textureSize)
getCenter
public LatLon getCenter()
getHeight
public double getHeight()
getOrientation
public Angle getOrientation()
getWidth
public double getWidth()
setCenter
public void setCenter(LatLon center)
setOrientation
public void setOrientation(Angle orientation)
setSize
public void setSize(double width,
double height)