Removed unnecesary imports
This commit is contained in:
parent
fddeee5c63
commit
218aecdcd5
@ -1,4 +1,4 @@
|
|||||||
#Wed, 04 Oct 2017 09:58:56 +0200
|
#Wed, 04 Oct 2017 11:09:53 +0200
|
||||||
annotation.processing.enabled=true
|
annotation.processing.enabled=true
|
||||||
annotation.processing.enabled.in.editor=false
|
annotation.processing.enabled.in.editor=false
|
||||||
annotation.processing.processors.list=
|
annotation.processing.processors.list=
|
||||||
|
@ -47,7 +47,8 @@ public class XLegendChartPainter extends ChartPainter {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int big_tick = 10;
|
||||||
|
int y = 0;
|
||||||
@Override
|
@Override
|
||||||
public void drawChart(Graphics2D g, ChartPanel p, ChartDef def)
|
public void drawChart(Graphics2D g, ChartPanel p, ChartDef def)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user