public abstract class PieDataModel extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
PieDataModel(boolean supportHiliting,
boolean detailsAvailable)
Constructor for class AbstractPieDataModel.
|
| Modifier and Type | Method and Description |
|---|---|
static PieSectionDataModel |
createDefaultMissingSection(boolean supportHiliting)
Creates the default missing section.
|
boolean |
detailsAvailable() |
static void |
setSectionColor(List<PieSectionDataModel> sections) |
static void |
sortSections(List<PieSectionDataModel> sections,
boolean numerical,
boolean ascending) |
boolean |
supportsHiliting() |
protected PieDataModel(boolean supportHiliting,
boolean detailsAvailable)
supportHiliting - if hiliting is supporteddetailsAvailable - true if details are availablepublic static PieSectionDataModel createDefaultMissingSection(boolean supportHiliting)
supportHiliting - true if hiliting is supportedpublic static void setSectionColor(List<PieSectionDataModel> sections)
sections - the sections to set the colorpublic static void sortSections(List<PieSectionDataModel> sections, boolean numerical, boolean ascending)
sections - the sections to sortnumerical - if the pie column is numericalascending - true if the section should be ordered
in ascending orderpublic boolean supportsHiliting()
true if hiliting is supportedpublic boolean detailsAvailable()
true if details are available
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.