|
|||||||||
| Home >> All >> com >> yaftp >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.yaftp.utils
Class SwingTextEnv

java.lang.Objectcom.yaftp.utils.SwingTextEnv
- public class SwingTextEnv
- extends java.lang.Object
Copyright Jean-Yves MENGANT 1998,1999,2000 Define all parameters needed To establish Text Label display context : - FONT - BCKGROUND color - FOREGROUND color
| Field Summary | |
private java.awt.Color |
_backGround
|
private java.awt.Font |
_font
|
private java.awt.Color |
_foreGround
|
| Constructor Summary | |
SwingTextEnv(java.awt.Font font,
java.awt.Color backGround,
java.awt.Color foreGround)
|
|
| Method Summary | |
java.awt.Color |
get_backGround()
|
java.awt.Font |
get_font()
|
java.awt.Color |
get_foreGround()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_font
private java.awt.Font _font
_backGround
private java.awt.Color _backGround
_foreGround
private java.awt.Color _foreGround
| Constructor Detail |
SwingTextEnv
public SwingTextEnv(java.awt.Font font, java.awt.Color backGround, java.awt.Color foreGround)
| Method Detail |
get_font
public java.awt.Font get_font()
get_backGround
public java.awt.Color get_backGround()
get_foreGround
public java.awt.Color get_foreGround()
|
|||||||||
| Home >> All >> com >> yaftp >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.yaftp.utils.SwingTextEnv