Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class ColorAdjustBuilder<B extends ColorAdjustBuilder<B>> extends java.lang.Object implements Builder<ColorAdjust>
ColorAdjust
Modifier | Constructor and Description |
---|---|
protected |
ColorAdjustBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(ColorAdjust x) |
B |
brightness(double x)
Set the value of the
brightness property for the instance constructed by this builder. |
ColorAdjust |
build()
Make an instance of
ColorAdjust based on the properties set on this builder. |
B |
contrast(double x)
Set the value of the
contrast property for the instance constructed by this builder. |
static ColorAdjustBuilder<?> |
create()
Creates a new instance of ColorAdjustBuilder.
|
B |
hue(double x)
Set the value of the
hue property for the instance constructed by this builder. |
B |
input(Effect x)
Set the value of the
input property for the instance constructed by this builder. |
B |
saturation(double x)
Set the value of the
saturation property for the instance constructed by this builder. |
public static ColorAdjustBuilder<?> create()
public void applyTo(ColorAdjust x)
public B brightness(double x)
brightness
property for the instance constructed by this builder.public B contrast(double x)
contrast
property for the instance constructed by this builder.public B hue(double x)
hue
property for the instance constructed by this builder.public B input(Effect x)
input
property for the instance constructed by this builder.public B saturation(double x)
saturation
property for the instance constructed by this builder.public ColorAdjust build()
ColorAdjust
based on the properties set on this builder.build
in interface Builder<ColorAdjust>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to