|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.generation.asciiart.AsciiArtPad.AsciiArtString
public static class AsciiArtPad.AsciiArtString
An AsciiArtElement describing a string of text.
Constructor Summary | |
---|---|
AsciiArtPad.AsciiArtString(AsciiArtPad.AsciiArtCoordinate aac,
String s)
Constructor for the AsciiArtString object |
Method Summary | |
---|---|
String |
getS()
Gets the s attribute of the AsciiArtString object |
double |
getX()
Gets the x attribute of the AsciiArtString object |
double |
getY()
Gets the y attribute of the AsciiArtString object |
void |
setS(String s)
Sets the s attribute of the AsciiArtString object |
void |
setX(double x)
Sets the x attribute of the AsciiArtString object |
void |
setY(double y)
Sets the y attribute of the AsciiArtString object |
String |
toString()
Descriptive string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AsciiArtPad.AsciiArtString(AsciiArtPad.AsciiArtCoordinate aac, String s)
s
- Description of the Parameteraac
- Description of the ParameterMethod Detail |
---|
public void setX(double x)
x
- The new x valuepublic void setY(double y)
y
- The new y valuepublic void setS(String s)
s
- The new s valuepublic double getX()
public double getY()
public String getS()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |