comparison flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 2590:d75b427da50a

#522 Modified axes creation: label and tick label fonts will now always be the same. flys-artifacts/trunk@4146 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 15 Mar 2012 12:28:11 +0000
parents bece6f604899
children 884ae61def58 3b6bb1cbf741
comparison
equal deleted inserted replaced
2589:95ddff4acb95 2590:d75b427da50a
919 DEFAULT_FONT_NAME, 919 DEFAULT_FONT_NAME,
920 Font.BOLD, 920 Font.BOLD,
921 getXAxisLabelFontSize()); 921 getXAxisLabelFontSize());
922 922
923 xaxis.setLabelFont(labelFont); 923 xaxis.setLabelFont(labelFont);
924 xaxis.setTickLabelFont(labelFont);
924 } 925 }
925 926
926 927
927 /** 928 /**
928 * This method walks over all axes (domain and range) of <i>plot</i> and 929 * This method walks over all axes (domain and range) of <i>plot</i> and

http://dive4elements.wald.intevation.org