0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated images to fit fix More... about 12 years ago
Fixed error More... about 12 years ago
Added comments to IntensityGraph2DRenderer and ValueColorSchemes. Deleted some excess commented code from SparkLinGraph2DRenderer Made top/left/right/bottomAreaMargin consistant for all uses. More... about 12 years ago
-Started adding comments to IntensityGraph More... about 12 years ago
POTENTIAL PROBLEM: when making tests that start out with straight lines, it seems as though the line data function (when used with an array of doubles) seems to cause the renderer to skip drawing the first pixel. - Fixed image names so that graphene builds successfully. - Made default area margins for sparkline 1 instead of 2. More... about 12 years ago
Made legend widths/margins changeable for IntensityGraph. added colorscheme functionality for multiline graph. More... about 12 years ago
merge More... about 12 years ago
Got rid of quintipleRange circleDiameter = 3 More... about 12 years ago
SparklineGraph2DRenderer -Image is not rendered at correct pixel location More... about 12 years ago
Added Labels to the legend on IntensityGraph, updated test cases. More... about 12 years ago
ValueColorSchemes -Added several standard color schemes -Implemented in ColorScheme and IntensityGraph More... about 12 years ago
SparklineGraph2DRenderer -recreated adjustGraphToAspectRatio() -the method will determine the limiting factor (width or height) to maintain the aspect ratio e.g. - if W = 100, H = 10 and the ratio R = 5, then W must be lowered to 50 if W = 10, H = 100 and the ratio R = 5, then H must be lowered to 50 -the original test files were left to show the comparisons so that we can determine if the new method is right More... about 12 years ago
ProfileGroup -Iterate through array values of image height / width, and number of data points More... about 12 years ago
Worked on putting labels in IntensityGraph More... about 12 years ago
Changed hotScale to use RangeGradient, also made it useable by IntensityGraphRenderer/Update. More... about 12 years ago
Added RangeGradient, creates a gradient using an ArrayList of Colors and Percentages and a Range. Fixed drawing problem on Intensity Graph. More... about 12 years ago
SparklineGraph2DRendererTest -Fixed test11 (makes sure renderer recieves update object) -Created test12 (checks sparkline for a different interpolation scheme) More... about 12 years ago
Smoothed jetColorScheme Added a ColorScheme Enum made it so the IntensityGraphRenderer2DUpdate can take a color scheme (GRAY_SCALE, JET) IntensityGraphRenderer now responds to color schemes given to update. More... about 12 years ago
Added Sparkline tests More... about 12 years ago
Profile -Fixed Output Issue -Removed old log file -New log file is "Graphene/ProfileResults/GraphName -added a few more getters and setters More... over 12 years ago
Added jetColorScheme. More... over 12 years ago
Added a legend bar to Intensity graph and a test for it. Still needs labels. More... over 12 years ago
Small changes to Intensity Graph - added boolean for drawing legend. More... over 12 years ago
merged More... over 12 years ago
Merged More... over 12 years ago
Made buildable. More... over 12 years ago
Added new test cases for sparkline. MAJOR ISSUE WHEN RUNNING LAST TEST CASE. I could not find out why the graph shrinks with the dataset. Could be something wrong with the test itself. More... over 12 years ago
Ignore Thumbs.db and .orig files so they won't get committed again. More... over 12 years ago
Removing Thumbs.db and .orig files. More... over 12 years ago
sparkline: fixing reference images. More... over 12 years ago