|
||||||||||
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.AsciiArtCoordinate
public static class AsciiArtPad.AsciiArtCoordinate
Helper class describing a coordinate of AsciiArtPad elements.
Constructor Summary | |
---|---|
AsciiArtPad.AsciiArtCoordinate()
Constructor for the AsciiArtCoordinate object |
|
AsciiArtPad.AsciiArtCoordinate(AsciiArtPad asciiArtPad)
Constructor for the AsciiArtCoordinate object |
|
AsciiArtPad.AsciiArtCoordinate(int x,
int y)
Constructor for the AsciiArtCoordinate object |
Method Summary | |
---|---|
double |
getXDouble()
Gets the xDouble attribute of the AsciiArtCoordinate object |
double |
getYDouble()
Gets the yDouble attribute of the AsciiArtCoordinate object |
void |
setAsciiArtPad(AsciiArtPad asciiArtPad)
Sets the asciiArtPad attribute of the AsciiArtCoordinate object |
void |
setTransXY(double tx,
double ty)
Sets the xY attribute of the AsciiArtCoordinate object |
void |
setXY(int x,
int y)
Sets the xY attribute of the AsciiArtCoordinate object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsciiArtPad.AsciiArtCoordinate()
public AsciiArtPad.AsciiArtCoordinate(AsciiArtPad asciiArtPad)
asciiArtPad
- Description of the Parameterpublic AsciiArtPad.AsciiArtCoordinate(int x, int y)
x
- Description of the Parametery
- Description of the ParameterMethod Detail |
---|
public void setAsciiArtPad(AsciiArtPad asciiArtPad)
asciiArtPad
- The new asciiArtPad valuepublic void setTransXY(double tx, double ty)
tx
- The new transXY valuety
- The new transXY valuepublic void setXY(int x, int y)
x
- The new xY valuey
- The new xY valuepublic double getXDouble()
public double getYDouble()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |