g2.setTransform(at);
// print the image to the template
// turning off setUseGreekThreshold allows small text to print
Text.setUseGreekThreshold(false);
universe.paint(g2);
Text.setUseGreekThreshold(true);
g2.dispose();
// add the template
cb.addTemplate(tp,20,0);