|
||||||||||
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.AsciiArtLine
public static class AsciiArtPad.AsciiArtLine
An AsciiArtElement describing a line.
Constructor Summary | |
---|---|
AsciiArtPad.AsciiArtLine(AsciiArtPad.AsciiArtCoordinate start,
AsciiArtPad.AsciiArtCoordinate end)
Constructor for the AsciiArtLine object |
Method Summary | |
---|---|
double |
getXEnd()
Gets the xEnd attribute of the AsciiArtLine object |
double |
getXStart()
Gets the xStart attribute of the AsciiArtLine object |
double |
getYEnd()
Gets the yEnd attribute of the AsciiArtLine object |
double |
getYStart()
Gets the yStart attribute of the AsciiArtLine object |
void |
setXEnd(double xEnd)
Sets the xEnd attribute of the AsciiArtLine object |
void |
setXStart(double xStart)
Sets the xStart attribute of the AsciiArtLine object |
void |
setYEnd(double yEnd)
Sets the yEnd attribute of the AsciiArtLine object |
void |
setYStart(double yStart)
Sets the yStart attribute of the AsciiArtLine 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.AsciiArtLine(AsciiArtPad.AsciiArtCoordinate start, AsciiArtPad.AsciiArtCoordinate end)
start
- Description of the Parameterend
- Description of the ParameterMethod Detail |
---|
public void setXStart(double xStart)
xStart
- The new xStart valuepublic void setYStart(double yStart)
yStart
- The new yStart valuepublic void setXEnd(double xEnd)
xEnd
- The new xEnd valuepublic void setYEnd(double yEnd)
yEnd
- The new yEnd valuepublic double getXStart()
public double getYStart()
public double getXEnd()
public double getYEnd()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |