|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.renderer.queue.GuiComparator
public class GuiComparator
GuiComparator
sorts geometries back-to-front based
on their Z position.
コンストラクタの概要 | |
---|---|
GuiComparator()
|
メソッドの概要 | |
---|---|
int |
compare(Geometry o1,
Geometry o2)
|
void |
setCamera(Camera cam)
Set the camera to use for sorting. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース java.util.Comparator から継承されたメソッド |
---|
equals |
コンストラクタの詳細 |
---|
public GuiComparator()
メソッドの詳細 |
---|
public int compare(Geometry o1, Geometry o2)
java.util.Comparator<Geometry>
内の compare
public void setCamera(Camera cam)
GeometryComparator
の記述:
GeometryComparator
内の setCamera
cam
- The camera to use for sorting
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |