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

  1. package webeq3.constants;
  2.  
  3. public interface ArrayConstants {
  4.    int MA_LEFT = 1;
  5.    int MA_CENTER = 2;
  6.    int MA_RIGHT = 3;
  7.    int MA_SOLID = 5;
  8.    int MA_DASH = 6;
  9.    int MA_NONE = 7;
  10.    int MA_ROW = 9;
  11.    int MA_TOP = 10;
  12.    int MA_BOTTOM = 11;
  13.    int MA_BASE = 12;
  14.    int MA_AXIS = 13;
  15. }
  16.