| Package | Description |
|---|---|
| org.processmining.plugins.log.dottedchartanalysis | |
| org.processmining.plugins.log.loggrid | |
| org.processmining.plugins.log.loggrid.interfaces |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
DottedChartDotRenderer.getElementRenderer(LogGridComponent grid,
Dot dot,
int[] sizes) |
| Modifier and Type | Class and Description |
|---|---|
class |
DotImpl |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Dot> |
LogGridDataSource.getDots()
Returns all dots.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
LogGridElementRenderer.getElementRenderer(LogGridComponent grid,
Dot dot,
int[] sizes)
Get the renderer component that should be used to draw the elements on the
generic grid component.
|