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

  1. package webeq3.array;
  2.  
  3. import webeq3.constants.ArrayConstants;
  4.  
  5. public class SepInfo implements ArrayConstants {
  6.    public int size;
  7.    public int sep_style = 7;
  8.    public int sep_size = 1;
  9. }
  10.