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 thesetAudioSpectrumIntervalmethod on the instance being constructed.MediaPlayerBuilder.audioSpectrumIntervalPropertyApply(Consumer<DoubleProperty> op) Applies a function to theaudioSpectrumIntervalPropertyof the instance being constructed.MediaPlayerBuilder.audioSpectrumListener(AudioSpectrumListener listener) A builder method that invokes thesetAudioSpectrumListenermethod on the instance being constructed.MediaPlayerBuilder.audioSpectrumListenerPropertyApply(Consumer<ObjectProperty<AudioSpectrumListener>> op) Applies a function to theaudioSpectrumListenerPropertyof the instance being constructed.MediaPlayerBuilder.audioSpectrumNumBands(int value) A builder method that invokes thesetAudioSpectrumNumBandsmethod on the instance being constructed.MediaPlayerBuilder.audioSpectrumNumBandsPropertyApply(Consumer<IntegerProperty> op) Applies a function to theaudioSpectrumNumBandsPropertyof the instance being constructed.MediaPlayerBuilder.audioSpectrumThreshold(int value) A builder method that invokes thesetAudioSpectrumThresholdmethod on the instance being constructed.MediaPlayerBuilder.audioSpectrumThresholdPropertyApply(Consumer<IntegerProperty> op) Applies a function to theaudioSpectrumThresholdPropertyof the instance being constructed.MediaPlayerBuilder.autoPlay(boolean value) A builder method that invokes thesetAutoPlaymethod on the instance being constructed.MediaPlayerBuilder.autoPlayPropertyApply(Consumer<BooleanProperty> op) Applies a function to theautoPlayPropertyof the instance being constructed.MediaPlayerBuilder.balance(double value) A builder method that invokes thesetBalancemethod on the instance being constructed.MediaPlayerBuilder.balancePropertyApply(Consumer<DoubleProperty> op) Applies a function to thebalancePropertyof the instance being constructed.MediaPlayerBuilder.bufferProgressTimePropertyApply(Consumer<ReadOnlyObjectProperty<Duration>> op) Applies a function to thebufferProgressTimePropertyof the instance being constructed.static MediaPlayerBuilderAccepts the constructor arguments ofMediaPlayer(Media)and returns an instance ofMediaPlayerBuilder.MediaPlayerBuilder.currentCountPropertyApply(Consumer<ReadOnlyIntegerProperty> op) Applies a function to thecurrentCountPropertyof the instance being constructed.MediaPlayerBuilder.currentRatePropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thecurrentRatePropertyof the instance being constructed.MediaPlayerBuilder.currentTimePropertyApply(Consumer<ReadOnlyObjectProperty<Duration>> op) Applies a function to thecurrentTimePropertyof the instance being constructed.MediaPlayerBuilder.cycleCount(int value) A builder method that invokes thesetCycleCountmethod on the instance being constructed.MediaPlayerBuilder.cycleCountPropertyApply(Consumer<IntegerProperty> op) Applies a function to thecycleCountPropertyof the instance being constructed.MediaPlayerBuilder.cycleDurationPropertyApply(Consumer<ReadOnlyObjectProperty<Duration>> op) Applies a function to thecycleDurationPropertyof the instance being constructed.MediaPlayerBuilder.errorPropertyApply(Consumer<ReadOnlyObjectProperty<MediaException>> op) Applies a function to theerrorPropertyof the instance being constructed.MediaPlayerBuilder.mute(boolean value) A builder method that invokes thesetMutemethod on the instance being constructed.MediaPlayerBuilder.mutePropertyApply(Consumer<BooleanProperty> op) Applies a function to themutePropertyof the instance being constructed.MediaPlayerBuilder.onEndOfMedia(Runnable value) A builder method that invokes thesetOnEndOfMediamethod on the instance being constructed.MediaPlayerBuilder.onEndOfMediaPropertyApply(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonEndOfMediaPropertyof the instance being constructed.A builder method that invokes thesetOnErrormethod on the instance being constructed.MediaPlayerBuilder.onErrorPropertyApply(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonErrorPropertyof the instance being constructed.A builder method that invokes thesetOnHaltedmethod on the instance being constructed.MediaPlayerBuilder.onHaltedPropertyApply(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonHaltedPropertyof the instance being constructed.MediaPlayerBuilder.onMarker(EventHandler<MediaMarkerEvent> onMarker) A builder method that invokes thesetOnMarkermethod on the instance being constructed.MediaPlayerBuilder.onMarkerPropertyApply(Consumer<ObjectProperty<EventHandler<MediaMarkerEvent>>> op) Applies a function to theonMarkerPropertyof the instance being constructed.A builder method that invokes thesetOnPausedmethod on the instance being constructed.MediaPlayerBuilder.onPausedPropertyApply(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonPausedPropertyof the instance being constructed.A builder method that invokes thesetOnPlayingmethod on the instance being constructed.MediaPlayerBuilder.onPlayingPropertyApply(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonPlayingPropertyof the instance being constructed.A builder method that invokes thesetOnReadymethod on the instance being constructed.MediaPlayerBuilder.onReadyPropertyApply(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonReadyPropertyof the instance being constructed.A builder method that invokes thesetOnRepeatmethod on the instance being constructed.MediaPlayerBuilder.onRepeatPropertyApply(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonRepeatPropertyof the instance being constructed.A builder method that invokes thesetOnStalledmethod on the instance being constructed.MediaPlayerBuilder.onStalledPropertyApply(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonStalledPropertyof the instance being constructed.A builder method that invokes thesetOnStoppedmethod on the instance being constructed.MediaPlayerBuilder.onStoppedPropertyApply(Consumer<ObjectProperty<Runnable>> op) Applies a function to theonStoppedPropertyof the instance being constructed.MediaPlayerBuilder.rate(double value) A builder method that invokes thesetRatemethod on the instance being constructed.MediaPlayerBuilder.ratePropertyApply(Consumer<DoubleProperty> op) Applies a function to theratePropertyof the instance being constructed.A builder method that invokes thesetStartTimemethod on the instance being constructed.MediaPlayerBuilder.startTimePropertyApply(Consumer<ObjectProperty<Duration>> op) Applies a function to thestartTimePropertyof the instance being constructed.MediaPlayerBuilder.statusPropertyApply(Consumer<ReadOnlyObjectProperty<MediaPlayer.Status>> op) Applies a function to thestatusPropertyof the instance being constructed.A builder method that invokes thesetStopTimemethod on the instance being constructed.MediaPlayerBuilder.stopTimePropertyApply(Consumer<ObjectProperty<Duration>> op) Applies a function to thestopTimePropertyof the instance being constructed.MediaPlayerBuilder.totalDurationPropertyApply(Consumer<ReadOnlyObjectProperty<Duration>> op) Applies a function to thetotalDurationPropertyof the instance being constructed.MediaPlayerBuilder.volume(double value) A builder method that invokes thesetVolumemethod on the instance being constructed.MediaPlayerBuilder.volumePropertyApply(Consumer<DoubleProperty> op) Applies a function to thevolumePropertyof the instance being constructed.