How to make the title first letter as capital and rest of them are in lower case and make the font as italc
String snameTitle=request.getParameter("name");
snameTitle=name.replace("_"," ");
JFreeChart chart = ChartFactory.createXYLineChart("Reflectance Graph for "+snameTitle,"Wavelength(nm)","Reflectance(%)",xyDataset,PlotOrientation.VERTICAL, false, false,false);
Any one sugesst me to make the titleof jfree chart like this Hyptis suavalovens