@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class ImageViewBuilder<B extends ImageViewBuilder<B>> extends NodeBuilder<B> implements Builder<ImageView>
ImageView
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private double |
fitHeight
Deprecated.
|
private double |
fitWidth
Deprecated.
|
private Image |
image
Deprecated.
|
private boolean |
preserveRatio
Deprecated.
|
private boolean |
smooth
Deprecated.
|
private Rectangle2D |
viewport
Deprecated.
|
private double |
x
Deprecated.
|
private double |
y
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ImageViewBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(ImageView x)
Deprecated.
|
ImageView |
build()
Deprecated.
Make an instance of
ImageView based on the properties set on this builder. |
static ImageViewBuilder<?> |
create()
Deprecated.
Creates a new instance of ImageViewBuilder.
|
B |
fitHeight(double x)
Deprecated.
Set the value of the
fitHeight property for the instance constructed by this builder. |
B |
fitWidth(double x)
Deprecated.
Set the value of the
fitWidth property for the instance constructed by this builder. |
B |
image(Image x)
Deprecated.
Set the value of the
image property for the instance constructed by this builder. |
B |
preserveRatio(boolean x)
Deprecated.
Set the value of the
preserveRatio property for the instance constructed by this builder. |
B |
smooth(boolean x)
Deprecated.
Set the value of the
smooth property for the instance constructed by this builder. |
B |
viewport(Rectangle2D x)
Deprecated.
Set the value of the
viewport property for the instance constructed by this builder. |
B |
x(double x)
Deprecated.
Set the value of the
x property for the instance constructed by this builder. |
B |
y(double x)
Deprecated.
Set the value of the
y property for the instance constructed by this builder. |
applyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScroll, onScrollFinished, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoom, onZoomFinished, onZoomStarted, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visible
private int __set
private double fitHeight
private double fitWidth
private Image image
private boolean preserveRatio
private boolean smooth
private Rectangle2D viewport
private double x
private double y
public static ImageViewBuilder<?> create()
private void __set(int i)
public void applyTo(ImageView x)
public B fitHeight(double x)
fitHeight
property for the instance constructed by this builder.public B fitWidth(double x)
fitWidth
property for the instance constructed by this builder.public B image(Image x)
image
property for the instance constructed by this builder.public B preserveRatio(boolean x)
preserveRatio
property for the instance constructed by this builder.public B smooth(boolean x)
smooth
property for the instance constructed by this builder.public B viewport(Rectangle2D x)
viewport
property for the instance constructed by this builder.public B x(double x)
x
property for the instance constructed by this builder.public B y(double x)
y
property for the instance constructed by this builder.