Constructor AttributeSource
AttributeSource()
An AttributeSource using the default attribute factory DEFAULT_ATTRIBUTE_FACTORY.
Declaration
public AttributeSource()
AttributeSource(AttributeSource)
An AttributeSource that uses the same attributes as the supplied one.
Declaration
public AttributeSource(AttributeSource input)
Parameters
Type | Name | Description |
---|---|---|
AttributeSource | input |
AttributeSource(AttributeSource.AttributeFactory)
An AttributeSource using the supplied AttributeSource.AttributeFactory for creating new IAttribute instances.
Declaration
public AttributeSource(AttributeSource.AttributeFactory factory)
Parameters
Type | Name | Description |
---|---|---|
AttributeSource.AttributeFactory | factory |