| Constructors in gov.nasa.worldwind.render with parameters of type ShapeAttributes |
AbstractSurfaceShape(ShapeAttributes attributes)
|
BasicShapeAttributes(ShapeAttributes attributes)
|
SurfaceCircle(ShapeAttributes attributes)
|
SurfaceCircle(ShapeAttributes attributes,
int intervals)
|
SurfaceCircle(ShapeAttributes attributes,
LatLon center,
double radius)
|
SurfaceCircle(ShapeAttributes attributes,
LatLon center,
double radius,
int intervals)
|
SurfaceConvexShape(ShapeAttributes attributes)
|
SurfaceEllipse(ShapeAttributes attributes)
|
SurfaceEllipse(ShapeAttributes attributes,
int intervals)
|
SurfaceEllipse(ShapeAttributes attributes,
LatLon center,
double semiMajorAxisLength,
double semiMinorAxisLength,
Angle heading)
|
SurfaceEllipse(ShapeAttributes attributes,
LatLon center,
double semiMajorAxisLength,
double semiMinorAxisLength,
Angle heading,
int intervals)
|
SurfacePolygon(ShapeAttributes attributes)
|
SurfacePolygon(ShapeAttributes attributes,
Iterable<? extends LatLon> locations)
|
SurfacePolyline(ShapeAttributes attributes)
|
SurfacePolyline(ShapeAttributes attributes,
Iterable<? extends LatLon> locations)
|
SurfaceQuad(ShapeAttributes attributes)
|
SurfaceQuad(ShapeAttributes attributes,
LatLon center,
double width,
double height,
Angle heading)
|
SurfaceSector(ShapeAttributes attributes)
|
SurfaceSector(ShapeAttributes attributes,
Sector sector)
|
SurfaceSquare(ShapeAttributes attributes)
|
SurfaceSquare(ShapeAttributes attributes,
LatLon center,
double size,
Angle heading)
|