BooleanOperand

Inheritance: java.lang.Object

public class BooleanOperand

Kelas ini mengenkapsulasi mesh yang telah ditransformasi sebagai operand operasi Boolean.

Metode

MetodeDeskripsi
equals(Object arg0)
getClass()
getOperand()Mendapatkan operand, yang dapat berupa instance dari HalfSpace, IMeshConvertible atau Node.
hashCode()
notify()
notifyAll()
of(Entity mesh)Buat sebuah instance BooleanOperand dari sebuah instance IMeshConvertible yang kosong.
of(Entity mesh, Matrix4 transform)Buat sebuah instance BooleanOperand dari sebuah instance IMeshConvertible dan transformasi yang ditentukan.
of(Node node)Buat sebuah instance BooleanOperand dari sebuah node, diperlukan entitas yang valid yang mengimplementasikan IMeshConvertible.
toString()Mendapatkan representasi string dari BooleanOperand
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTipeDeskripsi
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getOperand()

public A3DObject getOperand()

Mendapatkan operand, yang dapat berupa instance dari HalfSpace, IMeshConvertible atau Node.

Returns: A3DObject - the operand, it can be an instance of HalfSpace, IMeshConvertible or Node.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

of(Entity mesh)

public static BooleanOperand of(Entity mesh)

Buat sebuah instance BooleanOperand dari sebuah instance IMeshConvertible yang kosong.

Parameters:

ParameterTipeDeskripsi
meshEntityMesh yang digunakan sebagai operand operasi Boolean, dapat berupa instance dari IMeshConvertible atau HalfSpace.

Returns: BooleanOperand - An instance of BooleanOperand

of(Entity mesh, Matrix4 transform)

public static BooleanOperand of(Entity mesh, Matrix4 transform)

Buat sebuah instance BooleanOperand dari sebuah instance IMeshConvertible dan transformasi yang ditentukan.

Parameters:

ParameterTipeDeskripsi
meshEntityMesh yang digunakan sebagai operand operasi Boolean, dapat berupa instance dari IMeshConvertible atau HalfSpace.
transformMatrix4Transformasi dari objek mesh.

Returns: BooleanOperand - An instance of BooleanOperand

of(Node node)

public static BooleanOperand of(Node node)

Buat sebuah instance BooleanOperand dari sebuah node, diperlukan entitas yang valid yang mengimplementasikan IMeshConvertible.

Parameters:

ParameterTipeDeskripsi
nodeNodeSebuah instance Node dengan entitas yang valid yang mengimplementasikan IMeshConvertible.

Returns: BooleanOperand - An instance of BooleanOperand

toString()

public String toString()

Mendapatkan representasi string dari BooleanOperand

Returns: java.lang.String - Representasi string dari BooleanOperand

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTipeDeskripsi
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTipeDeskripsi
arg0long
arg1int