| Package | Description |
|---|---|
| org.smyld.app.pe | |
| org.smyld.app.pe.flowchart |
| Modifier and Type | Field | Description |
|---|---|---|
protected PlotShape |
EntityPlotterImpl.shape |
| Modifier and Type | Method | Description |
|---|---|---|
PlotShape |
EntityPlotterImpl.getShape() |
|
static PlotShape |
PlotShape.valueOf(java.lang.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 | Description |
|---|---|---|
void |
EntityPlotter.setShape(PlotShape shape) |
|
void |
EntityPlotterImpl.setShape(PlotShape shape) |
| Constructor | Description |
|---|---|
EntityPlotterImpl(int x,
int y,
int width,
int height,
PlotShape shape,
java.awt.Color contentBGColor) |
|
EntityPlotterImpl(int x,
int y,
int width,
int height,
PlotShape shape,
java.awt.Color contentBGColor,
java.awt.Color borderColor) |
|
EntityPlotterImpl(int x,
int y,
int width,
int height,
PlotShape shape,
java.awt.Color contentBGColor,
java.awt.Color borderColor,
java.lang.String title) |
| Constructor | Description |
|---|---|
EntityBasicFlowChart(int x,
int y,
int width,
int height,
PlotShape shape,
java.awt.Color contentBGColor,
java.awt.Color borderColor) |
|
EntityBasicFlowChart(int x,
int y,
int width,
int height,
PlotShape shape,
java.awt.Color contentBGColor,
java.awt.Color borderColor,
java.lang.String title) |
|
EntityBasicFlowChart(int x,
int y,
int width,
int height,
PlotShape shape,
EntityBasicFlowChart.ChartElement element) |
Copyright © 2019 SMYLD. All rights reserved.