| Package | Description |
|---|---|
| com.io7m.smfj.core |
Core types and functions.
|
| com.io7m.smfj.format.binary |
Parser API.
|
| com.io7m.smfj.format.obj |
Wavefront OBJ importer.
|
| com.io7m.smfj.format.text |
Parser API.
|
| com.io7m.smfj.parser.api |
Parser API.
|
| com.io7m.smfj.serializer.api |
Serializer API.
|
| Modifier and Type | Method and Description |
|---|---|
SMFFormatDescription |
SMFFormatDescription.Builder.build()
Builds a new
SMFFormatDescription. |
static SMFFormatDescription |
SMFFormatDescription.copyOf(SMFFormatDescriptionType instance)
Creates an immutable copy of a
SMFFormatDescriptionType value. |
SMFFormatDescription |
SMFFormatDescription.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
SMFFormatDescription |
SMFFormatDescription.withMimeType(String value)
Copy the current immutable object by setting a value for the
mimeType attribute. |
SMFFormatDescription |
SMFFormatDescription.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
SMFFormatDescription |
SMFFormatDescription.withRandomAccess(boolean value)
Copy the current immutable object by setting a value for the
randomAccess attribute. |
SMFFormatDescription |
SMFFormatDescription.withSuffix(String value)
Copy the current immutable object by setting a value for the
suffix attribute. |
| Modifier and Type | Method and Description |
|---|---|
SMFFormatDescription |
SMFFormatBinary.parserFormat() |
SMFFormatDescription |
SMFFormatBinary.serializerFormat() |
| Modifier and Type | Method and Description |
|---|---|
SMFFormatDescription |
SMFFormatOBJ.parserFormat() |
| Modifier and Type | Method and Description |
|---|---|
SMFFormatDescription |
SMFFormatText.parserFormat() |
SMFFormatDescription |
SMFFormatText.serializerFormat() |
| Modifier and Type | Method and Description |
|---|---|
SMFFormatDescription |
SMFParserProviderType.parserFormat() |
| Modifier and Type | Method and Description |
|---|---|
SMFFormatDescription |
SMFSerializerProviderType.serializerFormat() |
Copyright © 2017 <code@io7m.com> http://io7m.com