jpicedt.graphic.io.formatter
Class JPICConstants
java.lang.Object
jpicedt.graphic.io.formatter.JPICConstants
public class JPICConstants
- extends Object
Useful constants used across the jpicedt.graphic.io.formatter package
- Since:
- jpicedt 1.3.3
- Version:
- $Id: JPICConstants.java,v 1.7 2013/03/27 07:05:17 vincentb1 Exp $
- Author:
- Sylvain Reynal
Field Summary |
static String |
CR_LF
Line separator for the current platform (i.e. |
static String |
CR_LF_TAB
line separator + tabulation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CR_LF
public static final String CR_LF
- Line separator for the current platform (i.e. "\n" on Unix, "\n\r" on Windows, "\r" on Mac,..)
CR_LF_TAB
public static final String CR_LF_TAB
- line separator + tabulation
JPICConstants
public JPICConstants()
Submit a bug : syd@jpicedt.org