|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.resource.IltrFont
public abstract class IltrFont
This class contains all global fonts used by TGO.
Any change to these parameters must occur before the call to
IltSystem.Init(), and before any reference to class
IltrTextPalette.
| Field Summary | |
|---|---|
static Font |
AlarmText
|
static Font |
CardText
|
static Font |
CounterText
|
static Font |
EmptySlotText
|
static Font |
GroupNameText
|
static Font |
InfoWindowText
|
static Font |
LinkNameText
|
static Font |
LogicalElementText
|
static Font |
LogicalGroupText
|
static Font |
NEFamilyText
|
static Font |
NodeNameText
|
static Font |
OffPageConnectorNameText
|
static Font |
ShelfText
|
static Font |
TinyElementText
|
static Font |
ToolTipText
Deprecated. |
| Method Summary | |
|---|---|
static Font |
Get(String name)
Returns the font with the given name. |
static Font |
NewFont(String name,
String fname,
int style,
int size)
Creates a new font, and puts it into the table under a given name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static Font AlarmText
public static Font InfoWindowText
public static Font NEFamilyText
public static Font NodeNameText
public static Font GroupNameText
public static Font ShelfText
public static Font CardText
public static Font EmptySlotText
public static Font OffPageConnectorNameText
public static Font LinkNameText
public static Font LogicalGroupText
public static Font LogicalElementText
public static Font TinyElementText
public static Font CounterText
public static Font ToolTipText
| Method Detail |
|---|
public static Font Get(String name)
public static Font NewFont(String name,
String fname,
int style,
int size)
name - the name under which the font will be stored in the tablefname - the Java name of the font (see
java.awt.Toolkit.getFontList())style - the style of the fontsize - the vertical size of the font (in "points",
1 point = 1/72 inch)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||