|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.SceneGraphObject
javax.media.j3d.NodeComponent
javax.media.j3d.Alpha
j3d.examples.alpha.custom.FileAlpha
public class FileAlpha
Field Summary |
---|
Fields inherited from class javax.media.j3d.Alpha |
---|
DECREASING_ENABLE, INCREASING_ENABLE |
Constructor Summary | |
---|---|
FileAlpha(java.io.File f)
|
|
FileAlpha(java.net.URL url)
|
|
FileAlpha(java.net.URL url,
FileAlphaListener listener)
|
Method Summary | |
---|---|
boolean |
finished()
|
int |
getLoopCount()
|
long |
getMaxTime()
|
int |
getNumValues()
|
long |
getStartTime()
|
long |
getStopTime()
|
long |
getTimeForValue(int nIndex)
|
void |
setLoopCount(int i)
|
void |
setStartTime(long l)
|
float |
value(long time)
|
Methods inherited from class javax.media.j3d.Alpha |
---|
getAlphaAtOneDuration, getAlphaAtZeroDuration, getDecreasingAlphaDuration, getDecreasingAlphaRampDuration, getIncreasingAlphaDuration, getIncreasingAlphaRampDuration, getMode, getPauseTime, getPhaseDelayDuration, getTriggerTime, isPaused, pause, pause, resume, resume, setAlphaAtOneDuration, setAlphaAtZeroDuration, setDecreasingAlphaDuration, setDecreasingAlphaRampDuration, setIncreasingAlphaDuration, setIncreasingAlphaRampDuration, setMode, setPhaseDelayDuration, setTriggerTime, value |
Methods inherited from class javax.media.j3d.NodeComponent |
---|
cloneNodeComponent, cloneNodeComponent, duplicateNodeComponent, duplicateNodeComponent, getDuplicateOnCloneTree, setDuplicateOnCloneTree |
Methods inherited from class javax.media.j3d.SceneGraphObject |
---|
clearCapability, clearCapabilityIsFrequent, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString, updateNodeReferences |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FileAlpha(java.io.File f)
public FileAlpha(java.net.URL url)
public FileAlpha(java.net.URL url, FileAlphaListener listener)
Method Detail |
---|
public void setStartTime(long l)
setStartTime
in class javax.media.j3d.Alpha
public long getStartTime()
getStartTime
in class javax.media.j3d.Alpha
public long getStopTime()
public void setLoopCount(int i)
setLoopCount
in class javax.media.j3d.Alpha
public int getLoopCount()
getLoopCount
in class javax.media.j3d.Alpha
public boolean finished()
finished
in class javax.media.j3d.Alpha
public float value(long time)
value
in class javax.media.j3d.Alpha
public int getNumValues()
public long getTimeForValue(int nIndex)
public long getMaxTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |