DeathStar3 / jfreechart

GNU Lesser General Public License v2.1
0 stars 0 forks source link

Remove duplications in `XYPlot` #4

Open j-mortara opened 2 years ago

j-mortara commented 2 years ago

Class description

Class full name

org.jfree.chart.plot.XYPlot

Implemented variability :heavy_check_mark:

This class represents a plot using two axes.

Method level:

2 constructors

  1. default constructor without parameters
  2. constructor with parameters to build a plot

77 method variants

Class level: 2 subclasses, CombinedDomainXYPlot (domain axis shared) and CombinedRangeXYPlot (range axis shared).

Actual metrics

Visualization

Plots

TODO

Extract duplicated blocks