VertexField

Inheritance: java.lang.Object

All Implemented Interfaces: java.lang.Comparable

public class VertexField implements Comparable<VertexField>

頂点のフィールドメモリレイアウトの説明。

メソッド

メソッド説明
compareTo(VertexField other)このインスタンスを指定されたオブジェクトと比較し、相対的な値の指標を返します。
equals(Object obj)このインスタンスと、VertexField オブジェクトでもある指定されたオブジェクトが同じ値かどうかを判断します。
getAlias()フィールドのエイリアス。
getClass()
getDataType()このフィールドのデータ型。
getIndex()同じセマンティクスを持つ頂点レイアウト内におけるこのフィールドのインデックス。
getOffset()このフィールドのバイト単位のオフセット。
getSemantic()このフィールドの使用セマンティクス。
getSize()このフィールドのバイト単位のサイズ
hashCode()この文字列のハッシュコードを返します。
notify()
notifyAll()
toString()VertexField の文字列表現を取得します
wait()
wait(long arg0)
wait(long arg0, int arg1)

compareTo(VertexField other)

public int compareTo(VertexField other)

このインスタンスを指定されたオブジェクトと比較し、相対的な値の指標を返します。

Parameters:

パラメーター説明
otherVertexField

Returns: int

equals(Object obj)

public boolean equals(Object obj)

このインスタンスと、VertexField オブジェクトでもある指定されたオブジェクトが同じ値かどうかを判断します。

Parameters:

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

Returns: boolean

getAlias()

public String getAlias()

フィールドのエイリアス。

Returns: java.lang.String - フィールドのエイリアス。

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDataType()

public int getDataType()

このフィールドのデータ型。

Returns: int - このフィールドのデータ型。

getIndex()

public int getIndex()

同じセマンティクスを持つ頂点レイアウト内におけるこのフィールドのインデックス。

Returns: int - 同じセマンティクスを持つ頂点レイアウト内におけるこのフィールドのインデックス。

getOffset()

public int getOffset()

このフィールドのバイト単位のオフセット。

Returns: int - このフィールドのバイト単位のオフセット。

getSemantic()

public VertexFieldSemantic getSemantic()

このフィールドの使用セマンティクス。

Returns: VertexFieldSemantic - The usage semantic of this field.

getSize()

public int getSize()

このフィールドのバイト単位のサイズ

Returns: int - このフィールドのバイト単位のサイズ

hashCode()

public int hashCode()

この文字列のハッシュコードを返します。

Returns: int - 32 ビット符号付き整数のハッシュコード。

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

VertexField の文字列表現を取得します

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