Uses of Interface
org.knime.core.data.renderer.DataValueRenderer

Packages that use DataValueRenderer
org.knime.base.data.bitvector This package contains classes responsible for the representation and conversion of bit vectors. 
org.knime.core.data.date Definition of date and time in KNIME. 
org.knime.core.data.renderer Interfaces and default implementations for renderer of DataValue objects. 
org.knime.core.node.tableview Node implementation of a table view. 
 

Uses of DataValueRenderer in org.knime.base.data.bitvector
 

Classes in org.knime.base.data.bitvector that implement DataValueRenderer
(package private)  class BitVectorValuePixelRenderer
          Deprecated. use the BitVectorValuePixelRenderer from the core plug-in instead
(package private)  class BitVectorValueStringRenderer
          Deprecated. use the BitVectorValueStringRenderer from the core plug-in instead.
 

Uses of DataValueRenderer in org.knime.core.data.date
 

Classes in org.knime.core.data.date that implement DataValueRenderer
 class DateAndTimeValueRenderer
          Renders the a DateAndTimeValue.
 

Uses of DataValueRenderer in org.knime.core.data.renderer
 

Subinterfaces of DataValueRenderer in org.knime.core.data.renderer
 interface DataValueRendererFamily
          Container for different DataValueRenderers which can be used to render one particular kind of DataValue.
 

Classes in org.knime.core.data.renderer that implement DataValueRenderer
 class AbstractPainterDataValueRenderer
          Abstract implementation of a DataValueRenderer that renders more complex scenes than just ordinary text.
 class ByteVectorValuePixelRenderer
          Paints ByteVectorValue elements.
 class ByteVectorValueStringRenderer
          Renderer for byte vector values showing the string representation.
 class ComplexNumberValueRenderer
          Render to display a complex number value using a given NumberFormat.
 class DefaultDataValueRenderer
          Default implementation for a renderer for DataValue objects.
 class DefaultDataValueRendererFamily
          Default container for DataValueRenderer.
 class DoubleBarRenderer
          Renderer for double cells that paints the whole range in a bar according to the cell's value.
 class DoubleGrayValueRenderer
          Renderer for double cells that paints the whole range in gray color according to the cell's value.
 class DoubleValueRenderer
          Render to display a double value using a given NumberFormat.
 class IntValueRenderer
           
 class LongValueRenderer
          Renderer for long values that simply prints the value.
 class MultiLineStringValueRenderer
          This class renders strings that consist of more than one line.
 class SetOfRendererFamilies
          Container for DataValueRendererFamily that is by itself a renderer family.
 class StringValueRenderer
          Renderer for DataCells that are compatible with StringValue classes.
 

Fields in org.knime.core.data.renderer declared as DataValueRenderer
static DataValueRenderer DoubleValueRenderer.FULL_PRECISION_RENDERER
          Singleton for full precision representation.
static DataValueRenderer DoubleValueRenderer.PERCENT_RENDERER
          Singleton for percentage.
static DataValueRenderer ComplexNumberValueRenderer.STANDARD_RENDERER
          Singleton for ordinary representation.
static DataValueRenderer DoubleValueRenderer.STANDARD_RENDERER
          Singleton for ordinary representation.
 

Constructors in org.knime.core.data.renderer with parameters of type DataValueRenderer
DefaultDataValueRendererFamily(DataValueRenderer... renderers)
          Constructs a renderer family given a set of renders and their description.
 

Uses of DataValueRenderer in org.knime.core.node.tableview
 

Methods in org.knime.core.node.tableview with parameters of type DataValueRenderer
 void TableRowHeaderView.setRenderer(DataValueRenderer renderer)
          Set a new renderer for our column.
 



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.