Interfaces and default implementations for renderer of DataValue objects.

This package describes the general structure for renderer and renderer families of DataValue. Generally, each {@link org.knime.core.data.DataValue DataValue} implementation can define its own set of renderer. These renderer are accumulated in a DataValueRendererFamily.

Here is what you should do if you implement your own DataValue and make one or more renderer available for it: