Uses of Class
org.knime.base.node.viz.histogram.util.ColorColumn

Packages that use ColorColumn
org.knime.base.node.viz.histogram.datamodel This package contains all data and visualization models which are used in the different histogram implementations. 
org.knime.base.node.viz.histogram.impl This package contains the different plotter implementations of the histogram and the root class AbstractHistogramPlotter and AbstractHistogramProperties that need to be implemented by the concrete implementation. 
org.knime.base.node.viz.histogram.impl.fixed This is the memory saving implementation of the abstract histogram plotter. 
org.knime.base.node.viz.histogram.impl.interactive This is the interactive implementation of the abstract histogram plotter. 
org.knime.base.node.viz.histogram.node Contains classes for KNIME nodes which uses the classes of the histogram package to display a histogram view. 
org.knime.base.node.viz.histogram.util Contains utility classes which performe binning or which are used in dialogs to select the aggregation columns. 
 

Uses of ColorColumn in org.knime.base.node.viz.histogram.datamodel
 

Methods in org.knime.base.node.viz.histogram.datamodel that return types with arguments of type ColorColumn
 Collection<ColorColumn> InteractiveHistogramVizModel.getAggrColumns()
          
 Collection<ColorColumn> FixedHistogramVizModel.getAggrColumns()
          
 Collection<ColorColumn> FixedHistogramDataModel.getAggrColumns()
           
abstract  Collection<ColorColumn> AbstractHistogramVizModel.getAggrColumns()
           
 

Method parameters in org.knime.base.node.viz.histogram.datamodel with type arguments of type ColorColumn
 void BinDataModel.addDataRow(RowKey id, Color rowColor, Collection<ColorColumn> aggrCols, DataCell... aggrVals)
           
 boolean InteractiveHistogramVizModel.setAggregationColumns(Collection<ColorColumn> aggrCols)
           
 void InteractiveBinDataModel.setBinRectangle(Rectangle binRectangle, int baseLine, List<Color> barElementColors, Collection<ColorColumn> aggrColumns, AbstractHistogramVizModel.HistogramHiliteCalculator calculator)
          THE HEIGHT OF THE RECTANGLE SHOULD BE CALCULATED USING THE MIN AND MAX AGGREGATION VALUE TO HANDLES BINS WITH POSITIVE AND NEGATIVE BARS!!!
 void BinDataModel.setBinRectangle(Rectangle binRectangle, int baseLine, List<Color> barElementColors, Collection<ColorColumn> aggrColumns, AbstractHistogramVizModel.HistogramHiliteCalculator calculator)
          THE HEIGHT OF THE RECTANGLE SHOULD BE CALCULATED USING THE MIN AND MAX AGGREGATION VALUE TO HANDLES BINS WITH POSITIVE AND NEGATIVE BARS!!!
 void InteractiveBinDataModel.updateBinWidth(int startX, int binWidth, List<Color> barElementColors, Collection<ColorColumn> aggrColumns, int baseLine, AbstractHistogramVizModel.HistogramHiliteCalculator calculator)
          
 void BinDataModel.updateBinWidth(int startX, int binWidth, List<Color> barElementColors, Collection<ColorColumn> aggrColumns, int baseLine, AbstractHistogramVizModel.HistogramHiliteCalculator calculator)
           
 

Constructor parameters in org.knime.base.node.viz.histogram.datamodel with type arguments of type ColorColumn
FixedHistogramDataModel(DataColumnSpec xColSpec, AggregationMethod aggrMethod, Collection<ColorColumn> aggrColumns, int noOfBins)
          Constructor for class HistogramDataModel.
FixedHistogramVizModel(List<Color> rowColors, List<BinDataModel> bins, BinDataModel missingValueBin, DataColumnSpec xColSpec, Collection<ColorColumn> aggrColumns, AggregationMethod aggrMethod, HistogramLayout layout)
          Constructor for class HistogramVizModel.
