AnimationNode

Inheritance: java.lang.Object, com.aspose.threed.A3DObject

public class AnimationNode extends A3DObject

Aspose.3D はアニメーション階層をサポートし、各アニメーションは複数のアニメーションとアニメーションのキーフレーム定義で構成できます。 AnimationNode は時間経過に伴うプロパティ値の変換を定義します。例えば、アニメーションノードはノードの変換や他の A3DObject オブジェクトの数値プロパティを制御するために使用できます。

コンストラクタ

コンストラクタ説明
AnimationNode(String name)AnimationNode クラスの新しいインスタンスを初期化します。
AnimationNode()AnimationNode クラスの新しいインスタンスを初期化します。

メソッド

メソッド説明
createBindPoint(A3DObject obj, String propName)プロパティのデータ型に基づいて BindPoint を作成します。
equals(Object arg0)
findBindPoint(A3DObject target, String name)ターゲットと名前でバインドポイントを検索します。
findProperty(String propertyName)プロパティを検索します。
getBindPoint(A3DObject target, String propName, boolean create)指定されたプロパティのアニメーションバインドポイントを取得します。
getBindPoints()現在のプロパティバインドポイントを取得します
getClass()
getKeyframeSequence(A3DObject target, String propName, boolean create)指定されたプロパティのキーフレームシーケンスを取得します。
getKeyframeSequence(A3DObject target, String propName, String channelName, boolean create)指定されたプロパティとチャンネルのキーフレームシーケンスを取得します。
getName()名前を取得します。
getProperties()すべてのプロパティのコレクションを取得します。
getProperty(String property)指定されたプロパティの値を取得します
getSubAnimations()現在のアニメーションの下にあるサブアニメーションノードを取得します。
hashCode()
notify()
notifyAll()
removeProperty(Property property)動的プロパティを削除します。
removeProperty(String property)名前で識別される指定されたプロパティを削除します
setName(String value)名前を設定します。
setProperty(String property, Object value)指定されたプロパティの値を設定します
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AnimationNode(String name)

public AnimationNode(String name)

AnimationNode クラスの新しいインスタンスを初期化します。

Parameters:

パラメーター説明
名前java.lang.String名前

AnimationNode()

public AnimationNode()

AnimationNode クラスの新しいインスタンスを初期化します。

createBindPoint(A3DObject obj, String propName)

public BindPoint createBindPoint(A3DObject obj, String propName)

プロパティのデータ型に基づいて BindPoint を作成します。

Parameters:

パラメーター説明
objA3DObjectオブジェクト。
propNamejava.lang.Stringプロパティ名。

Returns: BindPoint - The bind point instance or null if the property is not defined.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

パラメーター説明
arg0java.lang.Object

Returns: boolean

findBindPoint(A3DObject target, String name)

public BindPoint findBindPoint(A3DObject target, String name)

ターゲットと名前でバインドポイントを検索します。

Parameters:

パラメーター説明
targetA3DObject検索するバインドポイントのターゲット。
名前java.lang.String検索するバインドポイントの名前。

Returns: BindPoint - The bind point.

findProperty(String propertyName)

public Property findProperty(String propertyName)

プロパティを検索します。動的プロパティ(CreateDynamicProperty/SetProperty により作成)またはネイティブプロパティ(名前で識別)になる可能性があります。

Parameters:

パラメーター説明
propertyNamejava.lang.Stringプロパティ名。

Returns: Property - The property.

getBindPoint(A3DObject target, String propName, boolean create)

public BindPoint getBindPoint(A3DObject target, String propName, boolean create)

指定されたプロパティのアニメーションバインドポイントを取得します。

Parameters:

パラメーター説明
targetA3DObjectバインドポイントを作成する対象オブジェクト。
propNamejava.lang.Stringプロパティの名前。
作成booleantrue に設定された場合、バインドポイントが存在しない場合は作成します。

Returns: BindPoint - The bind point.

getBindPoints()

public List<BindPoint> getBindPoints()

現在のプロパティバインドポイントを取得します

Returns: java.util.List<com.aspose.threed.BindPoint> - 現在のプロパティバインドポイント

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getKeyframeSequence(A3DObject target, String propName, boolean create)

public KeyframeSequence getKeyframeSequence(A3DObject target, String propName, boolean create)

指定されたプロパティのキーフレームシーケンスを取得します。

Parameters:

パラメーター説明
targetA3DObjectキーフレームシーケンスを作成するインスタンス。
propNamejava.lang.Stringプロパティの名前。
作成booleantrue に設定された場合、シーケンスが存在しない場合は作成します。

Returns: KeyframeSequence - The keyframe sequence.

getKeyframeSequence(A3DObject target, String propName, String channelName, boolean create)

public KeyframeSequence getKeyframeSequence(A3DObject target, String propName, String channelName, boolean create)

指定されたプロパティとチャンネルのキーフレームシーケンスを取得します。

Parameters:

パラメーター説明
targetA3DObjectキーフレームシーケンスを作成するインスタンス。
propNamejava.lang.Stringプロパティの名前。
channelNamejava.lang.Stringチャンネル名。
作成booleantrue に設定された場合、アニメーションシーケンスが存在しない場合は作成します。

Returns: KeyframeSequence - The keyframe sequence.

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 - 見つかったプロパティの値

getSubAnimations()

public List<AnimationNode> getSubAnimations()

現在のアニメーションの下にあるサブアニメーションノードを取得します。

Returns: java.util.List<com.aspose.threed.AnimationNode> - 現在のアニメーションの下にあるサブアニメーションノード

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:

パラメーター説明
propertyProperty削除するプロパティ

Returns: boolean - プロパティが正常に削除された場合は true

removeProperty(String property)

public boolean removeProperty(String property)

名前で識別される指定されたプロパティを削除します

Parameters:

パラメーター説明
プロパティjava.lang.String削除するプロパティ

Returns: boolean - プロパティが正常に削除された場合は true

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:

パラメーター説明
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

パラメーター説明
arg0long
arg1int