home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 2001 December
/
dppcpro1201.iso
/
Extras
/
maple
/
Viewer
/
WebEQ
/
MMLViewerInstall.cab
/
MMLViewerApplet.cab
/
webeq3
/
array
/
RowInfo.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2001-05-24
|
406 b
|
11 lines
package webeq3.array;
import webeq3.constants.ArrayConstants;
public class RowInfo implements ArrayConstants {
public int align = 12;
public int ascent = 0;
public int descent = 0;
public int height = 0;
}