Overload List

  NameDescription
Public methodAttributeSource()()()()
An AttributeSource using the default attribute factory {@link AttributeSource.AttributeFactory#DEFAULT_ATTRIBUTE_FACTORY}.
Public methodAttributeSource(AttributeSource)
An AttributeSource that uses the same attributes as the supplied one.
Public methodAttributeSource(AttributeSource..::..AttributeFactory)
An AttributeSource using the supplied {@link AttributeFactory} for creating new {@link Attribute} instances.

See Also