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 interfaceImageColorizerWithColorProviderInterface for image colorizers that support a color provider.Classes in adams.data.image.transformer that implement ColorProviderHandler Modifier and Type Class Description classBlueChannelColorizerInterprets 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.classGrayOrIndexedColorizerColorizes grayscale or indexed images using the specified color provider.
Other images types get converted to grayscale first.classTrimapColorizerColorizes 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 classPNGImageReaderReads 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 classGrayOrIndexedImageWriterChanges 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
classIndexedPNGImageSegmentationWriterEach 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 classControlChartPlotActor for generating control chart plots.
The plot needs to be initialized with a class adams.flow.container.ControlChartContainer.classJFreeChartFileWriterGenerates a JFreeChart plot and writes the bitmap to a file.
Dataset generation is skipped if the incoming data already represents a JFreeChart dataset.classJFreeChartPlotGenerates and displays a plot using JFreeChart.Dataset generation is skipped if the incoming data already represents a JFreeChart dataset.classSequencePlotterActor 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
classSimplePlotActor 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
classSpreadSheetRowViewerActor for displaying spreadsheet rows in a graphical way, like the 'Spreadsheet Explorer' tool.classTimeseriesDisplayActor that displays timeseries.classWekaInstanceViewerActor 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 classImageSegmentationAnnotatorUser 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 classAbstractColorProviderPixelSelectorOverlayOverlay 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 classBlueChannelImageHandlerInterprets 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
classGrayOrIndexedImageHandlerChanges 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
classImageSegmentationAnnotationsHandlerOverlays image segmentation annotations obtained from the specified reader over the original JPG image.classIndexedPNGImageHandlerChanges the indexed colors to the ones specified by the color provider for PNG files.classTrimapImageHandlerDisplays 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 classAbstractXYChartGeneratorAncestor for X/Y (or just Y) plot generators.classBarPlotGenerates a bar plot by plotting the X column against the Y column.classGenericPlotFlexible chart generator.classHistogramGenerates histograms by plotting the X column against the Y column.classLinePlotGenerates a line plot by plotting the X column against one or more Y columns.classScatterPlotGenerates 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 classPredictionTrendGenerates 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 classColorProviderBasedColorGradientGeneratorUses 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 classPerTypeUses a color per object type.classVaryByObjectVaries 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 classColorPerLabelMaintains 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.classColorPerRegExpGroupMaintains 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 classAbstractScatterPlotPaintletAbstract class for creating scatterplot paintlets.classScatterPaintletCirclePaintlet for displaying points on the scatter point as circles.classScatterPaintletCrossClass for plotting data on a scatter plot as crosses.classScatterPaintletErrorsPaintlet that draws data on the scatter plot as crosses whose size depends on the error between x and y values.classScatterPaintletMetaDataValuePaintlet 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 classPeriodicityPaintletPaintlet for painting the spectral graph. -
Uses of ColorProviderHandler in adams.gui.visualization.xchart.chart
Classes in adams.gui.visualization.xchart.chart that implement ColorProviderHandler Modifier and Type Class Description classAbstractXYChartGeneratorAncestor for XY charts.classScatterPlotChartGenerates an XY scatter plot.classXYLineChartGenerates an XY line chart.
-