Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution to issue #234 #248

Closed
wants to merge 3 commits into from
Closed

Conversation

richardxs
Copy link

No description provided.

final Color color4 = new Color(255, 255, 0);


final XYPolygonAnnotation polygon1 = new XYPolygonAnnotation(new double[] {70.0,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should not add annotations within the paint() method because this will be called many times and you will keep adding more and more annotations to the renderer.

@jfree
Copy link
Owner

jfree commented Jun 18, 2022

This is a demo program, not a feature or bug fix, so I am closing without merging.

@jfree jfree closed this Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants