@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class IndexRangeBuilder extends java.lang.Object implements Builder<IndexRange>
IndexRange| Modifier | Constructor and Description |
|---|---|
protected |
IndexRangeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
IndexRange |
build()
Make an instance of
IndexRange based on the properties set on this builder. |
static IndexRangeBuilder |
create()
Creates a new instance of IndexRangeBuilder.
|
IndexRangeBuilder |
end(int x)
Set the value of the
end property for the instance constructed by this builder. |
IndexRangeBuilder |
start(int x)
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 (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.