|
From: xanaot <xa...@us...> - 2007-08-20 22:25:40
|
Update of /cvsroot/tail/Tail/src/java/net/sf/tail/graphics In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16125/src/java/net/sf/tail/graphics Modified Files: StockAndCashFlowChart.java Log Message: commitando o report com chart Index: StockAndCashFlowChart.java =================================================================== RCS file: /cvsroot/tail/Tail/src/java/net/sf/tail/graphics/StockAndCashFlowChart.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** StockAndCashFlowChart.java 20 Aug 2007 19:52:33 -0000 1.2 --- StockAndCashFlowChart.java 20 Aug 2007 22:25:41 -0000 1.3 *************** *** 34,38 **** plot = (CategoryPlot)jfreechart.getPlot(); ! plot.setBackgroundPaint(Color.WHITE); //Setando labels em 90 graus --- 34,38 ---- plot = (CategoryPlot)jfreechart.getPlot(); ! plot.setBackgroundPaint(Color.WHITE); //Setando labels em 90 graus *************** *** 44,51 **** //Setando tamanho do label ! categoryAxis.setLabelFont(new Font("SansSerif", 0, 10)); //Setando tamanho do label de cada tick ! categoryAxis.setTickLabelFont(new Font("SansSerif", 0, 10)); //gerando setas --- 44,51 ---- //Setando tamanho do label ! categoryAxis.setLabelFont(new Font("Arial", 0, 10)); //Setando tamanho do label de cada tick ! categoryAxis.setTickLabelFont(new Font("Arial", 0, 10)); //gerando setas |