|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.carabiner.inkpod.pi.shape.persistence.AbstractPersistenceArray<double[]>
jp.carabiner.inkpod.pi.shape.persistence.DoubleArrayPersistenceValue
public class DoubleArrayPersistenceValue
| コンストラクタの概要 | |
|---|---|
DoubleArrayPersistenceValue(java.lang.Object object,
java.lang.String name)
|
|
DoubleArrayPersistenceValue(ValueReadWriter<double[]> readWriter)
|
|
| メソッドの概要 | |
|---|---|
protected double[] |
createNativeArray(java.util.List<Persistentable> array)
|
protected java.util.List<Persistentable> |
createPersistentableArray(double[] value)
|
Persistentable |
newElement()
この配列に格納可能な配列の要素を表す、新しいPersistentableオブジェクトを返す。 |
| クラス jp.carabiner.inkpod.pi.shape.persistence.AbstractPersistenceArray から継承されたメソッド |
|---|
addElement, flush, getArray, getElement, getElements, isArray, isEmpty, isObject, isOmitted, size |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public DoubleArrayPersistenceValue(ValueReadWriter<double[]> readWriter)
public DoubleArrayPersistenceValue(java.lang.Object object,
java.lang.String name)
| メソッドの詳細 |
|---|
protected java.util.List<Persistentable> createPersistentableArray(double[] value)
AbstractPersistenceArray<double[]> 内の createPersistentableArrayprotected double[] createNativeArray(java.util.List<Persistentable> array)
AbstractPersistenceArray<double[]> 内の createNativeArraypublic Persistentable newElement()
PersistenceArray の記述:
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||