InputLocalOffset

Inheritance: java.lang.Object, ColladaElement

The input local offset. The input_local_offset_type element is used to represent indexed inputs that can only reference resources declared in the same document.

Constructors

ConstructorDescription
InputLocalOffset()

Methods

MethodDescription
getOffset()Gets or sets the offset. The offset attribute represents the offset into the list of indices. If two input elements share the same offset, they will be indexed the same. This works as a simple form of compression for the list of indices as well as defining the order the inputs should be used in. Required attribute.
setOffset(long value)Gets or sets the offset. The offset attribute represents the offset into the list of indices. If two input elements share the same offset, they will be indexed the same. This works as a simple form of compression for the list of indices as well as defining the order the inputs should be used in. Required attribute.
getSemantic()Gets or sets the semantic. The semantic attribute is the user-defined meaning of the input connection. Required attribute.
setSemantic(String value)Gets or sets the semantic. The semantic attribute is the user-defined meaning of the input connection. Required attribute.
getSource()Gets or sets the source. The source attribute indicates the location of the data source. Required attribute.
setSource(String value)Gets or sets the source. The source attribute indicates the location of the data source. Required attribute.
getSingleSet()Gets or sets the single set. The set attribute indicates which inputs should be grouped together as a single set. This is helpful when multiple inputs share the same semantics.
setSingleSet(long value)Gets or sets the single set. The set attribute indicates which inputs should be grouped together as a single set. This is helpful when multiple inputs share the same semantics.
getSetSpecified()Gets or sets a value indicating whether set specified.
setSetSpecified(boolean value)Gets or sets a value indicating whether set specified.

InputLocalOffset()

public InputLocalOffset()

getOffset()

public final long getOffset()

Gets or sets the offset. The offset attribute represents the offset into the list of indices. If two input elements share the same offset, they will be indexed the same. This works as a simple form of compression for the list of indices as well as defining the order the inputs should be used in. Required attribute.

Returns: long

setOffset(long value)

public final void setOffset(long value)

Gets or sets the offset. The offset attribute represents the offset into the list of indices. If two input elements share the same offset, they will be indexed the same. This works as a simple form of compression for the list of indices as well as defining the order the inputs should be used in. Required attribute.

getSemantic()

public final String getSemantic()

Gets or sets the semantic. The semantic attribute is the user-defined meaning of the input connection. Required attribute.

Returns: String

setSemantic(String value)

public final void setSemantic(String value)

Gets or sets the semantic. The semantic attribute is the user-defined meaning of the input connection. Required attribute.

getSource()

public final String getSource()

Gets or sets the source. The source attribute indicates the location of the data source. Required attribute.

Returns: String

setSource(String value)

public final void setSource(String value)

Gets or sets the source. The source attribute indicates the location of the data source. Required attribute.

getSingleSet()

public final long getSingleSet()

Gets or sets the single set. The set attribute indicates which inputs should be grouped together as a single set. This is helpful when multiple inputs share the same semantics.

Returns: long

setSingleSet(long value)

public final void setSingleSet(long value)

Gets or sets the single set. The set attribute indicates which inputs should be grouped together as a single set. This is helpful when multiple inputs share the same semantics.

getSetSpecified()

public final boolean getSetSpecified()

Gets or sets a value indicating whether set specified.

Returns: boolean

setSetSpecified(boolean value)

public final void setSetSpecified(boolean value)

Gets or sets a value indicating whether set specified.