List of usage examples for javax.media.j3d Alpha subclass-usage
From source file InterpolatorTest.java
class RandomAlpha extends Alpha { protected long m_LastQueryTime = 0; protected float m_Alpha = 0; protected final int m_kUpdateInterval = 10000;
From source file CustomAlphaTest.java
class FileAlpha extends Alpha { // store a Vector of AlphaPairs that define // the Alpha value for each time protected Vector m_AlphaVector = null; // we override tracking of start and stop time
From source file SplineInterpolatorTest.java
class UiAlpha extends Alpha implements ChangeListener { protected Alpha m_Alpha = null; protected float m_AlphaValue = 0.5f; JButton m_Button = null;