net.sourceforge.jeuclid
Class Constants

java.lang.Object
  extended by net.sourceforge.jeuclid.Constants

@Immutable
public final class Constants
extends Object

Constants which are shared in multiple classes.

Version:
$Revision: 2bab6eb875e8 $

Field Summary
static float DEFAULT_FONTSIZE
          Default font-size (no scaling).
static float DEFAULT_SCIPTSIZEMULTIPLIER
          Default ScriptSize multiplier.
static String FALSE
          String constant for false.
static String MATHML_MIMETYPE
          Default MIME Type for MathML documents.
static String NS_JEUCLID_EXT
          Name space for JEuclid specific extensions.
static String NS_OLD_JEUCLID_EXT
          Name space for JEuclid specific context extension.
static String TRUE
          String constant for true.
static String ZERO
          String for numeric zero.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ZERO

public static final String ZERO
String for numeric zero.

See Also:
Constant Field Values

TRUE

public static final String TRUE
String constant for true.

See Also:
Constant Field Values

FALSE

public static final String FALSE
String constant for false.

See Also:
Constant Field Values

DEFAULT_FONTSIZE

public static final float DEFAULT_FONTSIZE
Default font-size (no scaling).

See Also:
Constant Field Values

DEFAULT_SCIPTSIZEMULTIPLIER

public static final float DEFAULT_SCIPTSIZEMULTIPLIER
Default ScriptSize multiplier.

See Also:
Constant Field Values

MATHML_MIMETYPE

public static final String MATHML_MIMETYPE
Default MIME Type for MathML documents.

See Also:
Constant Field Values

NS_OLD_JEUCLID_EXT

public static final String NS_OLD_JEUCLID_EXT
Name space for JEuclid specific context extension.

See Also:
Constant Field Values

NS_JEUCLID_EXT

public static final String NS_JEUCLID_EXT
Name space for JEuclid specific extensions.

See Also:
Constant Field Values


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.