public String getText() {
return Integer.toString(code);
}
},
new DefaultWordRenderer(textColor, textFonts))
.addBackground(new FlatColorBackgroundProducer(backgroundColor))
.gimp(new FishEyeGimpyRenderer(fishColor1, fishColor2))
//.addNoise()
//.addBorder()
.build();