|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatavism.server.engine.BasicInterpolator
public class BasicInterpolator
Constructor Summary | |
---|---|
BasicInterpolator()
|
|
BasicInterpolator(int updateInterval)
|
Method Summary | |
---|---|
void |
interpolate(BasicInterpolatable obj)
|
void |
register(BasicInterpolatable obj)
|
void |
run()
|
void |
startUpdates(int interval)
|
void |
unregister(BasicInterpolatable obj)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicInterpolator()
public BasicInterpolator(int updateInterval)
Method Detail |
---|
public void register(BasicInterpolatable obj)
register
in interface Interpolator<BasicInterpolatable>
public void unregister(BasicInterpolatable obj)
unregister
in interface Interpolator<BasicInterpolatable>
public void interpolate(BasicInterpolatable obj)
interpolate
in interface Interpolator<BasicInterpolatable>
public void startUpdates(int interval)
public void run()
run
in interface java.lang.Runnable
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |