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.orbit |
Modifier and Type | Field and Description |
---|---|
protected PropertyAccessor.AngleAccessor |
AngleAnimator.propertyAccessor
The @link gov.nasa.worldwind.util.PropertyAccessor used to modify
the data value being animated.
|
Modifier and Type | Method and Description |
---|---|
PropertyAccessor.AngleAccessor |
AngleAnimator.getPropertyAccessor()
Get the
PropertyAccessor in use by this animation |
Constructor and Description |
---|
AngleAnimator(Interpolator interpolator,
Angle begin,
Angle end,
PropertyAccessor.AngleAccessor propertyAccessor)
Construct an AngleAnimator
|
RotateToAngleAnimator(Angle begin,
Angle end,
double smoothing,
PropertyAccessor.AngleAccessor propertyAccessor) |
Modifier and Type | Class and Description |
---|---|
static class |
ViewPropertyAccessor.HeadingAccessor |
static class |
ViewPropertyAccessor.PitchAccessor |
static class |
ViewPropertyAccessor.RollAccessor |
Modifier and Type | Method and Description |
---|---|
static PropertyAccessor.AngleAccessor |
ViewPropertyAccessor.createHeadingAccessor(View view) |
static PropertyAccessor.AngleAccessor |
ViewPropertyAccessor.createPitchAccessor(View view) |
static PropertyAccessor.AngleAccessor |
ViewPropertyAccessor.createRollAccessor(View view) |
Modifier and Type | Class and Description |
---|---|
protected static class |
OrbitViewInputHandler.CollisionAwarePitchAccessor
CollisionAwarePitchAccessor implements an
PropertyAccessor.AngleAccessor
interface onto the pitch property of an OrbitView . |