Package qupath.lib.gui.viewer
Class ViewerPlusDisplayOptions
java.lang.Object
qupath.lib.gui.viewer.ViewerPlusDisplayOptions
A group of properties determining what should be displayed for each viewer.
- Author:
- Pete Bankhead
-
Property Summary
TypePropertyDescriptionShow the cursor location.Show the overview image.Show the scalebar. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get the value ofshowLocationProperty()
.boolean
Get the value ofshowOverviewProperty()
.boolean
Get the value ofshowScalebarProperty()
.void
setShowLocation
(boolean show) Set the value ofshowLocationProperty()
.void
setShowOverview
(boolean show) Set the value ofshowOverviewProperty()
.void
setShowScalebar
(boolean show) Set the value ofshowScalebarProperty()
.Show the cursor location.Show the overview image.Show the scalebar.
-
Property Details
-
showOverview
Show the overview image.- See Also:
-
showLocation
Show the cursor location.- See Also:
-
showScalebar
Show the scalebar.- See Also:
-
-
Constructor Details
-
ViewerPlusDisplayOptions
public ViewerPlusDisplayOptions()
-
-
Method Details
-
showOverviewProperty
Show the overview image.- Returns:
- See Also:
-
showLocationProperty
Show the cursor location.- Returns:
- See Also:
-
showScalebarProperty
Show the scalebar.- Returns:
- See Also:
-
getShowOverview
public boolean getShowOverview()Get the value ofshowOverviewProperty()
.- Returns:
-
getShowLocation
public boolean getShowLocation()Get the value ofshowLocationProperty()
.- Returns:
-
getShowScalebar
public boolean getShowScalebar()Get the value ofshowScalebarProperty()
.- Returns:
-
setShowOverview
public void setShowOverview(boolean show) Set the value ofshowOverviewProperty()
.- Parameters:
show
-
-
setShowLocation
public void setShowLocation(boolean show) Set the value ofshowLocationProperty()
.- Parameters:
show
-
-
setShowScalebar
public void setShowScalebar(boolean show) Set the value ofshowScalebarProperty()
.- Parameters:
show
-
-