PainterRegistryImpl paintRegistry = new PainterRegistryImpl(
AnnotationPaint.SPREAD_FULL_TAGNAME, AnnotationPaint.BOUNDARY_FULL_TAGNAME,
new AnnotationPainter(timerService));
Registries registries =
new RegistriesImpl(Editor.ROOT_HANDLER_REGISTRY,
Editor.ROOT_ANNOTATION_REGISTRY, paintRegistry);
StyleAnnotationHandler.register(registries);
Editor editor = Editors.create();