CubeFaceData

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.csporter.helpers.Struct, java.io.Serializable

public final class CubeFaceData<T> implements Struct<CubeFaceData<T>>, Serializable

Data for each face of the cube map texture.

Constructors

ConstructorDescription
CubeFaceData()

Methods

MethodDescription
clone()
copyFrom(CubeFaceData src)
equals(Object obj)
get(CubeFace face)Gets the data for specified face
getBack()Gets the data for +Z(Back) face
getBottom()Gets the data for -Y(Bottom) face
getClass()
getFront()Gets the data for -Z(Front) face
getLeft()Gets the data for +X(Left) face
getNegativeX()Gets the data for +X(Left) face
getNegativeY()Gets the data for -Y(Bottom) face
getNegativeZ()Gets the data for -Z(Front) face
getPositiveX()Gets the data for +X(Right) face
getPositiveY()Gets the data for +Y(Top) face
getPositiveZ()Gets the data for +Z(Back) face
getRight()Gets the data for +X(Right) face
getTop()Gets the data for +Y(Top) face
hashCode()
notify()
notifyAll()
set(CubeFace face, T value)Sets the data for specified face
setBack(T value)Sets the data for +Z(Back) face
setBottom(T value)Sets the data for -Y(Bottom) face
setFront(T value)Sets the data for -Z(Front) face
setLeft(T value)Sets the data for +X(Left) face
setNegativeX(T value)Sets the data for +X(Left) face
setNegativeY(T value)Sets the data for -Y(Bottom) face
setNegativeZ(T value)Sets the data for -Z(Front) face
setPositiveX(T value)Sets the data for +X(Right) face
setPositiveY(T value)Sets the data for +Y(Top) face
setPositiveZ(T value)Sets the data for +Z(Back) face
setRight(T value)Sets the data for +X(Right) face
setTop(T value)Sets the data for +Y(Top) face
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CubeFaceData()

public CubeFaceData()

clone()

public CubeFaceData<T> clone()

Returns: CubeFaceData

copyFrom(CubeFaceData src)

public void copyFrom(CubeFaceData<T> src)

Parameters:

ParameterTypeDescription
srcCubeFaceData

equals(Object obj)

public boolean equals(Object obj)

Parameters:

ParameterTypeDescription
objjava.lang.Object

Returns: boolean

get(CubeFace face)

public T get(CubeFace face)

Gets the data for specified face

Parameters:

ParameterTypeDescription
faceCubeFace

Returns: T

getBack()

public T getBack()

Gets the data for +Z(Back) face

Returns: T

getBottom()

public T getBottom()

Gets the data for -Y(Bottom) face

Returns: T

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFront()

public T getFront()

Gets the data for -Z(Front) face

Returns: T

getLeft()

public T getLeft()

Gets the data for +X(Left) face

Returns: T

getNegativeX()

public T getNegativeX()

Gets the data for +X(Left) face

Returns: T

getNegativeY()

public T getNegativeY()

Gets the data for -Y(Bottom) face

Returns: T

getNegativeZ()

public T getNegativeZ()

Gets the data for -Z(Front) face

Returns: T

getPositiveX()

public T getPositiveX()

Gets the data for +X(Right) face

Returns: T

getPositiveY()

public T getPositiveY()

Gets the data for +Y(Top) face

Returns: T

getPositiveZ()

public T getPositiveZ()

Gets the data for +Z(Back) face

Returns: T

getRight()

public T getRight()

Gets the data for +X(Right) face

Returns: T

getTop()

public T getTop()

Gets the data for +Y(Top) face

Returns: T

hashCode()

public int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

set(CubeFace face, T value)

public void set(CubeFace face, T value)

Sets the data for specified face

Parameters:

ParameterTypeDescription
faceCubeFace
valueTNew value

setBack(T value)

public void setBack(T value)

Sets the data for +Z(Back) face

Parameters:

ParameterTypeDescription
valueTNew value

setBottom(T value)

public void setBottom(T value)

Sets the data for -Y(Bottom) face

Parameters:

ParameterTypeDescription
valueTNew value

setFront(T value)

public void setFront(T value)

Sets the data for -Z(Front) face

Parameters:

ParameterTypeDescription
valueTNew value

setLeft(T value)

public void setLeft(T value)

Sets the data for +X(Left) face

Parameters:

ParameterTypeDescription
valueTNew value

setNegativeX(T value)

public void setNegativeX(T value)

Sets the data for +X(Left) face

Parameters:

ParameterTypeDescription
valueTNew value

setNegativeY(T value)

public void setNegativeY(T value)

Sets the data for -Y(Bottom) face

Parameters:

ParameterTypeDescription
valueTNew value

setNegativeZ(T value)

public void setNegativeZ(T value)

Sets the data for -Z(Front) face

Parameters:

ParameterTypeDescription
valueTNew value

setPositiveX(T value)

public void setPositiveX(T value)

Sets the data for +X(Right) face

Parameters:

ParameterTypeDescription
valueTNew value

setPositiveY(T value)

public void setPositiveY(T value)

Sets the data for +Y(Top) face

Parameters:

ParameterTypeDescription
valueTNew value

setPositiveZ(T value)

public void setPositiveZ(T value)

Sets the data for +Z(Back) face

Parameters:

ParameterTypeDescription
valueTNew value

setRight(T value)

public void setRight(T value)

Sets the data for +X(Right) face

Parameters:

ParameterTypeDescription
valueTNew value

setTop(T value)

public void setTop(T value)

Sets the data for +Y(Top) face

Parameters:

ParameterTypeDescription
valueTNew value

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int