AnimationClip
Inheritance: java.lang.Object、com.aspose.threed.A3DObject、com.aspose.threed.SceneObject
public class AnimationClip extends SceneObject
Animation clip はアニメーションのコレクションです。シーンは 1 つ以上のアニメーションクリップを持つことができます。
コンストラクタ
| コンストラクタ | 説明 |
|---|---|
| AnimationClip() | AnimationClip クラスの新しいインスタンスを初期化します。 |
| AnimationClip(String name) | AnimationClip クラスの新しいインスタンスを初期化します。 |
メソッド
| メソッド | 説明 |
|---|---|
| createAnimationNode(String nodeName) | 現在のクリップ上でアニメーションノードを作成し登録するためのショートハンド関数です。 |
| equals(Object arg0) | |
| findProperty(String propertyName) | プロパティを検索します。 |
| getAnimations() | クリップ内に含まれるアニメーションを取得します。 |
| getClass() | |
| getDescription() | このアニメーションクリップの説明を取得します。 |
| getName() | 名前を取得します。 |
| getProperties() | すべてのプロパティのコレクションを取得します。 |
| getProperty(String property) | 指定されたプロパティの値を取得します |
| getScene() | このオブジェクトが属するシーンを取得します |
| getStart() | クリップの開始時刻(秒)を取得します。 |
| getStop() | クリップの終了時刻(秒)を取得します。 |
| hashCode() | |
| notify() | |
| notifyAll() | |
| removeProperty(Property property) | 動的プロパティを削除します。 |
| removeProperty(String property) | 名前で識別される指定されたプロパティを削除します |
| setDescription(String value) | このアニメーションクリップの説明を設定します。 |
| setName(String value) | 名前を設定します。 |
| setProperty(String property, Object value) | 指定されたプロパティの値を設定します |
| setStart(double value) | クリップの開始時刻を秒単位で設定します。 |
| setStop(double value) | クリップの終了時刻を秒単位で設定します。 |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
AnimationClip()
public AnimationClip()
AnimationClip クラスの新しいインスタンスを初期化します。
AnimationClip(String name)
public AnimationClip(String name)
AnimationClip クラスの新しいインスタンスを初期化します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 名前 | java.lang.String | 名前 |
createAnimationNode(String nodeName)
public AnimationNode createAnimationNode(String nodeName)
現在のクリップ上でアニメーションノードを作成し登録するためのショートハンド関数です。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| nodeName | java.lang.String | 新しいアニメーションノードの名前 |
Returns: AnimationNode - A new instance of AnimationNode with given name.
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.
getAnimations()
public List<AnimationNode> getAnimations()
クリップ内に含まれるアニメーションを取得します。
Returns: java.util.List<com.aspose.threed.AnimationNode> - クリップ内に含まれるアニメーション。
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDescription()
public String getDescription()
このアニメーションクリップの説明を取得します。
Returns: java.lang.String - このアニメーションクリップの説明
getName()
public String getName()
名前を取得します。
Returns: java.lang.String - 名前です。
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 - 見つかったプロパティの値
getScene()
public Scene getScene()
このオブジェクトが属するシーンを取得します
Returns: Scene - the scene that this object belongs to
getStart()
public double getStart()
クリップの開始時刻(秒)を取得します。
Returns: double - クリップの開始時刻(秒)
getStop()
public double getStop()
クリップの終了時刻(秒)を取得します。
Returns: double - クリップの終了時刻(秒)
hashCode()
public native int hashCode()
Returns: int
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
setDescription(String value)
public void setDescription(String value)
このアニメーションクリップの説明を設定します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 値 | java.lang.String | 新しい値 |
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 | プロパティの値 |
setStart(double value)
public void setStart(double value)
クリップの開始時刻を秒単位で設定します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 値 | double | 新しい値 |
setStop(double value)
public void setStop(double value)
クリップの終了時刻を秒単位で設定します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 値 | double | 新しい値 |
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 |