16 package net.squiz.matrix.core;
18 import java.awt.Color;
32 public static final int LIVE = 16;
64 public static final Font
PLAIN_FONT_10 =
new Font(
"plain_font_10", Font.PLAIN, 10);
65 public static final Font PLAIN_FONT_11 =
new Font(
"plain_font_11", Font.PLAIN, 11);
66 public static final Font PLAIN_FONT_12 =
new Font(
"plain_font_12", Font.PLAIN, 12);
70 public static final int LINK_TYPE_1 = 1;
72 public static final int LINK_TYPE_2 = 2;
74 public static final int LINK_TYPE_3 = 3;