public class LogGridDataSource
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LogGridDataSource.Area |
| Modifier and Type | Field and Description |
|---|---|
protected org.deckfour.xes.info.XLogInfo |
summary |
| Constructor and Description |
|---|
LogGridDataSource(org.deckfour.xes.model.XLog log,
CoordinateInterpreter x_axis_interpreter,
CoordinateInterpreter y_axis_interpreter,
ColorInterpreter color_interpreter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Dot> |
getDots()
Returns all dots.
|
java.util.List<org.deckfour.xes.model.XAttribute> |
getGlobalEventAttributes() |
java.util.List<org.deckfour.xes.model.XAttribute> |
getGlobalTraceAttributes() |
ColorInterpreter |
getInterpreterColor() |
CoordinateInterpreter |
getInterpreterX() |
CoordinateInterpreter |
getInterpreterY() |
long |
getSizeX() |
long |
getSizeY() |
LogGridDataSource.Area |
getZoomArea() |
void |
invalidateDots() |
void |
invalidateSource() |
void |
regenerateSelection() |
void |
setInterpreterColor(ColorInterpreter inter) |
void |
setInterpreterX(CoordinateInterpreter inter) |
void |
setInterpreterY(CoordinateInterpreter inter) |
void |
setSelectionArea(LogGridDataSource.Area area) |
void |
setZoomArea(LogGridDataSource.Area area) |
void |
tag(java.util.Set<org.processmining.plugins.interactivevisualization.EID> tagged) |
public LogGridDataSource(org.deckfour.xes.model.XLog log,
CoordinateInterpreter x_axis_interpreter,
CoordinateInterpreter y_axis_interpreter,
ColorInterpreter color_interpreter)
public CoordinateInterpreter getInterpreterX()
public void setInterpreterX(CoordinateInterpreter inter)
public CoordinateInterpreter getInterpreterY()
public void setInterpreterY(CoordinateInterpreter inter)
public ColorInterpreter getInterpreterColor()
public void setInterpreterColor(ColorInterpreter inter)
public java.util.List<org.deckfour.xes.model.XAttribute> getGlobalEventAttributes()
public java.util.List<org.deckfour.xes.model.XAttribute> getGlobalTraceAttributes()
public long getSizeX()
public long getSizeY()
public void invalidateSource()
public void invalidateDots()
public LogGridDataSource.Area getZoomArea()
public void setZoomArea(LogGridDataSource.Area area)
public void setSelectionArea(LogGridDataSource.Area area)
public void tag(java.util.Set<org.processmining.plugins.interactivevisualization.EID> tagged)
public java.util.List<Dot> getDots()
public void regenerateSelection()