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
PropertiesTypePropertyDescriptionShow the cursor location.Show the overview image.Show the scalebar. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the value ofshowLocationProperty().booleanGet the value ofshowOverviewProperty().booleanGet the value ofshowScalebarProperty().voidsetShowLocation(boolean show) Set the value ofshowLocationProperty().voidsetShowOverview(boolean show) Set the value ofshowOverviewProperty().voidsetShowScalebar(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.- See Also:
-
showLocationProperty
Show the cursor location.- See Also:
-
showScalebarProperty
Show the scalebar.- 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-
-