if (!BooleanDatatype.getValues("operatorGraph_useStyledBoxes").get(0).booleanValue()) {
DrawObject.drawSimpleBoxOuterLines(g2d, 0, 0, size.width - 1, size.height - 1, Color.WHITE, Color.BLACK);
} else {
DrawObject drawObject = null;
final BasicOperatorByteArray operator = (BasicOperatorByteArray) this.element;
final byte type = operator.getTypeASByte();
drawObject = this.getOperatorStyle("operatorGraph_style_" + MAPPING_OPERATORTYPE_TO_PREFERENCES[type]);
if (drawObject != null) {
drawObject.draw(g2d, 0, 0, size.width, size.height);