|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
PieDataModel | The abstract pie data model which provides method to hold the data which should be displayed as a pie chart. |
PieHiliteCalculator | The hilite calculator for the pie chart. |
PieSectionDataModel | This class implements a section of a pie chart. |
PieSubSectionDataModel | This class implements a sub section of a pie chart. |
PieVizModel | The abstract pie visualization model which provides the basic data and additional viewing option like the show section outline flag. |
This package contains the pie chart data model classes.
A pie chart in general consists of a
PieVizModel
which contains the
visualization specific information like pie size, label policy, and layout
flags. It also holds the
PieDataModel
which consists of the
PieSectionDataModel
s. Each pie
sections represents a value of the selected pie column. The sections contain one
or more PieSubSectionDataModel
s.
Each sub section represents a color defined on a column using the color manager.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |