Package | Description |
---|---|
gov.nasa.worldwind.animation | |
gov.nasa.worldwind.view |
The view package contains implementations, and support for implementations of the
View interface. |
gov.nasa.worldwind.view.firstperson | |
gov.nasa.worldwind.view.orbit |
Modifier and Type | Field and Description |
---|---|
protected PropertyAccessor.DoubleAccessor |
DoubleAnimator.propertyAccessor |
Modifier and Type | Method and Description |
---|---|
PropertyAccessor.DoubleAccessor |
DoubleAnimator.getPropertyAccessor() |
Constructor and Description |
---|
DoubleAnimator(Interpolator interpolator,
double begin,
double end,
PropertyAccessor.DoubleAccessor propertyAccessor) |
MoveToDoubleAnimator(java.lang.Double end,
double smoothing,
double minEpsilon,
PropertyAccessor.DoubleAccessor propertyAccessor)
Construct a
MoveToDoubleAnimator |
MoveToDoubleAnimator(java.lang.Double end,
double smoothing,
PropertyAccessor.DoubleAccessor propertyAccessor)
Construct a
MoveToDoubleAnimator |
Modifier and Type | Class and Description |
---|---|
static class |
ViewPropertyAccessor.ElevationAccessor |
Modifier and Type | Method and Description |
---|---|
static PropertyAccessor.DoubleAccessor |
ViewPropertyAccessor.createElevationAccessor(View view) |
Constructor and Description |
---|
ViewElevationAnimator(Globe globe,
double beginZoom,
double endZoom,
LatLon beginLatLon,
LatLon endLatLon,
int altitudeMode,
PropertyAccessor.DoubleAccessor propertyAccessor)
Create the animator.
|
Constructor and Description |
---|
FlyToElevationAnimator(BasicFlyView flyView,
Globe globe,
double beginZoom,
double endZoom,
LatLon beginLatLon,
LatLon endLatLon,
int altitudeMode,
PropertyAccessor.DoubleAccessor propertyAccessor) |
Modifier and Type | Method and Description |
---|---|
static PropertyAccessor.DoubleAccessor |
OrbitViewPropertyAccessor.createZoomAccessor(OrbitView view) |