Class PreferencePane.ObjectPreferences

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

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

    • maxClipboardObjects

      @IntegerPref("Prefs.Objects.clipboard") public final IntegerProperty maxClipboardObjects
    • annotationStrokeThickness

      @DoublePref("Prefs.Objects.annotationLineThickness") public final DoubleProperty annotationStrokeThickness
    • detectonStrokeThickness

      @DoublePref("Prefs.Objects.detectionLineThickness") public final DoubleProperty detectonStrokeThickness
    • useSelectedColor

      @BooleanPref("Prefs.Objects.useSelectedColor") public final BooleanProperty useSelectedColor
    • selectedColor

      @ColorPref("Prefs.Objects.selectedColor") public final IntegerProperty selectedColor
    • defaultColor

      @ColorPref("Prefs.Objects.defaultColor") public final IntegerProperty defaultColor
    • tmaColor

      @ColorPref("Prefs.Objects.tmaCoreColor") public final IntegerProperty tmaColor
    • tmaMissingColor

      @ColorPref("Prefs.Objects.tmaCoreMissingColor") public final IntegerProperty tmaMissingColor
  • Constructor Details

    • ObjectPreferences

      public ObjectPreferences()