g.drawRoundRect(0, 0, actW - 1 - shadowWidth, actH - 1 - shadowWidth + 2, arc, arc);
}
}
protected Color getFillColor() {
Activity act = (Activity) ((GraphActivityInterface) view.getCell()).getUserObject();
Color c = JaWEManager.getInstance().getJaWEController().getTypeResolver().getJaWEType(act).getColor();
GraphSettings gv = GraphUtilities.getGraphController().getGraphSettings();
if (!gv.shouldUseBubbles()) {
boolean isStartingAct = JaWEManager.getInstance().getXPDLUtils().isStartingActivity(act);
boolean isEndingAct = JaWEManager.getInstance().getXPDLUtils().isEndingActivity(act);