| java.lang.Object org.quilt.runner.Msg
Constructor Summary | |
public | Msg(String base) Parameters: base - Name of class or other module. | public | Msg(String base, int width) | public | Msg(String base, int width, char big) | public | Msg(String base, int width, char big, char small) |
Msg | public Msg(String base)(Code) | | Parameters: base - Name of class or other module. |
Msg | public Msg(String base, int width)(Code) | | Parameters: base - Name of module. Parameters: width - Width in characters of banners (default = 60) |
Msg | public Msg(String base, int width, char big)(Code) | | Parameters: base - Name of module. Parameters: width - Width of banners. Parameters: big - Fill character in 'big' banners (default is =). |
Msg | public Msg(String base, int width, char big, char small)(Code) | | Parameters: base - Name of module. Parameters: width - Width of banners. Parameters: big - Fill character in 'big' banners. Parameters: small - Fill character in normal banners (default is -). |
isTalking | public boolean isTalking()(Code) | | |
talk | public void talk(boolean b)(Code) | | Turns output off or on.
Parameters: b - If true, there will be output; if false, not. |
|
|