http://www.jpicedt.org

jpicedt.format.output.eepic
Class EepicConstants

java.lang.Object
  extended by jpicedt.format.output.util.FormatConstants
      extended by jpicedt.format.output.latex.LatexConstants
          extended by jpicedt.format.output.eepic.EepicConstants

public class EepicConstants
extends LatexConstants

Constants useful for Eepic formatters


Field Summary
static String DEFAULT_FILE_WRAPPER_EPILOG
           
static String DEFAULT_FILE_WRAPPER_PROLOG
           
static double DEFAULT_THICK_LINES_MAX_WIDTH
          all lines with a thickness .lt. thickLinesDEFAULT but greater than thinLinesDEFAULT are formatted as "thicklines" ; other are formatted as "Thicklines" (case-sensitive !)
static double DEFAULT_THIN_LINES_MAX_WIDTH
          all lines with a thickness .lt. thinLinesDEFAULT are formatted as "thinlines"
static String KEY_FILE_WRAPPER_EPILOG
           
static String KEY_FILE_WRAPPER_PROLOG
           
static String KEY_THICK_LINES_MAXWIDTH
           
static String KEY_THIN_LINES_MAXWIDTH
           
 
Fields inherited from class jpicedt.format.output.latex.LatexConstants
DEFAULT_EM_LINE_LENGTH, DEFAULT_MAX_CIRCLE_DIAMETER, DEFAULT_MAX_DISK_DIAMETER, DEFAULT_MAX_EM_CIRCLE_SEGMENT_LENGTH, DEFAULT_MAX_EM_LINE_SLOPE, KEY_EM_LINE_LENGTH, KEY_MAX_CIRCLE_DIAMETER, KEY_MAX_DISK_DIAMETER, KEY_MAX_EM_CIRCLE_SEGMENT_LENGTH, KEY_MAX_EM_LINE_SLOPE, RESCALING_TEX_FUNCTION
 
Fields inherited from class jpicedt.format.output.util.FormatConstants
CR_LF
 
Constructor Summary
EepicConstants()
           
 
Method Summary
 
Methods inherited from class jpicedt.format.output.util.FormatConstants
textWriteMultiLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_THIN_LINES_MAXWIDTH

public static final String KEY_THIN_LINES_MAXWIDTH
See Also:
Constant Field Values

KEY_THICK_LINES_MAXWIDTH

public static final String KEY_THICK_LINES_MAXWIDTH
See Also:
Constant Field Values

KEY_FILE_WRAPPER_PROLOG

public static final String KEY_FILE_WRAPPER_PROLOG
See Also:
Constant Field Values

KEY_FILE_WRAPPER_EPILOG

public static final String KEY_FILE_WRAPPER_EPILOG
See Also:
Constant Field Values

DEFAULT_THIN_LINES_MAX_WIDTH

public static final double DEFAULT_THIN_LINES_MAX_WIDTH
all lines with a thickness .lt. thinLinesDEFAULT are formatted as "thinlines"

See Also:
Constant Field Values

DEFAULT_THICK_LINES_MAX_WIDTH

public static final double DEFAULT_THICK_LINES_MAX_WIDTH
all lines with a thickness .lt. thickLinesDEFAULT but greater than thinLinesDEFAULT are formatted as "thicklines" ; other are formatted as "Thicklines" (case-sensitive !)

See Also:
Constant Field Values

DEFAULT_FILE_WRAPPER_PROLOG

public static final String DEFAULT_FILE_WRAPPER_PROLOG

DEFAULT_FILE_WRAPPER_EPILOG

public static final String DEFAULT_FILE_WRAPPER_EPILOG
See Also:
Constant Field Values
Constructor Detail

EepicConstants

public EepicConstants()

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org