InteractiveHistogramVizModel(List<Color> rowColors, AggregationMethod aggrMethod, HistogramLayout layout, DataTableSpec spec, List<DataRow> rows, DataColumnSpec xColSpec, Collection<ColorColumn> aggrColumns, int noOfBins)
          Constructor for class InteractiveHistogramVizModel.
 

Uses of ColorColumn in org.knime.base.node.viz.histogram.impl
 

Method parameters in org.knime.base.node.viz.histogram.impl with type arguments of type ColorColumn
abstract  void AbstractHistogramProperties.updateColumnSelection(DataTableSpec spec, String xColName, Collection<ColorColumn> yColumns, AggregationMethod aggrMethod)
           
 

Uses of ColorColumn in org.knime.base.node.viz.histogram.impl.fixed
 

Method parameters in org.knime.base.node.viz.histogram.impl.fixed with type arguments of type ColorColumn
 void FixedHistogramProperties.updateColumnSelection(DataTableSpec spec, String xColName, Collection<ColorColumn> aggrColumns, AggregationMethod aggrMethod)
          
 

Uses of ColorColumn in org.knime.base.node.viz.histogram.impl.interactive
 

Methods in org.knime.base.node.viz.histogram.impl.interactive that return types with arguments of type ColorColumn
 List<ColorColumn> InteractiveHistogramProperties.getSelectedAggrColumns()
           
 

Method parameters in org.knime.base.node.viz.histogram.impl.interactive with type arguments of type ColorColumn
 void InteractiveHistogramProperties.updateColumnSelection(DataTableSpec spec, String xColName, Collection<ColorColumn> aggrColumns, AggregationMethod aggrMethod)
          
 

Uses of ColorColumn in org.knime.base.node.viz.histogram.node
 

Methods in org.knime.base.node.viz.histogram.node that return types with arguments of type ColorColumn
protected  Collection<ColorColumn> AbstractHistogramNodeModel.getAggrColumns()
           
 

Methods in org.knime.base.node.viz.histogram.node with parameters of type ColorColumn
protected  void AbstractHistogramNodeModel.setSelectedAggrColumns(ColorColumn... aggrCols)
           
 

Uses of ColorColumn in org.knime.base.node.viz.histogram.util
 

Methods in org.knime.base.node.viz.histogram.util that return ColorColumn
 ColorColumn[] SettingsModelColorNameColumns.getColorNameColumns()
           
 ColorColumn[] AggregationColumnFilterPanel.getIncludedColorNameColumns()
          Returns all columns from the include list.
static ColorColumn ColorColumn.loadFromFile(Config config, ExecutionMonitor exec)
           
 

Methods in org.knime.base.node.viz.histogram.util with parameters of type ColorColumn
 void SettingsModelColorNameColumns.setColorNameColumns(ColorColumn... newValue)
          set the value stored to (a copy of) the new value.
 void AggregationColumnFilterPanel.update(DataTableSpec spec, ColorColumn... cells)
          Updates this filter panel by removing all current selections from the include and exclude list.
 

Method parameters in org.knime.base.node.viz.histogram.util with type arguments of type ColorColumn
static int BinningUtil.addDataRow2Bin(boolean binNominal, List<? extends BinDataModel> bins, BinDataModel missingValueBin, int startBin, DataCell xCell, Color rowColor, RowKey id, Collection<ColorColumn> aggrColumns, DataCell... aggrCells)
          Adds the given row either to the missing value bin if the x value is missing or to the corresponding bin.
 void AggregationColumnFilterPanel.update(DataTableSpec spec, Collection<? extends ColorColumn> incl)
          Updates this filter panel by removing all current selections from the include and exclude list.
protected  void AggregationColumnFilterPanel.updateInternal(DataTableSpec spec, Collection<? extends ColorColumn> incl)
           
 

Constructors in org.knime.base.node.viz.histogram.util with parameters of type ColorColumn
SettingsModelColorNameColumns(String configName, ColorColumn[] defaultValue)
          Creates a new object holding a string value.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.