public static final class R2ShadowDepthVariance.Builder extends Object
R2ShadowDepthVariance.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
R2ShadowDepthVariance |
build()
Builds a new
R2ShadowDepthVariance. |
R2ShadowDepthVariance.Builder |
from(R2ShadowDepthVarianceType instance)
Fill a builder with attribute values from the provided
com.io7m.r2.core.R2ShadowDepthVarianceType instance. |
R2ShadowDepthVariance.Builder |
from(R2ShadowType instance)
Fill a builder with attribute values from the provided
com.io7m.r2.core.R2ShadowType instance. |
R2ShadowDepthVariance.Builder |
setMapDescription(R2DepthVarianceBufferDescriptionType mapDescription)
Initializes the value for the
mapDescription attribute. |
R2ShadowDepthVariance.Builder |
setShadowID(long shadowID)
Initializes the value for the
shadowID attribute. |
public final R2ShadowDepthVariance.Builder from(R2ShadowDepthVarianceType instance)
com.io7m.r2.core.R2ShadowDepthVarianceType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final R2ShadowDepthVariance.Builder from(R2ShadowType instance)
com.io7m.r2.core.R2ShadowType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final R2ShadowDepthVariance.Builder setShadowID(long shadowID)
shadowID attribute.shadowID - The value for shadowIDthis builder for use in a chained invocationpublic final R2ShadowDepthVariance.Builder setMapDescription(R2DepthVarianceBufferDescriptionType mapDescription)
mapDescription attribute.mapDescription - The value for mapDescriptionthis builder for use in a chained invocationpublic R2ShadowDepthVariance build()
R2ShadowDepthVariance.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com