TextureType

Inheritance: java.lang.Object

public final class TextureType

Represents the preset texture type.

Fields

FieldDescription
BLUE_TISSUE_PAPERRepresents Blue Tissue Paper texture type.
BOUQUETRepresents Bouquet texture type.
BROWN_MARBLERepresents Brown Marble texture type.
CANVASRepresents Canvas texture type.
CORKRepresents Cork texture type.
DENIMRepresents Denim texture type.
FISH_FOSSILRepresents Fish Fossil texture type.
GRANITERepresents Granite texture type.
GREEN_MARBLERepresents Green Marble texture type.
MEDIUM_WOODRepresents Medium Wood texture type.
NEWSPRINTRepresents Newsprint texture type.
OAKRepresents Oak texture type.
PAPER_BAGRepresents Paper Bag texture type.
PAPYRUSRepresents Papyrus texture type.
PARCHMENTRepresents Parchment texture type.
PINK_TISSUE_PAPERRepresents Pink Tissue Paper texture type.
PURPLE_MESHRepresents Purple Mesh texture type.
RECYCLED_PAPERRepresents Recycled Paper texture type.
SANDRepresents Sand texture type.
STATIONERYRepresents Stationery texture type.
UNKNOWNRepresents Unknown texture type.
WALNUTRepresents Walnut Droplets texture type.
WATER_DROPLETSRepresents Water Droplets texture type.
WHITE_MARBLERepresents White Marble texture type.
WOVEN_MATRepresents Woven Mat texture type.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BLUE_TISSUE_PAPER

public static final int BLUE_TISSUE_PAPER

Represents Blue Tissue Paper texture type.

BOUQUET

public static final int BOUQUET

Represents Bouquet texture type.

BROWN_MARBLE

public static final int BROWN_MARBLE

Represents Brown Marble texture type.

CANVAS

public static final int CANVAS

Represents Canvas texture type.

CORK

public static final int CORK

Represents Cork texture type.

DENIM

public static final int DENIM

Represents Denim texture type.

FISH_FOSSIL

public static final int FISH_FOSSIL

Represents Fish Fossil texture type.

GRANITE

public static final int GRANITE

Represents Granite texture type.

GREEN_MARBLE

public static final int GREEN_MARBLE

Represents Green Marble texture type.

MEDIUM_WOOD

public static final int MEDIUM_WOOD

Represents Medium Wood texture type.

NEWSPRINT

public static final int NEWSPRINT

Represents Newsprint texture type.

OAK

public static final int OAK

Represents Oak texture type.

PAPER_BAG

public static final int PAPER_BAG

Represents Paper Bag texture type.

PAPYRUS

public static final int PAPYRUS

Represents Papyrus texture type.

PARCHMENT

public static final int PARCHMENT

Represents Parchment texture type.

PINK_TISSUE_PAPER

public static final int PINK_TISSUE_PAPER

Represents Pink Tissue Paper texture type.

PURPLE_MESH

public static final int PURPLE_MESH

Represents Purple Mesh texture type.

RECYCLED_PAPER

public static final int RECYCLED_PAPER

Represents Recycled Paper texture type.

SAND

public static final int SAND

Represents Sand texture type.

STATIONERY

public static final int STATIONERY

Represents Stationery texture type.

UNKNOWN

public static final int UNKNOWN

Represents Unknown texture type.

WALNUT

public static final int WALNUT

Represents Walnut Droplets texture type.

WATER_DROPLETS

public static final int WATER_DROPLETS

Represents Water Droplets texture type.

WHITE_MARBLE

public static final int WHITE_MARBLE

Represents White Marble texture type.

WOVEN_MAT

public static final int WOVEN_MAT

Represents Woven Mat texture type.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int