Simple data type to represent the ASCII art banner configuration.
| Type | Name and description |
|---|---|
void |
adjustment(java.lang.String theAdjustment)Convenience setter for the adjustment to use. |
static SeuacBanner |
defaultBanner()Factory method to create the default banner settings. |
void |
font(java.lang.String aFont)Convenience setter for the font to use. |
void |
reflection(java.lang.String aReflection)Convenience setter for the reflection to use. |
void |
stretch(java.lang.String theStretch)Convenience setter for the stretch to use. |
void |
width(int theWidth)Convenience setter for the width to use. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Convenience setter for the adjustment to use.
theAdjustment - the adjustment, either left or center or rightFactory method to create the default banner settings.
Convenience setter for the font to use.
aFont - a sdupported fontConvenience setter for the reflection to use.
aReflection - the reflection, either yes or noConvenience setter for the stretch to use.
theStretch - the stretch, either yes or noConvenience setter for the width to use.
theWidth - the width