Uses of Class
io.github.sosuisen.jfxbuilder.media.MediaPlayerBuilder
Packages that use MediaPlayerBuilder
-
Uses of MediaPlayerBuilder in io.github.sosuisen.jfxbuilder.media
Methods in io.github.sosuisen.jfxbuilder.media that return MediaPlayerBuilderModifier and TypeMethodDescriptionMediaPlayerBuilder.apply
(Consumer<MediaPlayer> func) Applies a function to the MediaPlayer instance being constructed.MediaPlayerBuilder.audioSpectrumInterval
(double value) A builder method that invokes thesetAudioSpectrumInterval
method on the instance being constructed.MediaPlayerBuilder.audioSpectrumIntervalPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theaudioSpectrumIntervalProperty
of the instance being constructed.MediaPlayerBuilder.audioSpectrumListener
(AudioSpectrumListener listener) A builder method that invokes thesetAudioSpectrumListener
method on the instance being constructed.MediaPlayerBuilder.audioSpectrumListenerPropertyApply
(Consumer<ObjectProperty<AudioSpectrumListener>> op) Applies a function to theaudioSpectrumListenerProperty
of the instance being constructed.MediaPlayerBuilder.audioSpectrumNumBands
(int value) A builder method that invokes thesetAudioSpectrumNumBands
method on the instance being constructed.MediaPlayerBuilder.audioSpectrumNumBandsPropertyApply
(Consumer<IntegerProperty> op) Applies a function to theaudioSpectrumNumBandsProperty
of the instance being constructed.MediaPlayerBuilder.audioSpectrumThreshold
(int value) A builder method that invokes thesetAudioSpectrumThreshold
method on the instance being constructed.MediaPlayerBuilder.audioSpectrumThresholdPropertyApply
(Consumer<IntegerProperty> op) Applies a function to theaudioSpectrumThresholdProperty
of the instance being constructed.MediaPlayerBuilder.autoPlay
(boolean value) A builder method that invokes thesetAutoPlay
method on the instance being constructed.MediaPlayerBuilder.autoPlayPropertyApply
(Consumer<BooleanProperty> op) Applies a function to theautoPlayProperty
of the instance being constructed.MediaPlayerBuilder.balance
(double value) A builder method that invokes thesetBalance
method on the instance being constructed.MediaPlayerBuilder.balancePropertyApply
(Consumer<DoubleProperty> op) Applies a function to thebalanceProperty
of the instance being constructed.MediaPlayerBuilder.bufferProgressTimePropertyApply
(Consumer<ReadOnlyObjectProperty<Duration>> op) Applies a function to thebufferProgressTimeProperty
of the instance being constructed.static MediaPlayerBuilder
Accepts the constructor arguments ofMediaPlayer(Media)
and returns an instance ofMediaPlayerBuilder
.MediaPlayerBuilder.currentCountPropertyApply
(Consumer<ReadOnlyIntegerProperty> op) Applies a function to thecurrentCountProperty
of the instance being constructed.MediaPlayerBuilder.currentRatePropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thecurrentRateProperty
of the instance being constructed.MediaPlayerBuilder.currentTimePropertyApply
(Consumer<ReadOnlyObjectProperty<Duration>> op) Applies a function to thecurrentTimeProperty
of the instance being constructed.MediaPlayerBuilder.cycleCount
(int value) A builder method that invokes thesetCycleCount
method on the instance being constructed.MediaPlayerBuilder.cycleCountPropertyApply
(Consumer<IntegerProperty> op) Applies a function to thecycleCountProperty
of the instance being constructed.MediaPlayerBuilder.cycleDurationPropertyApply
(Consumer<ReadOnlyObjectProperty<Duration>> op) Applies a function to thecycleDurationProperty
of the instance being constructed.MediaPlayerBuilder.errorPropertyApply
(Consumer<ReadOnlyObjectProperty<MediaException>> op) Applies a function to theerrorProperty
of the instance being constructed.MediaPlayerBuilder.mute
(boolean value) A builder method that invokes thesetMute
method on the instance being constructed.MediaPlayerBuilder.mutePropertyApply
(Consumer<BooleanProperty> op) Applies a function to themuteProperty
of the instance being constructed.MediaPlayerBuilder.onEndOfMedia
(Runnable value) A builder method that invokes thesetOnEndOfMedia
method on the instance being constructed.MediaPlayerBuilder.onEndOfMediaPropertyApply
(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonEndOfMediaProperty
of the instance being constructed.A builder method that invokes thesetOnError
method on the instance being constructed.MediaPlayerBuilder.onErrorPropertyApply
(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonErrorProperty
of the instance being constructed.A builder method that invokes thesetOnHalted
method on the instance being constructed.MediaPlayerBuilder.onHaltedPropertyApply
(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonHaltedProperty
of the instance being constructed.MediaPlayerBuilder.onMarker
(EventHandler<MediaMarkerEvent> onMarker) A builder method that invokes thesetOnMarker
method on the instance being constructed.MediaPlayerBuilder.onMarkerPropertyApply
(Consumer<ObjectProperty<EventHandler<MediaMarkerEvent>>> op) Applies a function to theonMarkerProperty
of the instance being constructed.A builder method that invokes thesetOnPaused
method on the instance being constructed.MediaPlayerBuilder.onPausedPropertyApply
(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonPausedProperty
of the instance being constructed.A builder method that invokes thesetOnPlaying
method on the instance being constructed.MediaPlayerBuilder.onPlayingPropertyApply
(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonPlayingProperty
of the instance being constructed.A builder method that invokes thesetOnReady
method on the instance being constructed.MediaPlayerBuilder.onReadyPropertyApply
(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonReadyProperty
of the instance being constructed.A builder method that invokes thesetOnRepeat
method on the instance being constructed.MediaPlayerBuilder.onRepeatPropertyApply
(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonRepeatProperty
of the instance being constructed.A builder method that invokes thesetOnStalled
method on the instance being constructed.MediaPlayerBuilder.onStalledPropertyApply
(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonStalledProperty
of the instance being constructed.A builder method that invokes thesetOnStopped
method on the instance being constructed.MediaPlayerBuilder.onStoppedPropertyApply
(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonStoppedProperty
of the instance being constructed.MediaPlayerBuilder.rate
(double value) A builder method that invokes thesetRate
method on the instance being constructed.MediaPlayerBuilder.ratePropertyApply
(Consumer<DoubleProperty> op) Applies a function to therateProperty
of the instance being constructed.A builder method that invokes thesetStartTime
method on the instance being constructed.MediaPlayerBuilder.startTimePropertyApply
(Consumer<ObjectProperty<Duration>> op) Applies a function to thestartTimeProperty
of the instance being constructed.MediaPlayerBuilder.statusPropertyApply
(Consumer<ReadOnlyObjectProperty<MediaPlayer.Status>> op) Applies a function to thestatusProperty
of the instance being constructed.A builder method that invokes thesetStopTime
method on the instance being constructed.MediaPlayerBuilder.stopTimePropertyApply
(Consumer<ObjectProperty<Duration>> op) Applies a function to thestopTimeProperty
of the instance being constructed.MediaPlayerBuilder.totalDurationPropertyApply
(Consumer<ReadOnlyObjectProperty<Duration>> op) Applies a function to thetotalDurationProperty
of the instance being constructed.MediaPlayerBuilder.volume
(double value) A builder method that invokes thesetVolume
method on the instance being constructed.MediaPlayerBuilder.volumePropertyApply
(Consumer<DoubleProperty> op) Applies a function to thevolumeProperty
of the instance being constructed.