Skip to content

Consider using scrolling BufferedImages instead of completely repainting graphs. #4

@InsertCreativityHere

Description

@InsertCreativityHere

The current rendering strategy for graphs is to clear the graph display, and redraw it from scratch everytime with calls to drawLine(...)

It might be worth looking into instead rendering everything onto a BufferedImage and 'scrolling' it instead, so that instead of redrawing the graph everytime from scratch, we'd only have to paint 1 extra line to the BufferedIMage, then perhaps 'scroll' it before displaying, which may be more performant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions