Interface | Description |
---|---|
Display<T> |
A display is a particular type of plugin intended to collect objects for
visualization.
|
Displayable |
An interface used by classes that can draw on demand.
|
DisplayService |
Interface for service that tracks available
Display s. |
TextDisplay |
Interface for text
Display s. |
Class | Description |
---|---|
AbstractDisplay<T> |
Abstract superclass of
Display implementations. |
ActiveDisplayPreprocessor | |
DefaultDisplay |
Default display for objects, when no other displays are available.
|
DefaultDisplayService |
Default service for working with
Display s. |
DefaultTextDisplay |
Default display for text.
|
DisplayPostprocessor |
Displays outputs upon completion of a module execution.
|
Copyright © 2015–2022 SciJava. All rights reserved.