jp.crestmuse.cmx.amusaj.sp
クラス DoubleArrayWithTicktime

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.amusaj.sp.DoubleArrayWithTicktime
すべての実装されたインタフェース:
Array, DoubleArray, Encodable

public class DoubleArrayWithTicktime
extends java.lang.Object
implements DoubleArray


フィールドの概要
 long music_position
           
 
コンストラクタの概要
DoubleArrayWithTicktime(DoubleArray array, long position)
           
 
メソッドの概要
 java.lang.Object clone()
           
 java.lang.String encode()
           
 double get(int index)
           
 int length()
           
 void set(int index, double value)
           
 DoubleArray subarrayX(int from, int thru)
           
 double[] toArray()
           
 
クラス java.lang.Object から継承されたメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

music_position

public long music_position
コンストラクタの詳細

DoubleArrayWithTicktime

public DoubleArrayWithTicktime(DoubleArray array,
                               long position)
メソッドの詳細

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
定義:
インタフェース DoubleArray 内の clone
オーバーライド:
クラス java.lang.Object 内の clone
例外:
java.lang.CloneNotSupportedException

encode

public java.lang.String encode()
定義:
インタフェース DoubleArray 内の encode
定義:
インタフェース Encodable 内の encode

get

public double get(int index)
定義:
インタフェース DoubleArray 内の get

length

public int length()
定義:
インタフェース Array 内の length

set

public void set(int index,
                double value)
定義:
インタフェース DoubleArray 内の set

subarrayX

public DoubleArray subarrayX(int from,
                             int thru)
定義:
インタフェース DoubleArray 内の subarrayX

toArray

public double[] toArray()
定義:
インタフェース DoubleArray 内の toArray