@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class IndexRangeBuilder extends java.lang.Object implements Builder<IndexRange>
IndexRange| Modifier and Type | Field and Description |
|---|---|
private int |
end
Deprecated.
|
private int |
start
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
IndexRangeBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IndexRange |
build()
Deprecated.
Make an instance of
IndexRange based on the properties set on this builder. |
static IndexRangeBuilder |
create()
Deprecated.
Creates a new instance of IndexRangeBuilder.
|
IndexRangeBuilder |
end(int x)
Deprecated.
Set the value of the
end property for the instance constructed by this builder. |
IndexRangeBuilder |
start(int x)
Deprecated.
Set the value of the
start property for the instance constructed by this builder. |
public static IndexRangeBuilder create()
public IndexRangeBuilder end(int x)
end property for the instance constructed by this builder.public IndexRangeBuilder start(int x)
start property for the instance constructed by this builder.public IndexRange build()
IndexRange based on the properties set on this builder.build in interface Builder<IndexRange>