Skip to content

Commit

Permalink
Rename method in interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed Mar 9, 2017
1 parent d5f9187 commit 9f3e8bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -984,7 +984,7 @@ public void fillRangeGridBand(Graphics2D g2, XYPlot plot, ValueAxis axis,
* @param value the value at which the grid line should be drawn.
*/
@Override
public void drawDomainGridLine(Graphics2D g2, XYPlot plot, ValueAxis axis,
public void drawDomainLine(Graphics2D g2, XYPlot plot, ValueAxis axis,
Rectangle2D dataArea, double value) {

Range range = axis.getRange();
Expand Down
Expand Up @@ -1351,7 +1351,7 @@ public void fillRangeGridBand(Graphics2D g2, XYPlot plot, ValueAxis axis,
* 3D effect).
* @param value the value.
*/
public void drawDomainGridLine(Graphics2D g2, XYPlot plot, ValueAxis axis,
public void drawDomainLine(Graphics2D g2, XYPlot plot, ValueAxis axis,
Rectangle2D dataArea, double value);

/**
Expand Down

0 comments on commit 9f3e8bb

Please sign in to comment.