Package | Description |
---|---|
gov.nasa.worldwind | |
gov.nasa.worldwind.animation | |
gov.nasa.worldwind.awt | |
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 | |
gov.nasa.worldwindx.examples | |
gov.nasa.worldwindx.examples.kml |
Examples of importing and exporting files in the Keyhole Markup Language (KML).
|
Modifier and Type | Method and Description |
---|---|
void |
View.addAnimator(Animator animator)
Add an animator to the
View . |
Modifier and Type | Class and Description |
---|---|
class |
AngleAnimator
Animates angles, via an interpolator.
|
class |
BasicAnimator
A base class for an interpolating
Animator . |
class |
CompoundAnimator
A group of two or more
Animator s. |
class |
DoubleAnimator
An
Animator implentation for animating values of type Double. |
class |
MoveToDoubleAnimator
Animates the value to the specified end position, using the specified smoothing, until the value is within the
specified minEpsilon of the end value.
|
class |
MoveToPositionAnimator |
class |
PositionAnimator |
class |
RotateToAngleAnimator |
Modifier and Type | Field and Description |
---|---|
protected Animator[] |
CompoundAnimator.animators |
Modifier and Type | Method and Description |
---|---|
Iterable<Animator> |
CompoundAnimator.getAnimators()
|
Modifier and Type | Method and Description |
---|---|
void |
CompoundAnimator.setAnimators(Animator... animators)
Set the
Animator s to be driven by this CompoundAnimator |
Constructor and Description |
---|
CompoundAnimator(Interpolator interpolator,
Animator... animators)
Construct a CompoundAnimator with the given
Interpolator , and the given Animator s. |
Modifier and Type | Method and Description |
---|---|
void |
ViewInputHandler.addAnimator(Animator animator)
Add an
Animator to this ViewInputHandler . |
Modifier and Type | Class and Description |
---|---|
class |
ViewElevationAnimator
An
Animator for elevation values. |
Modifier and Type | Method and Description |
---|---|
void |
BasicView.addAnimator(Animator animator)
Add an animator to the this View.
|
Modifier and Type | Class and Description |
---|---|
class |
FlyToFlyViewAnimator |
static class |
FlyToFlyViewAnimator.FlyToElevationAnimator |
static class |
FlyToFlyViewAnimator.OnSurfacePositionAnimator |
Modifier and Type | Method and Description |
---|---|
void |
FlyViewInputHandler.addAnimator(Animator animator) |
Modifier and Type | Class and Description |
---|---|
class |
FlyToOrbitViewAnimator |
protected static class |
FlyToOrbitViewAnimator.OnSurfacePositionAnimator |
class |
OrbitViewCenterAnimator
A position animator that has the ability to adjust the view to focus on the
terrain when it is stopped.
|
class |
OrbitViewEyePointAnimator |
class |
OrbitViewMoveToZoomAnimator |
Modifier and Type | Method and Description |
---|---|
void |
OrbitViewInputHandler.addAnimator(Animator animator) |
Modifier and Type | Class and Description |
---|---|
static class |
KeepingObjectsInView.ViewAnimator |
Modifier and Type | Class and Description |
---|---|
protected class |
KMLFlyViewController.FlyToLookAtAnimator
A compound animator to animates a FlyView to look from the same orientation as an
OrbitView . |
protected class |
KMLOrbitViewController.EyePositionAnimator
A position animator that will compute an
OrbitView center position based on an eye position and
orientation. |