|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.generation.asciiart.AsciiArtPad.AsciiArt
Helper class containing the ascii text data, acting as input of an AsciiArtPad
Constructor Summary | |
AsciiArtPad.AsciiArt(String[] s)
Constructor for the AsciiArt object |
Method Summary | |
String |
getColumn(int c)
Gets the column attribute of the AsciiArt object |
int |
getH()
Gets the h attribute of the AsciiArt object |
String |
getRow(int r)
Gets the row attribute of the AsciiArt object |
int |
getW()
Gets the w attribute of the AsciiArt object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AsciiArtPad.AsciiArt(String[] s)
s
- Description of the ParameterMethod Detail |
public int getW()
public int getH()
public String getRow(int r)
r
- Description of the Parameter
public String getColumn(int c)
c
- Description of the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |