Package qupath.lib.gui.panes
Class PreferencePane.ViewerPreferences
java.lang.Object
qupath.lib.gui.panes.PreferencePane.ViewerPreferences
- Enclosing class:
PreferencePane
-
Field Summary
Modifier and TypeFieldDescriptionfinal BooleanProperty
final DoubleProperty
final IntegerProperty
final BooleanProperty
final BooleanProperty
final BooleanProperty
final BooleanProperty
final DoubleProperty
final DoubleProperty
final BooleanProperty
final BooleanProperty
final BooleanProperty
final BooleanProperty
final BooleanProperty
final ObjectProperty
<PathPrefs.FontSize> final BooleanProperty
final IntegerProperty
final ObjectProperty
<PathPrefs.FontSize> final ObjectProperty
<FontWeight> final DoubleProperty
final IntegerProperty
final BooleanProperty
final BooleanProperty
final BooleanProperty
-
Constructor Summary
-
Method Summary
-
Field Details
-
backgroundColor
-
alwaysPaintSelected
-
keepDisplaySettings
-
interpolateBilinear
-
autoSaturationPercent
-
invertZSlider
-
scrollSpeed
-
skipMissingCores
-
iseScrollGestures
-
invertScrolling
-
useZoomGestures
-
useRotateGestures
-
enableFreehand
-
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
-
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
-
gridSpacingY
-
gridScaleMicrons
-
-
Constructor Details
-
ViewerPreferences
public ViewerPreferences()
-