public class Pie extends FxPlot
| Constructor and Description |
|---|
Pie() |
| Modifier and Type | Method and Description |
|---|---|
static void |
show(String title,
CategoryColumn categoryColumn,
NumericColumn numericColumn) |
static void |
show(String title,
IntColumn categoryColumn,
NumericColumn numericColumn) |
static void |
show(String title,
NumericSummaryTable table) |
static void |
show(String title,
ShortColumn categoryColumn,
NumericColumn numericColumn) |
getJfxPanelpublic static void show(String title, CategoryColumn categoryColumn, NumericColumn numericColumn) throws Exception
Exceptionpublic static void show(String title, ShortColumn categoryColumn, NumericColumn numericColumn) throws Exception
Exceptionpublic static void show(String title, IntColumn categoryColumn, NumericColumn numericColumn) throws Exception
Exceptionpublic static void show(String title, NumericSummaryTable table) throws Exception
ExceptionCopyright © 2017. All rights reserved.