Package qupath.lib.gui.commands
Class MiniViewers
java.lang.Object
qupath.lib.gui.commands.MiniViewers
Command to open a small viewer window, which displays a detail from 
 the current image depending on where the cursor is over the image.
 
 In QuPath <= v0.1.2, this gave a single QuPathViewer that updated its display 
 based on a main viewer.  Now, it has been rewritten to provide a more efficient paintable 
 canvas (not a full QuPathViewer) and is capable of showing separated color channels.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classA manager for one or more mini-viewers, where the 'more' means a separate viewer per channel.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateManager(QuPathViewer viewer) Create aMiniViewers.MiniViewerManagerassociated with a specified viewer.createManager(QuPathViewer viewer, Collection<? extends ChannelDisplayInfo> channels) Create aMiniViewers.MiniViewerManagerdisplaying multiple channels and associated with a specified viewer.
- 
Constructor Details- 
MiniViewerspublic MiniViewers()
 
- 
- 
Method Details- 
createManagerCreate aMiniViewers.MiniViewerManagerassociated with a specified viewer.- Parameters:
- viewer-
- Returns:
- Since:
- v0.4.0
 
- 
createManagerpublic static MiniViewers.MiniViewerManager createManager(QuPathViewer viewer, Collection<? extends ChannelDisplayInfo> channels) Create aMiniViewers.MiniViewerManagerdisplaying multiple channels and associated with a specified viewer.- Parameters:
- viewer-
- channels-
- Returns:
- Since:
- v0.4.0
 
 
-