|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregationValSubModel | |
---|---|
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 AggregationValSubModel in org.knime.base.node.viz.aggregation |
---|
Classes in org.knime.base.node.viz.aggregation with type parameters of type AggregationValSubModel | |
---|---|
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. |
Methods in org.knime.base.node.viz.aggregation that return AggregationValSubModel | |
---|---|
protected AggregationValSubModel<S,H> |
AggregationValSubModel.clone()
|
Methods in org.knime.base.node.viz.aggregation with parameters of type AggregationValSubModel | |
---|---|
H |
HiliteShapeCalculator.calculateHiliteShape(AggregationValSubModel<S,H> model)
|
Method parameters in org.knime.base.node.viz.aggregation with type arguments of type AggregationValSubModel | |
---|---|
H |
HiliteShapeCalculator.calculateHiliteShape(AggregationValModel<AggregationValSubModel<S,H>,S,H> model)
|
Uses of AggregationValSubModel in org.knime.base.node.viz.histogram.datamodel |
---|
Subclasses of AggregationValSubModel in org.knime.base.node.viz.histogram.datamodel | |
---|---|
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 |
InteractiveBarElementDataModel
This class extends the BarElementDataModel to support hiliting. |
Methods in org.knime.base.node.viz.histogram.datamodel with parameters of type AggregationValSubModel | |
---|---|
Rectangle2D |
AbstractHistogramVizModel.HistogramHiliteCalculator.calculateHiliteShape(AggregationValSubModel<Rectangle2D,Rectangle2D> model)
|
Method parameters in org.knime.base.node.viz.histogram.datamodel with type arguments of type AggregationValSubModel | |
---|---|
Rectangle2D |
AbstractHistogramVizModel.HistogramHiliteCalculator.calculateHiliteShape(AggregationValModel<AggregationValSubModel<Rectangle2D,Rectangle2D>,Rectangle2D,Rectangle2D> model)
|
Uses of AggregationValSubModel in org.knime.base.node.viz.pie.datamodel |
---|
Subclasses of AggregationValSubModel in org.knime.base.node.viz.pie.datamodel | |
---|---|
class |
PieSubSectionDataModel
This class implements a sub section of a pie chart. |
Methods in org.knime.base.node.viz.pie.datamodel with parameters of type AggregationValSubModel | |
---|---|
Arc2D |
PieHiliteCalculator.calculateHiliteShape(AggregationValSubModel<Arc2D,Arc2D> model)
|
Method parameters in org.knime.base.node.viz.pie.datamodel with type arguments of type AggregationValSubModel | |
---|---|
Arc2D |
PieHiliteCalculator.calculateHiliteShape(AggregationValModel<AggregationValSubModel<Arc2D,Arc2D>,Arc2D,Arc2D> model)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |