Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class ImageViewBuilder<B extends ImageViewBuilder<B>> extends NodeBuilder<B> implements Builder<ImageView>
ImageView
Modifier | Constructor and Description |
---|---|
protected |
ImageViewBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(ImageView x) |
ImageView |
build()
Make an instance of
ImageView based on the properties set on this builder. |
static ImageViewBuilder<?> |
create()
Creates a new instance of ImageViewBuilder.
|
B |
fitHeight(double x)
Set the value of the
fitHeight property for the instance constructed by this builder. |
B |
fitWidth(double x)
Set the value of the
fitWidth 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. |
B |
preserveRatio(boolean x)
Set the value of the
preserveRatio property for the instance constructed by this builder. |
B |
smooth(boolean x)
Set the value of the
smooth property for the instance constructed by this builder. |
B |
viewport(Rectangle2D x)
Set the value of the
viewport property for the instance constructed by this builder. |
B |
x(double x)
Set the value of the
x property for the instance constructed by this builder. |
B |
y(double x)
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
public static ImageViewBuilder<?> create()
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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to