public class EventDecorator
extends java.lang.Object
implements org.processmining.models.graphbased.directed.bpmn.elements.IGraphElementDecoration
Modifier and Type | Field and Description |
---|---|
static int |
PADDINGFROMTOP |
static int |
PADDINGTOLEFT
GUI RELATED VARIABLES
|
Constructor and Description |
---|
EventDecorator() |
EventDecorator(EventDecoratorData decor) |
Modifier and Type | Method and Description |
---|---|
void |
decorate(java.awt.Graphics2D g2d,
double x,
double y,
double width,
double height) |
EventDecoratorData |
getDecor() |
void |
setDecor(EventDecoratorData decor) |
public static final int PADDINGTOLEFT
public static final int PADDINGFROMTOP
public EventDecorator()
public EventDecorator(EventDecoratorData decor)
public void decorate(java.awt.Graphics2D g2d, double x, double y, double width, double height)
decorate
in interface org.processmining.models.graphbased.directed.bpmn.elements.IGraphElementDecoration
public EventDecoratorData getDecor()
public void setDecor(EventDecoratorData decor)