Uses of Interface
adams.gui.visualization.core.ColorProviderHandler
-
-
Uses of ColorProviderHandler in adams.data.image.transformer
Subinterfaces of ColorProviderHandler in adams.data.image.transformer Modifier and Type Interface Description interface
ImageColorizerWithColorProvider
Interface for image colorizers that support a color provider.Classes in adams.data.image.transformer that implement ColorProviderHandler Modifier and Type Class Description class
BlueChannelColorizer
Interprets the values in the blue channel (e.g., used by image segmentation frameworks) of the images as indices and replaces them with colors from the specified color provider.class
GrayOrIndexedColorizer
Colorizes grayscale or indexed images using the specified color provider.
Other images types get converted to grayscale first.class
TrimapColorizer
Colorizes trimap images using the specified color provider. -
Uses of ColorProviderHandler in adams.data.io.input
Classes in adams.data.io.input that implement ColorProviderHandler Modifier and Type Class Description class
PNGImageReader
Reads images in PNG format. -
Uses of ColorProviderHandler in adams.data.io.output
Classes in adams.data.io.output that implement ColorProviderHandler Modifier and Type Class Description class
GrayOrIndexedImageWriter
Changes the unique colors to the ones specified by the color provider.
Useful for generating human-viewable images from image segmentation annotations.
Uses adams.data.io.output.ApacheCommonsImageWriter for performing the actual writing after the conversion.
See also:
adams.data.io.output.ApacheCommonsImageWriter
class
IndexedPNGImageSegmentationWriter
Each layer gets stored with a separate color in the palette. -
Uses of ColorProviderHandler in adams.flow.sink
Classes in adams.flow.sink that implement ColorProviderHandler Modifier and Type Class Description class
ControlChartPlot
Actor for generating control chart plots.
The plot needs to be initialized with a class adams.flow.container.ControlChartContainer.class
JFreeChartFileWriter
Generates a JFreeChart plot and writes the bitmap to a file.class
JFreeChartPlot
Generates and displays a plot using JFreeChart.class
SequencePlotter
Actor that plots sequences over time.
See also:
adams.flow.sink.SimplePlot
Input/output:
- accepts:
adams.flow.container.SequencePlotterContainer
adams.flow.container.SequencePlotterContainer[]
Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData
class
SimplePlot
Actor for generating simple plots.
See also:
adams.flow.sink.SequencePlotter
Input/output:
- accepts:
adams.flow.container.SequencePlotterContainer
adams.flow.container.SequencePlotterContainer[]
Container information:
- adams.flow.container.SequencePlotterContainer: PlotName, X, Y, Content type, Error X, Error Y, MetaData
class
SpreadSheetRowViewer
Actor for displaying spreadsheet rows in a graphical way, like the 'Spreadsheet Explorer' tool.class
TimeseriesDisplay
Actor that displays timeseries.class
WekaInstanceViewer
Actor for displaying adams.data.instance.Instance objects in a graphical way (using the internal format), like the 'Instance Explorer' tool. -
Uses of ColorProviderHandler in adams.flow.transformer
Classes in adams.flow.transformer that implement ColorProviderHandler Modifier and Type Class Description class
ImageSegmentationAnnotator
User interface for annotating images for image segmentation. -
Uses of ColorProviderHandler in adams.flow.transformer.pixelselector
Classes in adams.flow.transformer.pixelselector that implement ColorProviderHandler Modifier and Type Class Description class
AbstractColorProviderPixelSelectorOverlay
Overlay that uses a color provider for the painting the various elements of the overlay. -
Uses of ColorProviderHandler in adams.gui.tools.previewbrowser
Classes in adams.gui.tools.previewbrowser that implement ColorProviderHandler Modifier and Type Class Description class
BlueChannelImageHandler
Interprets the values in the blue channel as color indices, corresponding to colors generated by the color provider.
Supported image types: bmp,dcx,gif,hdr,icns,ico,jpg,pcx,png,pnm,psd,tif,tiff,wbmp,xbm,xpm
class
GrayOrIndexedImageHandler
Changes the unique colors to the ones specified by the color provider for the following image types: bmp,dcx,gif,hdr,icns,ico,jpg,pcx,png,pnm,psd,tif,tiff,wbmp,xbm,xpm
class
ImageSegmentationAnnotationsHandler
Overlays image segmentation annotations obtained from the specified reader over the original JPG image.class
IndexedPNGImageHandler
Changes the indexed colors to the ones specified by the color provider for PNG files.class
TrimapImageHandler
Displays the following image types as trimaps: jpg,tif,tiff,bmp,gif,png,wbmp,jpeg
If VGG XML annotation file with the same name exists, then an object overlay is added. -
Uses of ColorProviderHandler in adams.gui.tools.spreadsheetviewer.chart
Classes in adams.gui.tools.spreadsheetviewer.chart that implement ColorProviderHandler Modifier and Type Class Description class
AbstractXYChartGenerator
Ancestor for X/Y (or just Y) plot generators.class
BarPlot
Generates a bar plot by plotting the X column against the Y column.class
GenericPlot
Flexible chart generator.class
Histogram
Generates histograms by plotting the X column against the Y column.class
LinePlot
Generates a line plot by plotting the X column against one or more Y columns.class
ScatterPlot
Generates a scatter plot by plotting the X column against one or more Y columns. -
Uses of ColorProviderHandler in adams.gui.tools.wekainvestigator.tab.classifytab.output
Classes in adams.gui.tools.wekainvestigator.tab.classifytab.output that implement ColorProviderHandler Modifier and Type Class Description class
PredictionTrend
Generates a 'prediction trend' for classifier errors: sorts the predictions on the actual value and plots actual and predicted side-by-side. -
Uses of ColorProviderHandler in adams.gui.visualization.core
Classes in adams.gui.visualization.core that implement ColorProviderHandler Modifier and Type Class Description class
ColorProviderBasedColorGradientGenerator
Uses the specified color provider to generate the colors.
Mainly used for having control over colors when generating images. -
Uses of ColorProviderHandler in adams.gui.visualization.object.objectannotations.colors
Classes in adams.gui.visualization.object.objectannotations.colors that implement ColorProviderHandler Modifier and Type Class Description class
PerType
Uses a color per object type.class
VaryByObject
Varies the color per object, useful when just a single type of object is annotated. -
Uses of ColorProviderHandler in adams.gui.visualization.sequence.metadatacolor
Classes in adams.gui.visualization.sequence.metadatacolor that implement ColorProviderHandler Modifier and Type Class Description class
ColorPerLabel
Maintains an internal mapping between labels obtained from the meta-data (using the specified key) and colors obtained from the color provider.
Makes use of color providers that implement the adams.gui.visualization.core.ColorProviderWithNameSupport interface, supplying it with the label obtained from the meta-data.class
ColorPerRegExpGroup
Maintains an internal mapping between groups obtained from the meta-data via the regular expression extraction (using the specified key) and colors obtained from the color provider.
Makes use of color providers that implement the adams.gui.visualization.core.ColorProviderWithNameSupport interface, supplying it with the label obtained from the meta-data. -
Uses of ColorProviderHandler in adams.gui.visualization.stats.paintlet
Classes in adams.gui.visualization.stats.paintlet that implement ColorProviderHandler Modifier and Type Class Description class
AbstractScatterPlotPaintlet
Abstract class for creating scatterplot paintlets.class
ScatterPaintletCircle
Paintlet for displaying points on the scatter point as circles.class
ScatterPaintletCross
Class for plotting data on a scatter plot as crosses.class
ScatterPaintletErrors
Paintlet that draws data on the scatter plot as crosses whose size depends on the error between x and y values.class
ScatterPaintletMetaDataValue
Paintlet for displaying points on the scatter point as circles. -
Uses of ColorProviderHandler in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement ColorProviderHandler Modifier and Type Class Description class
PeriodicityPaintlet
Paintlet for painting the spectral graph.
-