openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
GRAL
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
11 months
ago. based on code collected
11 months
ago.
Jan 20, 2023 — Jan 20, 2024
Showing page 10 of 38
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed obsolete method XYPlot.getAreaRenderer(DataSource).
Michael Seifert
More...
over 9 years ago
XYPlot.XYPlotArea no longer makes use of XYPlot.getAreaRenderer(DataSource) which is scheduled for removal. XYPlot draws the Drawables of all AreaRenderers.
Michael Seifert
More...
over 9 years ago
XYPlot.XYLegend no longer makes use of XYPlot.getAreaRenderer(DataSource) which is scheduled for removal.
Michael Seifert
More...
over 9 years ago
Added unit tests for XYPlot.getAreaRenderers() and XYPlot.setAreaRenderers(DataSource, AreaRenderer, AreaRenderer...).
Michael Seifert
More...
over 9 years ago
Added XYPlot.setAreaRenderers(DataSource, List<AreaRenderer>) and XYPlot.setAreaRenderers(DataSource, AreaRenderer, AreaRenderer...).
Michael Seifert
More...
over 9 years ago
Corrected javadoc comment.
Michael Seifert
More...
over 9 years ago
Added XYPlot.getAreaRenderers(DataSource).
Michael Seifert
More...
over 9 years ago
XYPlot manages a list of area renderers per DataSource.
Michael Seifert
More...
over 9 years ago
Fixed javadoc comments.
Michael Seifert
More...
over 9 years ago
Removed obsolete method XYPlot.setLineRenderer(DataSource, LineRenderer).
Michael Seifert
More...
over 9 years ago
Examples use XYPlot.setLineRenderers(DataSource, LineRenderer, LineRenderer...) instead of XYPlot.setLineRenderer(DataSource, LineRenderer).
Michael Seifert
More...
over 9 years ago
Removed unnecessary type casts.
Michael Seifert
More...
over 9 years ago
Changed signatur of XYPlot.setPointRenderers(DataSource, PointRenderer...) to XYPlot.setPointRenderers(DataSource, PointRenderer, PointRenderer...). Fixed a bug that could cause XYPlot.getPointRenderers(DataSource) to contain null values under certain circumstances.
Michael Seifert
More...
over 9 years ago
XYPlot, BarPlot, BoxPlot, and RasterPlot use XYPlot.setLineRenderers(DataSource, LineRenderer, LineRenderer...) instead of XYPlot.setLineRenderer(DataSource, LineRenderer).
Michael Seifert
More...
over 9 years ago
Added helper method XYPlot.setLineRenderers(DataSource, LineRenderer, LineRenderer...).
Michael Seifert
More...
over 9 years ago
Added method XYPlot.setLineRenderers(DataSource, List<LineRenderer>).
Michael Seifert
More...
over 9 years ago
Removed obsolete method XYPlot.getLineRenderer(DataSource).
Michael Seifert
More...
over 9 years ago
Fixed a bug that could cause an exception when setting the LineRenderer of an XYPlot to null.
Michael Seifert
More...
over 9 years ago
Replaced usages of XYPlot.getLineRenderer(DataSource) with XYPlot.getLineRenderers(DataSource) in XYPlotArea2D.
Michael Seifert
More...
over 9 years ago
Replaced usages of XYPlot.getLineRenderer(DataSource) with XYPlot.getLineRenderers(DataSource) in XYLegend.
Michael Seifert
More...
over 9 years ago
Added a method to XYPlot which returns all LineRenderer objects used to render a specific DataSource.
Michael Seifert
More...
over 9 years ago
XYPlot internally stores a list of LineRenderes per DataSource.
Michael Seifert
More...
over 9 years ago
Improved unit test for PointND.
Michael Seifert
More...
over 9 years ago
Fixed a bug that could cause an exception when comparing PointND objects with equals.
Michael Seifert
More...
over 9 years ago
Renamed a unit test method to reflect the name of the tested method.
Michael Seifert
More...
over 9 years ago
Added a line renderer with gap to MultiplePointRenderers.
Michael Seifert
More...
over 9 years ago
Removed DataPoint.shape.
Michael Seifert
More...
over 9 years ago
XYPlot no longer uses DataPoint.shape.
Michael Seifert
More...
over 9 years ago
XYLegend no longer uses DataPoint.shape.
Michael Seifert
More...
over 9 years ago
XYPlotArea2D no longer uses DataPoint.shape.
Michael Seifert
More...
over 9 years ago
←
1
2
…
6
7
8
9
10
11
12
13
14
…
37
38
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree