@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class ImageCursorBuilder<B extends ImageCursorBuilder<B>> extends java.lang.Object implements Builder<ImageCursor>
ImageCursor| Modifier | Constructor and Description |
|---|---|
protected |
ImageCursorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ImageCursor |
build()
Make an instance of
ImageCursor based on the properties set on this builder. |
static ImageCursorBuilder<?> |
create()
Creates a new instance of ImageCursorBuilder.
|
B |
hotspotX(double x)
Set the value of the
hotspotX property for the instance constructed by this builder. |
B |
hotspotY(double x)
Set the value of the
hotspotY property for the instance constructed by this builder. |
B |
image(Image x)
Set the value of the
image property for the instance constructed by this builder. |
public static ImageCursorBuilder<?> create()
public B hotspotX(double x)
hotspotX property for the instance constructed by this builder.public B hotspotY(double x)
hotspotY property for the instance constructed by this builder.public B image(Image x)
image property for the instance constructed by this builder.public ImageCursor build()
ImageCursor based on the properties set on this builder.build in interface Builder<ImageCursor>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.