@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class MediaViewBuilder<B extends MediaViewBuilder<B>> extends NodeBuilder<B> implements Builder<MediaView>
MediaView| Modifier | Constructor and Description | 
|---|---|
protected  | 
MediaViewBuilder()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
applyTo(MediaView x)  | 
MediaView | 
build()
Make an instance of  
MediaView based on the properties set on this builder. | 
static MediaViewBuilder<?> | 
create()
Creates a new instance of MediaViewBuilder. 
 | 
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 | 
mediaPlayer(MediaPlayer x)
Set the value of the  
mediaPlayer property for the instance constructed by this builder. | 
B | 
onError(EventHandler<MediaErrorEvent> x)
Set the value of the  
onError 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, visiblepublic static MediaViewBuilder<?> create()
public void applyTo(MediaView 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 mediaPlayer(MediaPlayer x)
mediaPlayer property for the instance constructed by this builder.public B onError(EventHandler<MediaErrorEvent> x)
onError 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, 2014, Oracle and/or its affiliates. All rights reserved.