FxCommonColorOrTextureColor

Inheritance: java.lang.Object, ColladaElement

The FX common color or texture color. Contains four floating-point values describing the RGBA color.

Constructors

ConstructorDescription
FxCommonColorOrTextureColor()

Methods

MethodDescription
getSid()Gets or sets the sid.
setSid(String value)Gets or sets the sid.
getText()Gets or sets the value as text.
setText(String value)Gets or sets the value as text.

FxCommonColorOrTextureColor()

public FxCommonColorOrTextureColor()

getSid()

public final String getSid()

Gets or sets the sid.

Returns: String

setSid(String value)

public final void setSid(String value)

Gets or sets the sid.

getText()

public final String getText()

Gets or sets the value as text.

Returns: String

setText(String value)

public final void setText(String value)

Gets or sets the value as text.