// for normal areas this should be the only pair
blockArea.addLineagePair(this, this.areasGenerated);
// markers
if (this.hasMarkers())
blockArea.addMarkers(this.getMarkers());
blockArea.setPage(area.getPage());
blockArea.setBackgroundColor(backgroundColor);
blockArea.start();