| Package | Description |
|---|---|
| com.io7m.r2.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
default R2LightBufferComponents |
R2LightBufferDescriptionType.components() |
R2LightBufferComponents |
R2LightBufferDescription.components() |
static R2LightBufferComponents |
R2LightBufferComponents.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static R2LightBufferComponents[] |
R2LightBufferComponents.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static R2LightBufferDescription |
R2LightBufferDescription.of(com.io7m.jareas.core.AreaInclusiveUnsignedLType area,
R2LightBufferComponents components)
Construct a new immutable
R2LightBufferDescription instance. |
R2LightBufferDescription.Builder |
R2LightBufferDescription.Builder.setComponents(R2LightBufferComponents components)
Initializes the value for the
components attribute. |
R2LightBufferDescription |
R2LightBufferDescription.withComponents(R2LightBufferComponents value)
Copy the current immutable object by setting a value for the
components attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com