|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PieSectionDataModel | |
---|---|
org.knime.base.node.viz.pie.datamodel | This package contains the pie chart data model classes. |
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. |
Uses of PieSectionDataModel in org.knime.base.node.viz.pie.datamodel |
---|
Methods in org.knime.base.node.viz.pie.datamodel that return PieSectionDataModel | |
---|---|
static PieSectionDataModel |
PieDataModel.createDefaultMissingSection(boolean supportHiliting)
Creates the default missing section. |
protected abstract PieSectionDataModel |
PieVizModel.getMissingSection()
|
PieSectionDataModel |
PieVizModel.getSelectedElement(Point point)
|
static PieSectionDataModel |
PieSectionDataModel.loadFromFile(Config config,
ExecutionMonitor exec)
|
Methods in org.knime.base.node.viz.pie.datamodel that return types with arguments of type PieSectionDataModel | |
---|---|
protected abstract List<PieSectionDataModel> |
PieVizModel.getSections()
|
List<PieSectionDataModel> |
PieVizModel.getSections2Draw()
Returns the sections to draw depending on the showMissing and emptySection flags. |
List<PieSectionDataModel> |
PieVizModel.getSelectedSections()
|
Methods in org.knime.base.node.viz.pie.datamodel with parameters of type PieSectionDataModel | |
---|---|
String |
PieVizModel.createLabel(PieSectionDataModel section)
|
String |
PieVizModel.createLabel(PieSectionDataModel section,
PieSubSectionDataModel subSection)
|
Method parameters in org.knime.base.node.viz.pie.datamodel with type arguments of type PieSectionDataModel | |
---|---|
static void |
PieDataModel.setSectionColor(List<PieSectionDataModel> sections)
|
static void |
PieDataModel.sortSections(List<PieSectionDataModel> sections,
boolean numerical,
boolean ascending)
|
Uses of PieSectionDataModel in org.knime.base.node.viz.pie.datamodel.fixed |
---|
Methods in org.knime.base.node.viz.pie.datamodel.fixed that return PieSectionDataModel | |
---|---|
PieSectionDataModel |
FixedPieDataModel.getClonedMissingSection()
|
protected PieSectionDataModel |
FixedPieVizModel.getMissingSection()
|
PieSectionDataModel |
FixedPieDataModel.getMissingSection()
|
Methods in org.knime.base.node.viz.pie.datamodel.fixed that return types with arguments of type PieSectionDataModel | |
---|---|
List<PieSectionDataModel> |
FixedPieDataModel.getClonedSections()
|
protected List<PieSectionDataModel> |
FixedPieVizModel.getSections()
|
Constructors in org.knime.base.node.viz.pie.datamodel.fixed with parameters of type PieSectionDataModel | |
---|---|
FixedPieDataModel(String pieCol,
boolean numericPieCol,
String aggrCol,
List<PieSectionDataModel> sections,
PieSectionDataModel missingSection,
boolean supportHiliting,
boolean containsColorHandler,
boolean isColorColumn)
Constructor for class PieDataModel. |
|
FixedPieVizModel(String pieCol,
String aggrCol,
List<PieSectionDataModel> sections,
PieSectionDataModel missingSection,
boolean supportHiliting,
boolean containsColorHandler)
Constructor for class PieVizModel. |
Constructor parameters in org.knime.base.node.viz.pie.datamodel.fixed with type arguments of type PieSectionDataModel | |
---|---|
FixedPieDataModel(String pieCol,
boolean numericPieCol,
String aggrCol,
List<PieSectionDataModel> sections,
PieSectionDataModel missingSection,
boolean supportHiliting,
boolean containsColorHandler,
boolean isColorColumn)
Constructor for class PieDataModel. |
|
FixedPieVizModel(String pieCol,
String aggrCol,
List<PieSectionDataModel> sections,
PieSectionDataModel missingSection,
boolean supportHiliting,
boolean containsColorHandler)
Constructor for class PieVizModel. |
Uses of PieSectionDataModel in org.knime.base.node.viz.pie.datamodel.interactive |
---|
Methods in org.knime.base.node.viz.pie.datamodel.interactive that return PieSectionDataModel | |
---|---|
protected PieSectionDataModel |
InteractivePieVizModel.getMissingSection()
|
Methods in org.knime.base.node.viz.pie.datamodel.interactive that return types with arguments of type PieSectionDataModel | |
---|---|
protected List<PieSectionDataModel> |
InteractivePieVizModel.getSections()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |