home *** CD-ROM | disk | FTP | other *** search
- package webeq3.constants;
-
- public interface AttributeConstants {
- int NUM_ATTRIBUTES = 86;
- int FONTSIZE = 0;
- int FONTWEIGHT = 1;
- int FONTSTYLE = 2;
- int FONTSLANT = 2;
- int FONTFAMILY = 3;
- int COLOR = 4;
- int FONTCOLOR = 4;
- int LSPACE = 5;
- int RSPACE = 6;
- int STRETCHY = 7;
- int SYMMETRIC = 8;
- int MAXSIZE = 9;
- int MINSIZE = 10;
- int LARGEOP = 11;
- int MOVABLELIMITS = 12;
- int FORM = 13;
- int WIDTH = 14;
- int HEIGHT = 15;
- int DEPTH = 16;
- int BACKGROUND = 17;
- int LQUOTE = 18;
- int RQUOTE = 19;
- int SCRIPTLEVEL = 20;
- int DISPLAYSTYLE = 21;
- int SCRIPTMULT = 22;
- int SCRIPTMINSIZE = 23;
- int LINETHICKNESS = 24;
- int SUBSHIFT = 25;
- int SUPSHIFT = 26;
- int ACCENTUNDER = 27;
- int ACCENT = 28;
- int ALIGN = 29;
- int ROWALIGN = 30;
- int COLUMNALIGN = 31;
- int ROWSPACING = 32;
- int COLUMNSPACING = 33;
- int ROWLINES = 34;
- int COLUMNLINES = 35;
- int FRAME = 36;
- int FRAMESPACING = 37;
- int EQUALROWS = 38;
- int EQUALCOLUMNS = 39;
- int ROWSPAN = 40;
- int COLUMNSPAN = 41;
- int OPEN = 42;
- int CLOSE = 43;
- int SEPARATOR = 44;
- int OTHER = 45;
- int ACTIONTYPE = 46;
- int CLOSURE = 47;
- int MPHANTOM_LAP = 48;
- int MSPACE_FILL = 49;
- int TYPE = 50;
- int BASE = 51;
- int SEPARATORS = 52;
- int FENCE = 53;
- int DEFINITIONURL = 54;
- int ENCODING = 55;
- int NARGS = 56;
- int OCCURRENCE = 57;
- int ORDER = 58;
- int SCOPE = 59;
- int EDGE = 60;
- int GRPALIGN = 61;
- int ALGNSCOPE = 62;
- int SELECTION = 63;
- int CLASS = 64;
- int STYLE = 65;
- // $FF: renamed from: ID int
- int field_0 = 66;
- int XREF = 67;
- int FGHIGHLIGHT = 68;
- int BGHIGHLIGHT = 69;
- int CUE1 = 70;
- int CUE2 = 71;
- int HREF = 72;
- int LINEBREAK = 73;
- int ALT = 74;
- int INDEX = 75;
- int NOTATION = 76;
- int SIDE = 77;
- int MINLABELSPACING = 78;
- int MATHCOLOR = 79;
- int MATHBACKGROUND = 80;
- int MATHSIZE = 81;
- int MATHVARIANT = 82;
- int MACROS = 83;
- int DISPLAY = 84;
- int MODE = 85;
- char[] hasUnits = new char[]{'p', 'n', 'n', 'n', 'n', 'h', 'h', 'n', 'n', 'v', 'v', 'n', 'n', 'n', 'h', 'v', 'v', 'n', 'n', 'n', 'n', 'n', 'n', 'v', 'v', 'v', 'v', 'n', 'n', 'n', 'n', 'n', 'v', 'h', 'n', 'n', 'n', 'b', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'n', 'h', 'n', 'n', 'v', 'n', 'n', 'n', 'n'};
- String[] defaultValue = new String[]{"", "", "", "TimesRoman", "#000000", "", "", "", "", "infinity", "0", "", "", "", "", "", "", "#CCCCCC", "\"", "\"", "", "", ".71", "8pt", "1", "", "", "", "", "axis", "baseline", "center", "1.0ex", "0.8em", "none", "none", "none", ".4em .5ex", "false", "false", "1", "1", "(", ")", ",", "", "", "closed", "", "", "", "10", ",", "", "", "", "1", "function-model", "numeric", "local", "left", "", "true", "", "", "", "", "", "", "", "", "", "", "", "", "", "longidv", "right", "0.8em", "", "", "", "", "", "", ""};
- String[] attribute_names = new String[]{"fontsize", "fontweight", "fontstyle", "fontfamily", "color", "lspace", "rspace", "stretchy", "symmetric", "maxsize", "minsize", "largeop", "moveablelimits", "form", "width", "height", "depth", "background", "lquote", "rquote", "scriptlevel", "displaystyle", "scriptmult", "scriptminsize", "linethickness", "subscriptshift", "supscriptshift", "accentunder", "accent", "align", "rowalign", "columnalign", "rowspacing", "columnspacing", "rowlines", "columnlines", "frame", "framespacing", "equalrows", "equalcolumns", "rowspan", "columnspan", "open", "close", "separator", "other", "actiontype", "closure", "overlap", "filled", "type", "base", "separators", "fence", "definitionURL", "encoding", "nargs", "occurrence", "order", "scope", "edge", "groupalign", "alignmentscope", "selection", "class", "style", "id", "xref", "dsi:color", "dsi:background", "dsi:cue1", "dsi:cue2", "dsi:href", "linebreak", "alt", "index", "notation", "side", "minlabelspacing", "mathcolor", "mathbackground", "mathsize", "mathvariant", "macros", "display", "mode"};
- }
-