PresetMaterialType

Inheritance: java.lang.Object

public final class PresetMaterialType

Describes surface appearance of a shape.

Fields

FieldDescription
CLEARClear
DARK_EDGEDark edge
FLATFlat
LEGACY_MATTELegacy matte
LEGACY_METALLegacy metal
LEGACY_PLASTICLegacy plastic
LEGACY_WIREFRAMELegacy wireframe
MATTEMatte
METALMetal
PLASTICPlastic
POWDERPowder
SOFT_EDGESoft edge
SOFT_METALSoft metal
TRANSLUCENT_POWDERTranslucent powder
WARM_MATTEWarm matte

Methods

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

CLEAR

public static final int CLEAR

Clear

DARK_EDGE

public static final int DARK_EDGE

Dark edge

FLAT

public static final int FLAT

Flat

LEGACY_MATTE

public static final int LEGACY_MATTE

Legacy matte

LEGACY_METAL

public static final int LEGACY_METAL

Legacy metal

LEGACY_PLASTIC

public static final int LEGACY_PLASTIC

Legacy plastic

LEGACY_WIREFRAME

public static final int LEGACY_WIREFRAME

Legacy wireframe

MATTE

public static final int MATTE

Matte

METAL

public static final int METAL

Metal

PLASTIC

public static final int PLASTIC

Plastic

POWDER

public static final int POWDER

Powder

SOFT_EDGE

public static final int SOFT_EDGE

Soft edge

SOFT_METAL

public static final int SOFT_METAL

Soft metal

TRANSLUCENT_POWDER

public static final int TRANSLUCENT_POWDER

Translucent powder

WARM_MATTE

public static final int WARM_MATTE

Warm matte

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