|
||||||||||
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.AsciiArtRect
public static class AsciiArtPad.AsciiArtRect
An AsciiArtElement describing a rectangle.
Constructor Summary | |
---|---|
AsciiArtPad.AsciiArtRect(AsciiArtPad.AsciiArtCoordinate upperLeft,
AsciiArtPad.AsciiArtCoordinate lowerRight)
Constructor for the AsciiArtRect object |
Method Summary | |
---|---|
double |
getHeight()
Gets the height attribute of the AsciiArtRect object |
double |
getWidth()
Gets the width attribute of the AsciiArtRect object |
double |
getXLowerRight()
Gets the xLowerRight attribute of the AsciiArtRect object |
double |
getXUpperLeft()
Gets the xUpperLeft attribute of the AsciiArtRect object |
double |
getYLowerRight()
Gets the yLowerRight attribute of the AsciiArtRect object |
double |
getYUpperLeft()
Gets the yUpperLeft attribute of the AsciiArtRect object |
void |
setXLowerRight(double xLowerRight)
Sets the xLowerRight attribute of the AsciiArtRect object |
void |
setXUpperLeft(double xUpperLeft)
Sets the xUpperLeft attribute of the AsciiArtRect object |
void |
setYLowerRight(double yLowerRight)
Sets the yLowerRight attribute of the AsciiArtRect object |
void |
setYUpperLeft(double yUpperLeft)
Sets the yUpperLeft attribute of the AsciiArtRect 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.AsciiArtRect(AsciiArtPad.AsciiArtCoordinate upperLeft, AsciiArtPad.AsciiArtCoordinate lowerRight)
upperLeft
- Description of the ParameterlowerRight
- Description of the ParameterMethod Detail |
---|
public void setXUpperLeft(double xUpperLeft)
xUpperLeft
- The new xUpperLeft valuepublic void setYUpperLeft(double yUpperLeft)
yUpperLeft
- The new yUpperLeft valuepublic void setXLowerRight(double xLowerRight)
xLowerRight
- The new xLowerRight valuepublic void setYLowerRight(double yLowerRight)
yLowerRight
- The new yLowerRight valuepublic double getXUpperLeft()
public double getYUpperLeft()
public double getXLowerRight()
public double getYLowerRight()
public double getWidth()
public double getHeight()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |