| Package | Description |
|---|---|
| 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.frontend |
Processing tasks for frontends.
|
| com.io7m.smfj.probe.api |
Version probe API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMFFormatBinary
The implementation of the binary format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMFFormatOBJ
A provider for the Wavefront OBJ format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMFFormatText
The implementation of the text format.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<SMFParserProviderType> |
SMFParserProviders.findParserProvider(Optional<String> format_opt,
String file)
Try to find a parser provider.
|
| Modifier and Type | Method and Description |
|---|---|
SMFParserProviderType |
SMFVersionProbedType.provider() |
SMFParserProviderType |
SMFVersionProbed.provider() |
| Modifier and Type | Method and Description |
|---|---|
static SMFVersionProbed |
SMFVersionProbed.of(SMFParserProviderType provider,
SMFFormatVersion version)
Construct a new immutable
SMFVersionProbed instance. |
SMFVersionProbed.Builder |
SMFVersionProbed.Builder.setProvider(SMFParserProviderType provider)
Initializes the value for the
provider attribute. |
SMFVersionProbed |
SMFVersionProbed.withProvider(SMFParserProviderType value)
Copy the current immutable object by setting a value for the
provider attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com