KeyframeSequence
Inheritance: java.lang.Object, com.aspose.threed.A3DObject
All Implemented Interfaces: java.lang.Iterable
public class KeyframeSequence extends A3DObject implements Iterable<KeyFrame>
キーフレームのシーケンスで、時間経過に伴うサンプル値の変換を表します。
コンストラクタ
| コンストラクタ | 説明 |
|---|---|
| KeyframeSequence(String name) | 新しい KeyframeSequence クラスのインスタンスを初期化します。 |
| KeyframeSequence() | 新しい KeyframeSequence クラスのインスタンスを初期化します。 |
メソッド
| メソッド | 説明 |
|---|---|
| add(double time, float value) | 指定された値で新しいキー フレームを作成します |
| add(double time, float value, Interpolation interpolation) | 指定された値で新しいキー フレームを作成します |
| equals(Object arg0) | |
| findProperty(String propertyName) | プロパティを検索します。 |
| getBindPoint() | この曲線を所有するプロパティ バインド ポイントを取得します |
| getClass() | |
| getKeyFrames() | この曲線のキー フレームを取得します。 |
| getName() | 名前を取得します。 |
| getPostBehavior() | 最後のキー フレームの後にサンプリングされた値がどうなるかを示すポスト ビヘイビアを取得します。 |
| getPreBehavior() | 最初のキーの前にサンプリングされた値がどうなるかを示すプリ ビヘイビアを取得します。 |
| getProperties() | すべてのプロパティのコレクションを取得します。 |
| getProperty(String property) | 指定されたプロパティの値を取得します |
| hashCode() | |
| iterator() | すべてのキー フレームを走査する列挙子を取得します。 |
| notify() | |
| notifyAll() | |
| removeProperty(Property property) | 動的プロパティを削除します。 |
| removeProperty(String property) | 名前で識別される指定されたプロパティを削除します |
| reset() | すべてのキー フレームを削除し、ポスト/プリ ビヘイビアをリセットします。 |
| setName(String value) | 名前を設定します。 |
| setProperty(String property, Object value) | 指定されたプロパティの値を設定します |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
KeyframeSequence(String name)
public KeyframeSequence(String name)
新しい KeyframeSequence クラスのインスタンスを初期化します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 名前 | java.lang.String | 名前 |
KeyframeSequence()
public KeyframeSequence()
新しい KeyframeSequence クラスのインスタンスを初期化します。
add(double time, float value)
public void add(double time, float value)
指定された値で新しいキー フレームを作成します
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 時間 | double | 時間位置(秒で測定) |
| 値 | float | この時間位置の値 |
add(double time, float value, Interpolation interpolation)
public void add(double time, float value, Interpolation interpolation)
指定された値で新しいキー フレームを作成します
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 時間 | double | 時間位置(秒で測定) |
| 値 | float | この時間位置の値 |
| interpolation | Interpolation | このキー フレームの補間タイプ |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
findProperty(String propertyName)
public Property findProperty(String propertyName)
プロパティを検索します。動的プロパティ(CreateDynamicProperty/SetProperty により作成)またはネイティブプロパティ(名前で識別)になる可能性があります。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| propertyName | java.lang.String | プロパティ名。 |
Returns: Property - The property.
getBindPoint()
public BindPoint getBindPoint()
この曲線を所有するプロパティ バインド ポイントを取得します
Returns: BindPoint - the property bind point which owns this curve
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getKeyFrames()
public List<KeyFrame> getKeyFrames()
この曲線のキー フレームを取得します。
Returns: java.util.List<com.aspose.threed.KeyFrame> - この曲線のキー フレーム。
getName()
public String getName()
名前を取得します。
Returns: java.lang.String - 名前です。
getPostBehavior()
public Extrapolation getPostBehavior()
最後のキー フレームの後にサンプリングされた値がどうなるかを示すポスト ビヘイビアを取得します。
Returns: Extrapolation - the post behavior indicates what the sampled value should be after the last key frame.
getPreBehavior()
public Extrapolation getPreBehavior()
最初のキーの前にサンプリングされた値がどうなるかを示すプリ ビヘイビアを取得します。
Returns: Extrapolation - the pre behavior indicates what the sampled value should be before the first key.
getProperties()
public PropertyCollection getProperties()
すべてのプロパティのコレクションを取得します。
Returns: PropertyCollection - the collection of all properties.
getProperty(String property)
public Object getProperty(String property)
指定されたプロパティの値を取得します
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| プロパティ | java.lang.String | プロパティ名 |
Returns: java.lang.Object - 見つかったプロパティの値
hashCode()
public native int hashCode()
Returns: int
iterator()
public Iterator<KeyFrame> iterator()
すべてのキー フレームを走査する列挙子を取得します。
Returns: java.util.Iterator<com.aspose.threed.KeyFrame>
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
removeProperty(Property property)
public boolean removeProperty(Property property)
動的プロパティを削除します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| property | Property | 削除するプロパティ |
Returns: boolean - プロパティが正常に削除された場合は true
removeProperty(String property)
public boolean removeProperty(String property)
名前で識別される指定されたプロパティを削除します
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| プロパティ | java.lang.String | 削除するプロパティ |
Returns: boolean - プロパティが正常に削除された場合は true
reset()
public void reset()
すべてのキー フレームを削除し、ポスト/プリ ビヘイビアをリセットします。
setName(String value)
public void setName(String value)
名前を設定します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 値 | java.lang.String | 新しい値 |
setProperty(String property, Object value)
public void setProperty(String property, Object value)
指定されたプロパティの値を設定します
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| プロパティ | java.lang.String | プロパティ名 |
| 値 | java.lang.Object | プロパティの値 |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | long | |
| arg1 | int |