|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor")
public class ColorBuilder<B extends ColorBuilder<B>>
extends java.lang.Object
Color| Modifier | Constructor and Description |
|---|---|
protected |
ColorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
B |
blue(double x)
Set the value of the
blue property for the instance constructed by this builder. |
Color |
build()
Make an instance of
Color based on the properties set on this builder. |
static ColorBuilder<?> |
create() |
B |
green(double x)
Set the value of the
green property for the instance constructed by this builder. |
B |
opacity(double x)
Set the value of the
opacity property for the instance constructed by this builder. |
B |
red(double x)
Set the value of the
red property for the instance constructed by this builder. |
public static ColorBuilder<?> create()
public B blue(double x)
blue property for the instance constructed by this builder.public B green(double x)
green property for the instance constructed by this builder.public B opacity(double x)
opacity property for the instance constructed by this builder.public B red(double x)
red property for the instance constructed by this builder.Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .