Package de.sciss.eisenkraut.io

Examples of de.sciss.eisenkraut.io.DecimatedTrail


    });
  }
 
  protected void checkDecimatedTrails()
  {
    final DecimatedTrail dt;
   
    if( waveExpanded ) {
      if( verticalScale == PrefsUtil.VSCALE_FREQ_SPECT ) {
        if( doc.getDecimatedSonaTrail() == null ) {
          try {
View Full Code Here


 
// ------------- DecimatedTrail.AsyncListener interface -------------

  public void asyncFinished( DecimatedTrail.AsyncEvent e )
  {
    final DecimatedTrail dt = e.getDecimatedTrail();
    dt.removeAsyncListener( this );
    if( dt == asyncTrail ) asyncTrail = null;
    updateOverviews( false, true );
  }
View Full Code Here

TOP

Related Classes of de.sciss.eisenkraut.io.DecimatedTrail

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.