|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AE3DPlayerInterface
A general interface for 3D data files player
Method Summary | |
---|---|
void |
clear()
clear display |
float |
getFractionalPosition()
|
AE3DFileInputStream |
getInputStream()
|
float |
getSpeed()
|
boolean |
isForward()
|
void |
openFile(java.io.File file)
|
void |
openFile(java.lang.String filename)
|
void |
pause()
pause |
void |
play()
play |
void |
revert()
|
void |
setFractionalPosition(float f)
|
void |
slowDown()
|
void |
speedUp()
|
void |
stop()
stop |
Method Detail |
---|
void openFile(java.io.File file)
void openFile(java.lang.String filename)
void pause()
void clear()
void play()
IOException
- if there is some error in reading the datavoid stop()
IOException
- if there is some error in reading the datavoid speedUp()
void slowDown()
float getSpeed()
void revert()
boolean isForward()
float getFractionalPosition()
void setFractionalPosition(float f)
AE3DFileInputStream getInputStream()
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |