com.cwbp.mdpw
クラス StdoutPlayer

java.lang.Object
  上位を拡張 java.lang.Thread
      上位を拡張 com.cwbp.mdpw.StdoutPlayer
すべての実装されたインタフェース:
Player, java.lang.Runnable

public class StdoutPlayer
extends java.lang.Thread

Player for Stdout. For debuggin use. Music Description and Process Words http://www.cwbp.com/mdpw Copyright (c) 1999-2002, Sho Hosoda


入れ子のクラスの概要
 
クラス java.lang.Thread から継承された入れ子のクラス/インタフェース
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
フィールドの概要
 
クラス java.lang.Thread から継承されたフィールド
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
コンストラクタの概要
StdoutPlayer()
           
 
メソッドの概要
 int end()
          Block thread until end of play.
 int getDuration(double d)
           
 int getSizeSyn()
           
 int getTempo()
           
 void init(java.lang.String s)
           
 void play(Data r)
           
 void playNote(DataNote n)
           
 void run()
           
 void setTempo(int t)
           
 
クラス java.lang.Thread から継承されたメソッド
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

StdoutPlayer

public StdoutPlayer()
メソッドの詳細

playNote

public void playNote(DataNote n)

init

public void init(java.lang.String s)
定義:
インタフェース Player 内の init

setTempo

public void setTempo(int t)
定義:
インタフェース Player 内の setTempo

getTempo

public int getTempo()

getDuration

public int getDuration(double d)

end

public int end()
インタフェース Player の記述:
Block thread until end of play.

定義:
インタフェース Player 内の end

getSizeSyn

public int getSizeSyn()

play

public void play(Data r)
定義:
インタフェース Player 内の play

run

public void run()
定義:
インタフェース java.lang.Runnable 内の run
オーバーライド:
クラス java.lang.Thread 内の run