| Package | Description |
|---|---|
| com.io7m.smfj.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
static SMFAttribute.Builder |
SMFAttribute.builder()
Creates a builder for
SMFAttribute. |
SMFAttribute.Builder |
SMFAttribute.Builder.from(SMFAttributeType instance)
Fill a builder with attribute values from the provided
SMFAttributeType instance. |
SMFAttribute.Builder |
SMFAttribute.Builder.setComponentCount(int componentCount)
Initializes the value for the
componentCount attribute. |
SMFAttribute.Builder |
SMFAttribute.Builder.setComponentSizeBits(int componentSizeBits)
Initializes the value for the
componentSizeBits attribute. |
SMFAttribute.Builder |
SMFAttribute.Builder.setComponentType(SMFComponentType componentType)
Initializes the value for the
componentType attribute. |
SMFAttribute.Builder |
SMFAttribute.Builder.setName(SMFAttributeName name)
Initializes the value for the
name attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com