| Package | Description |
|---|---|
| org.smyld.app.entityplot | |
| org.smyld.app.entityplot.flowchart |
| Modifier and Type | Field and Description |
|---|---|
protected PlotShape |
EntityPlotterImpl.shape |
| Modifier and Type | Method and Description |
|---|---|
PlotShape |
EntityPlotterImpl.getShape() |
static PlotShape |
PlotShape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotShape[] |
PlotShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityPlotterImpl.setShape(PlotShape shape) |
| Constructor and Description |
|---|
EntityPlotterImpl(int x,
int y,
int width,
int height,
PlotShape shape,
Color contentBGColor) |
EntityPlotterImpl(int x,
int y,
int width,
int height,
PlotShape shape,
Color contentBGColor,
Color borderColor) |
EntityPlotterImpl(int x,
int y,
int width,
int height,
PlotShape shape,
Color contentBGColor,
Color borderColor,
String title) |
| Constructor and Description |
|---|
EntityBasicFlowChart(int x,
int y,
int width,
int height,
PlotShape shape,
Color contentBGColor,
Color borderColor) |
EntityBasicFlowChart(int x,
int y,
int width,
int height,
PlotShape shape,
Color contentBGColor,
Color borderColor,
String title) |
EntityBasicFlowChart(int x,
int y,
int width,
int height,
PlotShape shape,
EntityBasicFlowChart.ChartElement element) |
Copyright © 2019 SMYLD. All rights reserved.