|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregationModel | |
---|---|
org.knime.base.node.viz.aggregation | This package contains all data models and some utility classes which are used in the different aggregation visualization implementations like pie chart and histogram. |
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.pie.datamodel | This package contains the pie chart data model classes. |
Uses of AggregationModel in org.knime.base.node.viz.aggregation |
---|
Classes in org.knime.base.node.viz.aggregation that implement AggregationModel | |
---|---|
class |
AggregationValModel<T extends AggregationValSubModel<S,H>,S extends Shape,H extends Shape>
This abstract class holds the data of a particular aggregation value and its AggregationValSubModel s. |
class |
AggregationValSubModel<S extends Shape,H extends Shape>
This class holds the data of a sub model which represents rows of the same color. |
Uses of AggregationModel in org.knime.base.node.viz.histogram.datamodel |
---|
Classes in org.knime.base.node.viz.histogram.datamodel that implement AggregationModel | |
---|---|
class |
BarDataModel
This class represents one bar in the histogram. |
class |
BarElementDataModel
This class represents the smallest element of a histogram and corresponds to the color in which the rows of this element are colored. |
class |
InteractiveBarDataModel
This class extends the BarDataModel to support hiliting. |
class |
InteractiveBarElementDataModel
This class extends the BarElementDataModel to support hiliting. |
Uses of AggregationModel in org.knime.base.node.viz.pie.datamodel |
---|
Classes in org.knime.base.node.viz.pie.datamodel that implement AggregationModel | |
---|---|
class |
PieSectionDataModel
This class implements a section of a pie chart. |
class |
PieSubSectionDataModel
This class implements a sub section of a pie chart. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |