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 11 of 38
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed AbstractAreaRenderer.punch(Shape, List<DataPoint>). Punching is now performed in the XYPlot.
Michael Seifert
More...
over 9 years ago
Moved the punching functionality of AbstractLineRenderer2D.punch(Shape, Iterable) to XYPlotArea2D. Added AbstractLinerRenderer2D.stroke(Shape) which containes the part of the old punch method that created a stroked shape.
Michael Seifert
More...
over 9 years ago
Removed DataPoint.drawable.
Michael Seifert
More...
over 9 years ago
Fixed a bug that could cause an exception when rendering a legend in a BarPlot without a PointRenderer.
Michael Seifert
More...
over 9 years ago
BarPlot no longer uses DataPoint.drawable.
Michael Seifert
More...
over 9 years ago
BoxPlot no longer uses DataPoint.drawable.
Michael Seifert
More...
over 9 years ago
XYPlot no longer uses DataPoint.drawable.
Michael Seifert
More...
over 9 years ago
Removed labalDrawable property from DataPoint.
Michael Seifert
More...
over 9 years ago
XYPlot no longer uses the labelDrawable property of a DataPoint.
Michael Seifert
More...
over 9 years ago
Fixed a bug that caused an error when comparing DataAccessor objects with equals(Object).
Michael Seifert
More...
over 9 years ago
Added an example using multiple point renderers.
Michael Seifert
More...
over 9 years ago
Removed XYPlot.getPointRenderer(DataSource).
Michael Seifert
More...
over 9 years ago
Changed XYPlot.setPointRenderer(DataSource, PointRenderer) to XYPlot.setPointRenderers(DataSource, List<PointRenderer>). Added helper method XYPlot.setPointRenderers(DataSource, PointRenderer...).
Michael Seifert
More...
over 9 years ago
Added a method XYPlot.removePointRenderer(DataSource, PointRenderer) that removes a PointRenderer for the specified DataSource.
Michael Seifert
More...
over 9 years ago
Added a method XYPlot.addPointRenderer(DataSource, PointRenderer) that adds a PointRenderer for the specified DataSource.
Michael Seifert
More...
over 9 years ago
Added a method XYPlot.getPointRenderers(DataSource) that returns a list of PointRenderers that are used to display the specified DataSource.
Michael Seifert
More...
over 9 years ago
XYPlot internally stores a list of point renderers per data source.
Michael Seifert
More...
over 9 years ago
Fixed unit tests for Dimension2DTest and Insets2DTest.
Michael Seifert
More...
over 9 years ago
Improved test for AbstractDataSource.getName().
Michael Seifert
More...
over 9 years ago
Moved DataSource.setName(String) to MutableDataSource and adjusted unit tests. AbstractDataSource.name is now a private property, but has a protected setter.
Michael Seifert
More...
over 9 years ago
DataSeries makes use of the constructor of AbstractDataSource to set the name.
Michael Seifert
More...
over 9 years ago
Added a constructor to AbstractDataSource that takes a String argument as a name.
Michael Seifert
More...
over 9 years ago
Moved the "name" property from DataSeries to DataSource. Added a test for AbstractDataSource.
Michael Seifert
More...
over 9 years ago
Moved methods from KernelUtils to Kernel.
Michael Seifert
More...
over 9 years ago
KernelTest makes use of TestUtils.DELTA instead of specifying its own floating point accuracy.
Michael Seifert
More...
over 9 years ago
Moved Insets2D, Dimension2D, Location, and Orientation from de.erichseifert.gral.util to de.erichseifert.gral.graphics.
Michael Seifert
More...
over 9 years ago
Moved layouts to a separate package.
Michael Seifert
More...
over 9 years ago
Removed obsolete class Tuple.
Michael Seifert
More...
over 9 years ago
The mapping of columns to column labels now uses the Column class instead of Tuple.
Michael Seifert
More...
over 9 years ago
Corrected javadoc comment.
Michael Seifert
More...
over 9 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
…
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