public class Info
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
Info.SpecialTextDescr
Class for describing special text in a cell
|
Modifier and Type | Field and Description |
---|---|
static Variable.Key |
COMPMENU_KEY
key of Variable holding component menu info.
|
static int |
HIGHLIGHTOBJ
highlight object (node/arc cell)
|
static Variable.Key |
LAYER_KEY
key of Variable holding layer information.
|
static Variable.Key |
OPTION_KEY
key of Variable holding option information.
|
Constructor and Description |
---|
Info() |
Modifier and Type | Method and Description |
---|---|
protected static void |
createSpecialText(Cell np,
Info.SpecialTextDescr[] table)
Method to create special text geometry described by "table" in cell "np".
|
protected static void |
loadTableEntry(Info.SpecialTextDescr[] table,
int func,
java.lang.Object value) |
public static final int HIGHLIGHTOBJ
public static final Variable.Key LAYER_KEY
public static final Variable.Key OPTION_KEY
public static final Variable.Key COMPMENU_KEY
protected static void createSpecialText(Cell np, Info.SpecialTextDescr[] table)
protected static void loadTableEntry(Info.SpecialTextDescr[] table, int func, java.lang.Object value)