@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class IndexRangeBuilder extends Object implements Builder<IndexRange>
IndexRange| 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>Copyright © 2025. All rights reserved.