public abstract class PathPrimitiveUpdatePolicy extends Object implements IDisposable
PathPrimitive
.
Derived classes must implement the Update
method.PathPrimitive.UpdatePolicy (get)
Modifier | Constructor and Description |
---|---|
protected |
PathPrimitiveUpdatePolicy() |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting
unmanaged resources.
|
protected void |
dispose(boolean disposing) |
abstract void |
update(PathPrimitive pathPrimitive,
JulianDate date)
Updates the
pathPrimitive at the specified date . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
public final void dispose()
IDisposable
dispose
in interface IDisposable
protected void dispose(boolean disposing)
public abstract void update(PathPrimitive pathPrimitive, JulianDate date)
pathPrimitive
at the specified date
.pathPrimitive
- The primitive to be updated.date
- The time this method is called by the SceneManager
.