Package ui.ultimate64

Klasse Ultimate64Window

java.lang.Object
ui.common.C64Window
ui.ultimate64.Ultimate64Window
Alle implementierten Schnittstellen:
javafx.fxml.Initializable, javafx.util.Builder<Object>, Ultimate64, UIPart

public class Ultimate64Window extends C64Window implements Ultimate64
  • Felddetails

    • SCREEN_HEIGHT

      private static final int SCREEN_HEIGHT
      Siehe auch:
    • SCREEN_WIDTH

      private static final int SCREEN_WIDTH
      Siehe auch:
    • FRAME_RATE

      private static final int FRAME_RATE
      Siehe auch:
    • CHANNELS

      private static final int CHANNELS
      Siehe auch:
    • AUDIO_BUFFER_SIZE

      private static final int AUDIO_BUFFER_SIZE
      Siehe auch:
    • audioPlayer

      private StreamingPlayer audioPlayer
    • videoPlayer

      private StreamingPlayer videoPlayer
    • screen

      private javafx.scene.image.ImageView screen
    • audioStreaming

      private javafx.scene.control.ToggleButton audioStreaming
    • videoStreaming

      private javafx.scene.control.ToggleButton videoStreaming
    • audioBufferSize

      private javafx.scene.control.ComboBox<Integer> audioBufferSize
    • enablePalEmulation

      private javafx.scene.control.CheckBox enablePalEmulation
    • whatsSidPositioner

      protected javafx.scene.control.Label whatsSidPositioner
    • scaling

      private javafx.scene.control.Slider scaling
    • scalingValue

      private javafx.scene.control.Label scalingValue
    • whatsSidEnabled

      private boolean whatsSidEnabled
    • whatsSidSupport

      private WhatsSidSupport whatsSidSupport
    • fingerPrintMatcher

      private IFingerprintMatcher fingerPrintMatcher
    • palEmulation

      private PALEmulation palEmulation
    • imageQueue

      private ImageQueue<javafx.scene.image.Image> imageQueue
    • pauseTransition

      private javafx.animation.PauseTransition pauseTransition
    • sequentialTransition

      private javafx.animation.SequentialTransition sequentialTransition
  • Konstruktordetails

    • Ultimate64Window

      public Ultimate64Window()
    • Ultimate64Window

      public Ultimate64Window(Player player)
  • Methodendetails

    • initialize

      protected void initialize()
      Angegeben von:
      initialize in Klasse C64Window
    • updateScaling

      private void updateScaling(double scale)
    • enableDisableAudioStreaming

      private void enableDisableAudioStreaming()
    • enableDisableVideoStreaming

      private void enableDisableVideoStreaming()
    • setAudioBufferSize

      private void setAudioBufferSize()
    • setEnablePalEmulation

      private void setEnablePalEmulation()
    • setupVideoScreen

      private void setupVideoScreen(CPUClock cpuClock)
      Connect VIC output with screen.
    • doClose

      public void doClose()
      Angegeben von:
      doClose in Schnittstelle UIPart