|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PieProperties | |
---|---|
org.knime.base.node.viz.pie.impl | This package contains the plotter framework implementation classes. |
org.knime.base.node.viz.pie.impl.fixed | This package contains the fixed pie chart plotter classes. |
org.knime.base.node.viz.pie.impl.interactive | This package contains the interactive pie chart plotter classes. |
org.knime.base.node.viz.pie.node | This package contains the KNIME node classes for the fixed and interactive pie chart. |
Uses of PieProperties in org.knime.base.node.viz.pie.impl |
---|
Classes in org.knime.base.node.viz.pie.impl with type parameters of type PieProperties | |
---|---|
class |
PiePlotter<P extends PieProperties<D>,D extends PieVizModel>
The abstract plotter implementation of the pie chart which acts as the controller between the PieVizModel and the PieDrawingPane . |
Uses of PieProperties in org.knime.base.node.viz.pie.impl.fixed |
---|
Subclasses of PieProperties in org.knime.base.node.viz.pie.impl.fixed | |
---|---|
class |
FixedPieProperties
The fixed implementation of the PieProperties panel. |
Uses of PieProperties in org.knime.base.node.viz.pie.impl.interactive |
---|
Subclasses of PieProperties in org.knime.base.node.viz.pie.impl.interactive | |
---|---|
class |
InteractivePieProperties
The interactive implementation of the PieProperties panel which
allows the changing of the pie and aggregation column. |
Uses of PieProperties in org.knime.base.node.viz.pie.node |
---|
Classes in org.knime.base.node.viz.pie.node with type parameters of type PieProperties | |
---|---|
class |
PieNodeView<P extends PieProperties<D>,D extends PieVizModel,T extends PieNodeModel<D>>
The abstract node view which contains the pie chart panel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |