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

SpiderWebPlot markers, CategoryPlot optional fixed category size, Force directed labeling algorithm for XY charts #29

Open
wants to merge 48 commits into
base: master
Choose a base branch
from

Commits on Dec 23, 2012

  1. Configuration menu
    Copy the full SHA
    804aace View commit details
    Browse the repository at this point in the history
  2. SpiderWebPlot changes: Interval marking and category marking. Axis vi…

    …sibility for each key instead of for the entire plot. Added TextStroke to accommodate the drawing of category markers in SpiderWebPlot.
    ripdajacker committed Dec 23, 2012
    Configuration menu
    Copy the full SHA
    6742c62 View commit details
    Browse the repository at this point in the history
  3. Migrated KeyedValues, KeyedValues2D, DefaultCategoryDataset along wit…

    …h their respective interfaces to use generics and collections instead of raw arrays and lists.
    ripdajacker committed Dec 23, 2012
    Configuration menu
    Copy the full SHA
    2635bf0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f8e092 View commit details
    Browse the repository at this point in the history
  5. Generification of Series

    ripdajacker committed Dec 23, 2012
    Configuration menu
    Copy the full SHA
    65ea7a5 View commit details
    Browse the repository at this point in the history
  6. Standard deviation changed to deviation. It is now possible for a val…

    …ue to have different positive and negative deviations. The renderer has been updated to it.
    ripdajacker committed Dec 23, 2012
    Configuration menu
    Copy the full SHA
    5db0fe9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a24620a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69c2600 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2992772 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2012

  1. Generification of CategoryDataset, CategoryUrlGenerator, CategoryItem…

    …Renderer, CategoryPlot, CategoryCrosshairState, CategoryItemLabelGenerator, CategoryToolTipGenerator, ObjectList and related.
    
    AbstractObjectList has been refactored to GenericObjectList, that PaintList, ShapeList, StrokeList, BooleanList and ObjectList extend, thus utilizing the generic nature of it.
    
    DatasetUtilities has some generic properties added, but this is a work in progress.
    
    CategoryPlot has had a lot of warnings removed, most of which were unchecked calls.
    ripdajacker committed Dec 24, 2012
    Configuration menu
    Copy the full SHA
    7606812 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70b2267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    778a4df View commit details
    Browse the repository at this point in the history
  4. Removed warnings and break statements from DefaultKeyedValue, Default…

    …KeyedValues2D, KeyedObjects2D
    ripdajacker committed Dec 24, 2012
    Configuration menu
    Copy the full SHA
    931d984 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2012

  1. Merge with the parent jfreechart-fse master branch, resolved a ton of…

    … conflicts.
    
    Conflicts:
    	src/main/java/org/jfree/chart/LegendItemCollection.java
    	src/main/java/org/jfree/chart/StandardChartTheme.java
    	src/main/java/org/jfree/chart/plot/CategoryPlot.java
    	src/main/java/org/jfree/chart/plot/Plot.java
    	src/main/java/org/jfree/chart/plot/SpiderWebPlot.java
    	src/main/java/org/jfree/chart/renderer/AbstractRenderer.java
    	src/main/java/org/jfree/chart/renderer/category/AbstractCategoryItemRenderer.java
    	src/main/java/org/jfree/chart/util/BooleanList.java
    	src/main/java/org/jfree/chart/util/GenericObjectList.java
    	src/main/java/org/jfree/chart/util/ObjectList.java
    	src/main/java/org/jfree/chart/util/ObjectUtilities.java
    	src/main/java/org/jfree/chart/util/PaintList.java
    	src/main/java/org/jfree/chart/util/ShapeList.java
    	src/main/java/org/jfree/chart/util/StrokeList.java
    	src/main/java/org/jfree/data/ComparableObjectItem.java
    	src/main/java/org/jfree/data/ComparableObjectSeries.java
    	src/main/java/org/jfree/data/DefaultKeyedValues.java
    	src/main/java/org/jfree/data/DefaultKeyedValues2D.java
    	src/main/java/org/jfree/data/DomainOrder.java
    	src/main/java/org/jfree/data/KeyedObjects.java
    	src/main/java/org/jfree/data/KeyedObjects2D.java
    	src/main/java/org/jfree/data/KeyedValueComparator.java
    	src/main/java/org/jfree/data/KeyedValueComparatorType.java
    	src/main/java/org/jfree/data/KeyedValues2D.java
    	src/main/java/org/jfree/data/RangeType.java
    	src/main/java/org/jfree/data/category/DefaultCategoryDataset.java
    	src/main/java/org/jfree/data/general/DatasetUtilities.java
    	src/main/java/org/jfree/data/statistics/DefaultStatisticalCategoryDataset.java
    	src/main/java/org/jfree/data/statistics/MultiValueCategoryDataset.java
    	src/test/java/org/jfree/chart/plot/SpiderWebPlotTest.java
    	src/test/java/org/jfree/data/time/MonthTest.java
    ripdajacker committed Dec 25, 2012
    Configuration menu
    Copy the full SHA
    ecc0cef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bcd7ad View commit details
    Browse the repository at this point in the history
  3. Merge of category plot with my prevous changes. RowKey and ColumnKey …

    …generics added to AbstractCategoryItemRenderer, CategoryItemRenderer, CategoryPlot, CategoryAxis and CategoryTick. Iterable added to AbstractObjectList
    ripdajacker committed Dec 25, 2012
    Configuration menu
    Copy the full SHA
    ac73bab View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'gilbert/master'

    Conflicts:
    	pom.xml
    	src/main/java/org/jfree/chart/axis/CompassFormat.java
    	src/test/java/org/jfree/chart/axis/junit/CompassFormatTest.java
    ripdajacker committed Dec 25, 2012
    Configuration menu
    Copy the full SHA
    9eaf32a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4221fb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abc9fa6 View commit details
    Browse the repository at this point in the history
  7. Fixed a potential flaw in nextLineBreak in TextUtilities, where measu…

    …ring went wrong in case of two newlines.
    ripdajacker committed Dec 25, 2012
    Configuration menu
    Copy the full SHA
    83f300d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd2fd8e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    298d4cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8bdf60b View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2012

  1. Simplification of a bunch of returns and removed break statements.

    Removed some warnings that came as a consequence of the recent generic code.
    Furthermore cleaned some javadoc, that had broken @see statements.
    ripdajacker committed Dec 26, 2012
    Configuration menu
    Copy the full SHA
    dff4c02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f102730 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89d8df1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    066944b View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2013

  1. Merge remote-tracking branch 'gilbert/master'

    Conflicts:
    	src/main/java/org/jfree/chart/renderer/LookupPaintScale.java
    	src/test/java/org/jfree/chart/renderer/GrayPaintScaleTest.java
    	src/test/java/org/jfree/chart/renderer/LookupPaintScaleTest.java
    ripdajacker committed Jan 2, 2013
    Configuration menu
    Copy the full SHA
    5caf9fb View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2013

  1. Generification of CategoryMarker, BarRenderer, CategoryItemRenderer, …

    …CategoryItemRendererState, CategorySeriesLabelGenerator and StandardCategorySeriesLabelGenerator. Added fallback item label paint to the BarRenderer.
    ripdajacker committed Jan 3, 2013
    Configuration menu
    Copy the full SHA
    950c03d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2013

  1. Merge remote-tracking branch 'gilbert/master'

    Conflicts:
    	src/main/java/org/jfree/chart/axis/CyclicNumberAxis.java
    	src/main/java/org/jfree/chart/axis/DateAxis.java
    	src/main/java/org/jfree/chart/axis/LogAxis.java
    	src/main/java/org/jfree/chart/axis/LogarithmicAxis.java
    	src/main/java/org/jfree/chart/axis/NumberAxis.java
    	src/main/java/org/jfree/chart/axis/NumberAxis3D.java
    	src/main/java/org/jfree/chart/axis/PeriodAxis.java
    	src/main/java/org/jfree/chart/axis/SymbolAxis.java
    	src/main/java/org/jfree/chart/date/SerialDate.java
    	src/main/java/org/jfree/chart/labels/CustomXYToolTipGenerator.java
    	src/main/java/org/jfree/chart/labels/StandardCategorySeriesLabelGenerator.java
    	src/main/java/org/jfree/chart/plot/CategoryMarker.java
    	src/main/java/org/jfree/chart/plot/CategoryPlot.java
    	src/main/java/org/jfree/chart/plot/CombinedRangeXYPlot.java
    	src/main/java/org/jfree/chart/plot/FastScatterPlot.java
    	src/main/java/org/jfree/chart/plot/Plot.java
    	src/main/java/org/jfree/chart/plot/PolarPlot.java
    	src/main/java/org/jfree/chart/plot/SpiderWebPlot.java
    	src/main/java/org/jfree/chart/plot/dial/DialPlot.java
    	src/main/java/org/jfree/chart/plot/dial/DialValueIndicator.java
    	src/main/java/org/jfree/chart/renderer/category/AbstractCategoryItemRenderer.java
    	src/main/java/org/jfree/chart/renderer/category/BarRenderer.java
    	src/main/java/org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.java
    	src/main/java/org/jfree/chart/renderer/category/CategoryItemRenderer.java
    	src/main/java/org/jfree/chart/renderer/category/LineAndShapeRenderer.java
    	src/main/java/org/jfree/chart/renderer/category/ScatterRenderer.java
    	src/main/java/org/jfree/chart/renderer/category/StackedBarRenderer3D.java
    	src/main/java/org/jfree/chart/renderer/category/StatisticalLineAndShapeRenderer.java
    	src/main/java/org/jfree/chart/renderer/xy/XYAreaRenderer.java
    	src/main/java/org/jfree/chart/renderer/xy/XYBarRenderer.java
    	src/main/java/org/jfree/chart/renderer/xy/XYBoxAndWhiskerRenderer.java
    	src/main/java/org/jfree/chart/renderer/xy/XYDifferenceRenderer.java
    	src/main/java/org/jfree/chart/text/TextBlock.java
    	src/main/java/org/jfree/chart/text/TextLine.java
    	src/main/java/org/jfree/chart/util/ObjectList.java
    	src/main/java/org/jfree/chart/util/Rotation.java
    	src/main/java/org/jfree/data/ComparableObjectItem.java
    	src/main/java/org/jfree/data/DefaultKeyedValue.java
    	src/main/java/org/jfree/data/DefaultKeyedValues.java
    	src/main/java/org/jfree/data/DefaultKeyedValues2D.java
    	src/main/java/org/jfree/data/KeyedObjects.java
    	src/main/java/org/jfree/data/KeyedObjects2D.java
    	src/main/java/org/jfree/data/KeyedValueComparator.java
    	src/main/java/org/jfree/data/category/DefaultCategoryDataset.java
    	src/main/java/org/jfree/data/gantt/SlidingGanttCategoryDataset.java
    	src/main/java/org/jfree/data/statistics/DefaultMultiValueCategoryDataset.java
    	src/main/java/org/jfree/data/statistics/DefaultStatisticalCategoryDataset.java
    	src/main/java/org/jfree/data/statistics/MeanAndStandardDeviation.java
    	src/main/java/org/jfree/data/statistics/Statistics.java
    	src/main/java/org/jfree/data/time/DynamicTimeSeriesCollection.java
    	src/main/java/org/jfree/data/time/TimePeriodValues.java
    	src/main/java/org/jfree/data/time/TimePeriodValuesCollection.java
    	src/main/java/org/jfree/data/time/TimeSeriesCollection.java
    	src/main/java/org/jfree/data/time/TimeSeriesDataItem.java
    	src/main/java/org/jfree/data/time/TimeSeriesTableModel.java
    	src/main/java/org/jfree/data/xy/XYDataItem.java
    	src/test/java/org/jfree/chart/renderer/category/StackedBarRenderer3DTest.java
    	src/test/java/org/jfree/data/time/MonthTest.java
    Jesenko Mehmedbasic committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    b203865 View commit details
    Browse the repository at this point in the history
  2. Added force directed labeling algorithm to the XY Renderer

    Jesenko Mehmedbasic committed Dec 5, 2013
    Configuration menu
    Copy the full SHA
    70da55d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e97b54d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2014

  1. Attempting to come closer to parent repository

    Jesenko Mehmedbasic committed May 21, 2014
    Configuration menu
    Copy the full SHA
    7a199e0 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'gilbert/master'

    Conflicts:
    	src/main/java/org/jfree/chart/ChartFactory.java
    	src/main/java/org/jfree/chart/ChartPanel.java
    	src/main/java/org/jfree/chart/JFreeChart.java
    	src/main/java/org/jfree/chart/LegendItem.java
    	src/main/java/org/jfree/chart/LegendItemCollection.java
    	src/main/java/org/jfree/chart/MouseWheelHandler.java
    	src/main/java/org/jfree/chart/PaintMap.java
    	src/main/java/org/jfree/chart/StandardChartTheme.java
    	src/main/java/org/jfree/chart/StrokeMap.java
    	src/main/java/org/jfree/chart/annotations/XYPolygonAnnotation.java
    	src/main/java/org/jfree/chart/axis/Axis.java
    	src/main/java/org/jfree/chart/axis/CategoryAxis.java
    	src/main/java/org/jfree/chart/axis/CategoryTick.java
    	src/main/java/org/jfree/chart/axis/ExtendedCategoryAxis.java
    	src/main/java/org/jfree/chart/axis/MarkerAxisBand.java
    	src/main/java/org/jfree/chart/axis/PeriodAxisLabelInfo.java
    	src/main/java/org/jfree/chart/axis/SubCategoryAxis.java
    	src/main/java/org/jfree/chart/axis/ValueAxis.java
    	src/main/java/org/jfree/chart/demo/BarChartDemo1.java
    	src/main/java/org/jfree/chart/entity/StandardEntityCollection.java
    	src/main/java/org/jfree/chart/labels/AbstractXYItemLabelGenerator.java
    	src/main/java/org/jfree/chart/labels/MultipleXYSeriesLabelGenerator.java
    	src/main/java/org/jfree/chart/labels/StandardPieSectionLabelGenerator.java
    	src/main/java/org/jfree/chart/panel/CrosshairOverlay.java
    	src/main/java/org/jfree/chart/plot/CategoryPlot.java
    	src/main/java/org/jfree/chart/plot/CombinedDomainCategoryPlot.java
    	src/main/java/org/jfree/chart/plot/CombinedDomainXYPlot.java
    	src/main/java/org/jfree/chart/plot/CombinedRangeCategoryPlot.java
    	src/main/java/org/jfree/chart/plot/Crosshair.java
    	src/main/java/org/jfree/chart/plot/DefaultDrawingSupplier.java
    	src/main/java/org/jfree/chart/plot/MeterPlot.java
    	src/main/java/org/jfree/chart/plot/MultiplePiePlot.java
    	src/main/java/org/jfree/chart/plot/PiePlot.java
    	src/main/java/org/jfree/chart/plot/Plot.java
    	src/main/java/org/jfree/chart/plot/PlotRenderingInfo.java
    	src/main/java/org/jfree/chart/plot/ThermometerPlot.java
    	src/main/java/org/jfree/chart/plot/XYPlot.java
    	src/main/java/org/jfree/chart/plot/dial/AbstractDialLayer.java
    	src/main/java/org/jfree/chart/renderer/AbstractRenderer.java
    	src/main/java/org/jfree/chart/renderer/DefaultPolarItemRenderer.java
    	src/main/java/org/jfree/chart/renderer/WaferMapRenderer.java
    	src/main/java/org/jfree/chart/renderer/category/AbstractCategoryItemRenderer.java
    	src/main/java/org/jfree/chart/renderer/category/CategoryItemRenderer.java
    	src/main/java/org/jfree/chart/renderer/category/LevelRenderer.java
    	src/main/java/org/jfree/chart/renderer/xy/AbstractXYItemRenderer.java
    	src/main/java/org/jfree/chart/renderer/xy/CandlestickRenderer.java
    	src/main/java/org/jfree/chart/renderer/xy/StackedXYAreaRenderer.java
    	src/main/java/org/jfree/chart/renderer/xy/StandardXYItemRenderer.java
    	src/main/java/org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.java
    	src/main/java/org/jfree/chart/renderer/xy/XYSplineRenderer.java
    	src/main/java/org/jfree/chart/resources/JFreeChartResources.java
    	src/main/java/org/jfree/chart/text/TextUtilities.java
    	src/main/java/org/jfree/chart/title/LegendTitle.java
    	src/main/java/org/jfree/chart/ui/RectangleAnchor.java
    	src/main/java/org/jfree/chart/ui/about/AboutFrame.java
    	src/main/java/org/jfree/chart/ui/about/BasicProjectInfo.java
    	src/main/java/org/jfree/chart/ui/about/ContributorsPanel.java
    	src/main/java/org/jfree/chart/ui/about/ContributorsTableModel.java
    	src/main/java/org/jfree/chart/ui/about/LibraryPanel.java
    	src/main/java/org/jfree/chart/ui/about/LibraryTableModel.java
    	src/main/java/org/jfree/chart/ui/about/ProjectInfo.java
    	src/main/java/org/jfree/chart/ui/about/SystemPropertiesTableModel.java
    	src/main/java/org/jfree/chart/util/AbstractObjectList.java
    	src/main/java/org/jfree/chart/util/AttributedStringUtils.java
    	src/main/java/org/jfree/chart/util/HashUtils.java
    	src/main/java/org/jfree/chart/util/ObjectUtilities.java
    	src/main/java/org/jfree/chart/util/PaintList.java
    	src/main/java/org/jfree/chart/util/PaintUtils.java
    	src/main/java/org/jfree/chart/util/SerialUtils.java
    	src/main/java/org/jfree/chart/util/ShapeList.java
    	src/main/java/org/jfree/chart/util/ShapeUtils.java
    	src/main/java/org/jfree/chart/util/StrokeList.java
    	src/main/java/org/jfree/data/ComparableObjectSeries.java
    	src/main/java/org/jfree/data/KeyToGroupMap.java
    	src/main/java/org/jfree/data/KeyedObject.java
    	src/main/java/org/jfree/data/extension/DatasetIterator.java
    	src/main/java/org/jfree/data/function/PolynomialFunction2D.java
    	src/main/java/org/jfree/data/gantt/TaskSeries.java
    	src/main/java/org/jfree/data/gantt/TaskSeriesCollection.java
    	src/main/java/org/jfree/data/general/DatasetUtilities.java
    	src/main/java/org/jfree/data/general/DefaultKeyedValueDataset.java
    	src/main/java/org/jfree/data/general/Series.java
    	src/main/java/org/jfree/data/statistics/BoxAndWhiskerItem.java
    	src/main/java/org/jfree/data/statistics/DefaultBoxAndWhiskerCategoryDataset.java
    	src/main/java/org/jfree/data/statistics/DefaultBoxAndWhiskerXYDataset.java
    	src/main/java/org/jfree/data/statistics/HistogramDataset.java
    	src/main/java/org/jfree/data/statistics/MeanAndStandardDeviation.java
    	src/main/java/org/jfree/data/statistics/SimpleHistogramDataset.java
    	src/main/java/org/jfree/data/time/TimeSeries.java
    	src/main/java/org/jfree/data/time/ohlc/OHLCSeriesCollection.java
    	src/main/java/org/jfree/data/xy/DefaultTableXYDataset.java
    	src/main/java/org/jfree/data/xy/DefaultXYZDataset.java
    	src/main/java/org/jfree/data/xy/IntervalXYDelegate.java
    	src/main/java/org/jfree/data/xy/MatrixSeriesCollection.java
    	src/main/java/org/jfree/data/xy/VectorSeriesCollection.java
    	src/main/java/org/jfree/data/xy/XIntervalSeriesCollection.java
    	src/main/java/org/jfree/data/xy/XYIntervalSeriesCollection.java
    	src/main/java/org/jfree/data/xy/XYRangeInfo.java
    	src/main/java/org/jfree/data/xy/XYSeries.java
    	src/main/java/org/jfree/data/xy/XYSeriesCollection.java
    	src/main/java/org/jfree/data/xy/YIntervalSeriesCollection.java
    	src/test/java/org/jfree/chart/BarChart3DTest.java
    	src/test/java/org/jfree/chart/BarChartTest.java
    	src/test/java/org/jfree/chart/ChartPanelTest.java
    	src/test/java/org/jfree/chart/HashUtilitiesTest.java
    	src/test/java/org/jfree/chart/JFreeChartTest.java
    	src/test/java/org/jfree/chart/LegendItemCollectionTest.java
    	src/test/java/org/jfree/chart/LineChart3DTest.java
    	src/test/java/org/jfree/chart/StackedBarChart3DTest.java
    	src/test/java/org/jfree/chart/StandardChartThemeTest.java
    	src/test/java/org/jfree/chart/annotations/XYBoxAnnotationTest.java
    	src/test/java/org/jfree/chart/annotations/XYDrawableAnnotationTest.java
    	src/test/java/org/jfree/chart/annotations/XYImageAnnotationTest.java
    	src/test/java/org/jfree/chart/axis/AxisTest.java
    	src/test/java/org/jfree/chart/axis/CategoryAxis3DTest.java
    	src/test/java/org/jfree/chart/axis/CompassFormatTest.java
    	src/test/java/org/jfree/chart/axis/CyclicNumberAxisTest.java
    	src/test/java/org/jfree/chart/axis/LogAxisTest.java
    	src/test/java/org/jfree/chart/axis/LogarithmicAxisTest.java
    	src/test/java/org/jfree/chart/axis/ModuloAxisTest.java
    	src/test/java/org/jfree/chart/axis/NumberAxis3DTest.java
    	src/test/java/org/jfree/chart/axis/PeriodAxisTest.java
    	src/test/java/org/jfree/chart/axis/SubCategoryAxisTest.java
    	src/test/java/org/jfree/chart/axis/SymbolAxisTest.java
    	src/test/java/org/jfree/chart/labels/StandardPieSectionLabelGeneratorTest.java
    	src/test/java/org/jfree/chart/plot/CategoryPlotTest.java
    	src/test/java/org/jfree/chart/plot/MultiplePiePlotTest.java
    	src/test/java/org/jfree/chart/plot/PiePlotTest.java
    	src/test/java/org/jfree/chart/plot/PlotTest.java
    	src/test/java/org/jfree/chart/plot/PolarPlotTest.java
    	src/test/java/org/jfree/chart/plot/RingPlotTest.java
    	src/test/java/org/jfree/chart/plot/SpiderWebPlotTest.java
    	src/test/java/org/jfree/chart/plot/XYPlotTest.java
    	src/test/java/org/jfree/chart/renderer/AbstractRendererTest.java
    	src/test/java/org/jfree/chart/renderer/category/AbstractCategoryItemRendererTest.java
    	src/test/java/org/jfree/chart/renderer/category/BarRenderer3DTest.java
    	src/test/java/org/jfree/chart/renderer/category/LineRenderer3DTest.java
    	src/test/java/org/jfree/chart/renderer/xy/AbstractXYItemRendererTest.java
    	src/test/java/org/jfree/chart/renderer/xy/StandardXYItemRendererTest.java
    	src/test/java/org/jfree/chart/renderer/xy/XYLine3DRendererTest.java
    	src/test/java/org/jfree/chart/title/ImageTitleTest.java
    	src/test/java/org/jfree/chart/title/LegendGraphicTest.java
    	src/test/java/org/jfree/chart/util/LineUtilsTest.java
    	src/test/java/org/jfree/data/RangeTest.java
    	src/test/java/org/jfree/data/function/LineFunction2DTest.java
    	src/test/java/org/jfree/data/general/DefaultPieDatasetTest.java
    	src/test/java/org/jfree/data/statistics/HistogramBinTest.java
    	src/test/java/org/jfree/data/statistics/HistogramDatasetTest.java
    	src/test/java/org/jfree/data/statistics/SimpleHistogramBinTest.java
    	src/test/java/org/jfree/data/statistics/SimpleHistogramDatasetTest.java
    	src/test/java/org/jfree/data/time/TimeSeriesCollectionTest.java
    	src/test/java/org/jfree/data/time/TimeSeriesTest.java
    	src/test/java/org/jfree/data/xy/DefaultIntervalXYDatasetTest.java
    	src/test/java/org/jfree/data/xy/DefaultTableXYDatasetTest.java
    	src/test/java/org/jfree/data/xy/DefaultXYZDatasetTest.java
    	src/test/java/org/jfree/data/xy/MatrixSeriesCollectionTest.java
    	src/test/java/org/jfree/data/xy/VectorSeriesCollectionTest.java
    	src/test/java/org/jfree/data/xy/XYDataItemTest.java
    	src/test/java/org/jfree/data/xy/XYSeriesCollectionTest.java
    	src/test/java/org/jfree/data/xy/XYSeriesTest.java
    Jesenko Mehmedbasic committed May 21, 2014
    Configuration menu
    Copy the full SHA
    81d9925 View commit details
    Browse the repository at this point in the history
  3. Merged spiderweb plot changes from company repository

    Jesenko Mehmedbasic committed May 21, 2014
    Configuration menu
    Copy the full SHA
    6cca3d7 View commit details
    Browse the repository at this point in the history
  4. Fixed serialization of spiderweb plot, added transient to the fields …

    …needed. Created two new methods in SerialUtils to handle maps of Stroke. Updated the test to reflect the changes.
    Jesenko Mehmedbasic committed May 21, 2014
    Configuration menu
    Copy the full SHA
    d60d0ce View commit details
    Browse the repository at this point in the history
  5. DefaultDrawingSupplies uses the default colors from the static field …

    …instead of from the Colors class
    Jesenko Mehmedbasic committed May 21, 2014
    Configuration menu
    Copy the full SHA
    e38abb2 View commit details
    Browse the repository at this point in the history
  6. PolarPlot has equals for datasets

    Jesenko Mehmedbasic committed May 21, 2014
    Configuration menu
    Copy the full SHA
    eb83623 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40eaa10 View commit details
    Browse the repository at this point in the history
  8. removed automatic styling caused by IDE

    Jesenko Mehmedbasic committed May 21, 2014
    Configuration menu
    Copy the full SHA
    5a5494e View commit details
    Browse the repository at this point in the history
  9. removed automatic styling caused by IDE

    Jesenko Mehmedbasic committed May 21, 2014
    Configuration menu
    Copy the full SHA
    f17289f View commit details
    Browse the repository at this point in the history
  10. Plot.java changes to line endings

    Jesenko Mehmedbasic committed May 21, 2014
    Configuration menu
    Copy the full SHA
    393d5d1 View commit details
    Browse the repository at this point in the history
  11. MeanAndStandardDeviation.java changes to line endings

    Jesenko Mehmedbasic committed May 21, 2014
    Configuration menu
    Copy the full SHA
    1535f9c View commit details
    Browse the repository at this point in the history
  12. MonthTest.java changes to line endings

    Jesenko Mehmedbasic committed May 21, 2014
    Configuration menu
    Copy the full SHA
    45d7d27 View commit details
    Browse the repository at this point in the history
  13. SpiderWebPlotTest.java changes to line endings

    Jesenko Mehmedbasic committed May 21, 2014
    Configuration menu
    Copy the full SHA
    d78df04 View commit details
    Browse the repository at this point in the history
  14. AbstractObjectList.java changes to line endings

    Jesenko Mehmedbasic committed May 21, 2014
    Configuration menu
    Copy the full SHA
    bcb6ec0 View commit details
    Browse the repository at this point in the history
  15. Cherry picked SpiderWebPlotTest

    Jesenko Mehmedbasic committed May 21, 2014
    Configuration menu
    Copy the full SHA
    eea1f1c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fab2c18 View commit details
    Browse the repository at this point in the history