Move draw utils from AbstractRenderHelper to Render class #89
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
Modify the
Render
to propose all the drawing API fromAbstractRenderHelper
, and modify allRenderHelper
implementations to delegate toRender
all drawing operations, and no more toAbstractRenderHelper
.Change all
RenderHelper
signatures to removeGraphics2D
and propose theRender
instead.The text was updated successfully, but these errors were encountered: