69707172737475767778
} private synchronized static Plotter getInstance() { if (ourInstance == null) { //this can be made configurable if we get more plotters ourInstance = new DefaultPlotter(); } return ourInstance; }