public static final class R2ShaderFilterFXAAParameters.Builder extends Object
R2ShaderFilterFXAAParameters.
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 |
|---|---|
R2ShaderFilterFXAAParameters |
build()
Builds a new
R2ShaderFilterFXAAParameters. |
R2ShaderFilterFXAAParameters.Builder |
from(R2ShaderFilterFXAAParametersType instance)
Fill a builder with attribute values from the provided
R2ShaderFilterFXAAParametersType instance. |
R2ShaderFilterFXAAParameters.Builder |
setEdgeThreshold(float edgeThreshold)
Initializes the value for the
edgeThreshold attribute. |
R2ShaderFilterFXAAParameters.Builder |
setEdgeThresholdMinimum(float edgeThresholdMinimum)
Initializes the value for the
edgeThresholdMinimum attribute. |
R2ShaderFilterFXAAParameters.Builder |
setSubPixelAliasingRemoval(float subPixelAliasingRemoval)
Initializes the value for the
subPixelAliasingRemoval attribute. |
R2ShaderFilterFXAAParameters.Builder |
setTexture(R2Texture2DUsableType texture)
Initializes the value for the
texture attribute. |
public final R2ShaderFilterFXAAParameters.Builder from(R2ShaderFilterFXAAParametersType instance)
R2ShaderFilterFXAAParametersType instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final R2ShaderFilterFXAAParameters.Builder setTexture(R2Texture2DUsableType texture)
texture attribute.texture - The value for texturethis builder for use in a chained invocationpublic final R2ShaderFilterFXAAParameters.Builder setSubPixelAliasingRemoval(float subPixelAliasingRemoval)
subPixelAliasingRemoval attribute.
If not set, this attribute will have a default value as returned by the initializer of subPixelAliasingRemoval.
subPixelAliasingRemoval - The value for subPixelAliasingRemovalthis builder for use in a chained invocationpublic final R2ShaderFilterFXAAParameters.Builder setEdgeThreshold(float edgeThreshold)
edgeThreshold attribute.
If not set, this attribute will have a default value as returned by the initializer of edgeThreshold.
edgeThreshold - The value for edgeThresholdthis builder for use in a chained invocationpublic final R2ShaderFilterFXAAParameters.Builder setEdgeThresholdMinimum(float edgeThresholdMinimum)
edgeThresholdMinimum attribute.
If not set, this attribute will have a default value as returned by the initializer of edgeThresholdMinimum.
edgeThresholdMinimum - The value for edgeThresholdMinimumthis builder for use in a chained invocationpublic R2ShaderFilterFXAAParameters build()
R2ShaderFilterFXAAParameters.IllegalStateException - if any required attributes are missingCopyright © 2016 <code@io7m.com> http://io7m.com