|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TooManySectionsException | |
---|---|
org.knime.base.node.viz.pie.datamodel.fixed | This package contains the fixed pie chart data model classes. |
org.knime.base.node.viz.pie.datamodel.interactive | This package contains the interactive pie chart data model classes. |
org.knime.base.node.viz.pie.node | This package contains the KNIME node classes for the fixed and interactive pie chart. |
org.knime.base.node.viz.pie.node.fixed | This package contains the KNIME node classes for the fixed pie chart. |
org.knime.base.node.viz.pie.node.interactive | This package contains the KNIME node classes for the interactive pie chart. |
Uses of TooManySectionsException in org.knime.base.node.viz.pie.datamodel.fixed |
---|
Methods in org.knime.base.node.viz.pie.datamodel.fixed that throw TooManySectionsException | |
---|---|
void |
FixedPieDataModel.addDataRow(DataRow row,
Color rowColor,
DataCell pieCell,
DataCell aggrCell)
|
Uses of TooManySectionsException in org.knime.base.node.viz.pie.datamodel.interactive |
---|
Methods in org.knime.base.node.viz.pie.datamodel.interactive that throw TooManySectionsException | |
---|---|
boolean |
InteractivePieVizModel.setAggrColumn(String aggrColName)
|
boolean |
InteractivePieVizModel.setPieColumn(String pieColName)
|
Constructors in org.knime.base.node.viz.pie.datamodel.interactive that throw TooManySectionsException | |
---|---|
InteractivePieVizModel(InteractivePieDataModel model,
String pieColumn,
String aggrCol)
Constructor for class InteractivePieVizModel. |
Uses of TooManySectionsException in org.knime.base.node.viz.pie.node |
---|
Methods in org.knime.base.node.viz.pie.node that throw TooManySectionsException | |
---|---|
protected abstract void |
PieNodeModel.createModel(ExecutionContext exec,
DataColumnSpec pieColSpec,
DataColumnSpec aggrColSpec,
BufferedDataTable dataTable,
int noOfRows,
boolean containsColorHandler)
Called prior #addDataRow(...) method to allow the
implementing class the specific model creation. |
protected abstract D |
PieNodeModel.getVizModelInternal()
|
Uses of TooManySectionsException in org.knime.base.node.viz.pie.node.fixed |
---|
Methods in org.knime.base.node.viz.pie.node.fixed that throw TooManySectionsException | |
---|---|
protected void |
FixedPieNodeModel.createModel(ExecutionContext exec,
DataColumnSpec pieColSpec,
DataColumnSpec aggrColSpec,
BufferedDataTable dataTable,
int noOfRows,
boolean containsColorHandler)
Called prior #addDataRow(...) method to allow the
implementing class the specific model creation. |
Uses of TooManySectionsException in org.knime.base.node.viz.pie.node.interactive |
---|
Methods in org.knime.base.node.viz.pie.node.interactive that throw TooManySectionsException | |
---|---|
InteractivePieVizModel |
InteractivePieNodeModel.getVizModelInternal()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |