Class PreferencePane.ViewerPreferences

java.lang.Object
qupath.lib.gui.panes.PreferencePane.ViewerPreferences
Enclosing class:
PreferencePane

@PrefCategory("Prefs.Viewer") public static class PreferencePane.ViewerPreferences extends Object
  • Field Details

    • backgroundColor

      @ColorPref("Prefs.Viewer.backgroundColor") public final IntegerProperty backgroundColor
    • alwaysPaintSelected

      @BooleanPref("Prefs.Viewer.alwaysPaintSelected") public final BooleanProperty alwaysPaintSelected
    • keepDisplaySettings

      @BooleanPref("Prefs.Viewer.keepDisplaySettings") public final BooleanProperty keepDisplaySettings
    • interpolateBilinear

      @BooleanPref("Prefs.Viewer.interpolateBilinear") public final BooleanProperty interpolateBilinear
    • autoSaturationPercent

      @DoublePref("Prefs.Viewer.autoSaturationPercent") public final DoubleProperty autoSaturationPercent
    • invertZSlider

      @BooleanPref("Prefs.Viewer.invertZSlider") public final BooleanProperty invertZSlider
    • scrollSpeed

      @IntegerPref("Prefs.Viewer.scrollSpeed") public final IntegerProperty scrollSpeed
    • skipMissingCores

      @BooleanPref("Prefs.Viewer.skipMissingCores") public final BooleanProperty skipMissingCores
    • iseScrollGestures

      @BooleanPref("Prefs.Viewer.iseScrollGestures") public final BooleanProperty iseScrollGestures
    • invertScrolling

      @BooleanPref("Prefs.Viewer.invertScrolling") public final BooleanProperty invertScrolling
    • useZoomGestures

      @BooleanPref("Prefs.Viewer.useZoomGestures") public final BooleanProperty useZoomGestures
    • useRotateGestures

      @BooleanPref("Prefs.Viewer.useRotateGestures") public final BooleanProperty useRotateGestures
    • enableFreehand

      @BooleanPref("Prefs.Viewer.enableFreehand") public final BooleanProperty enableFreehand
    • doubleClickToZoom

      @BooleanPref("Prefs.Viewer.doubleClickToZoom") public final BooleanProperty doubleClickToZoom
    • scalebarFontSize

      @Pref(value="Prefs.Viewer.scalebarFontSize", type=FontSize.class) public final ObjectProperty<PathPrefs.FontSize> scalebarFontSize
    • scalebarFontWeight

      @Pref(value="Prefs.Viewer.scalebarFontWeight", type=javafx.scene.text.FontWeight.class) public final ObjectProperty<FontWeight> scalebarFontWeight
    • scalebarLineWidth

      @DoublePref("Prefs.Viewer.scalebarLineWidth") public final DoubleProperty scalebarLineWidth
    • locationFontSize

      @Pref(value="Prefs.Viewer.locationFontSize", type=FontSize.class) public final ObjectProperty<PathPrefs.FontSize> locationFontSize
    • calibratedLocationString

      @BooleanPref("Prefs.Viewer.calibratedLocationString") public final BooleanProperty calibratedLocationString
    • gridSpacingX

      @DoublePref("Prefs.Viewer.gridSpacingX") public final DoubleProperty gridSpacingX
    • gridSpacingY

      @DoublePref("Prefs.Viewer.gridSpacingY") public final DoubleProperty gridSpacingY
    • gridScaleMicrons

      @BooleanPref("Prefs.Viewer.gridScaleMicrons") public final BooleanProperty gridScaleMicrons
  • Constructor Details

    • ViewerPreferences

      public ViewerPreferences()