home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2001 December / dppcpro1201.iso / Extras / maple / Viewer / WebEQ / MMLViewerInstall.cab / MMLViewerApplet.cab / webeq3 / constants / PropertyConstants.class (.txt) < prev    next >
Encoding:
Java Class File  |  2001-05-24  |  545 b   |  17 lines

  1. package webeq3.constants;
  2.  
  3. public interface PropertyConstants {
  4.    int PLAIN = 0;
  5.    int LARGE = 1;
  6.    int STRETCHY = 2;
  7.    int MOVESCRIPTS = 4;
  8.    int SYMMETRIC = 8;
  9.    int ACCENT = 16;
  10.    int L_FENCE = 32;
  11.    int R_FENCE = 64;
  12.    int FORM_UNKNOWN = 0;
  13.    int FORM_INFIX = 1;
  14.    int FORM_PREFIX = 2;
  15.    int FORM_POSTFIX = 3;
  16. }
  17.