| Line 122... |
Line 122... |
| 122 |
private static Locale indianLocale = new Locale("en", "IN");
|
122 |
private static Locale indianLocale = new Locale("en", "IN");
|
| 123 |
private DecimalFormat amountFormat = new DecimalFormat("#,##0.00");
|
123 |
private DecimalFormat amountFormat = new DecimalFormat("#,##0.00");
|
| 124 |
|
124 |
|
| 125 |
//Start:-Added By Manish Sharma for FedEx Integration - Shipment Creation on 21-Aug-2013
|
125 |
//Start:-Added By Manish Sharma for FedEx Integration - Shipment Creation on 21-Aug-2013
|
| 126 |
private static final Font helvetica6 = FontFactory.getFont(FontFactory.HELVETICA, 6);
|
126 |
private static final Font helvetica6 = FontFactory.getFont(FontFactory.HELVETICA, 6);
|
| 127 |
//End:-Added By Manish Sharma for FedEx Integration - Shipment Creation on 21-Aug-2013
|
127 |
//End:-Added By Manish Sharma for FedEx Integration - Shipment Creation on 21-Aug-2013
|
| 128 |
private static final Font helvetica8 = FontFactory.getFont(FontFactory.HELVETICA, 8);
|
128 |
private static final Font helvetica8 = FontFactory.getFont(FontFactory.HELVETICA, 8);
|
| 129 |
private static final Font helvetica10 = FontFactory.getFont(FontFactory.HELVETICA, 10);
|
129 |
private static final Font helvetica10 = FontFactory.getFont(FontFactory.HELVETICA, 10);
|
| 130 |
private static final Font helvetica12 = FontFactory.getFont(FontFactory.HELVETICA, 12);
|
130 |
private static final Font helvetica12 = FontFactory.getFont(FontFactory.HELVETICA, 12);
|
| 131 |
private static final Font helvetica16 = FontFactory.getFont(FontFactory.HELVETICA, 16);
|
131 |
private static final Font helvetica16 = FontFactory.getFont(FontFactory.HELVETICA, 16);
|
| 132 |
private static final Font helvetica28 = FontFactory.getFont(FontFactory.HELVETICA, 28);
|
132 |
private static final Font helvetica28 = FontFactory.getFont(FontFactory.HELVETICA, 28);
|