| |
|
| java.lang.Object org.apache.cocoon.generation.asciiart.AsciiArtPad
AsciiArtPad | public class AsciiArtPad (Code) | | A drawing ascii art pad.
author: huber@apache.org since: 18. Dezember 2002 version: CVS $Id: AsciiArtPad.java 433543 2006-08-22 06:22:54Z crossley $ |
Inner Class :public static class AsciiArtLine implements AsciiArtElement | |
Inner Class :public static class AsciiArtRect implements AsciiArtElement | |
Inner Class :public static class AsciiArtString implements AsciiArtElement | |
Inner Class :public static class AsciiArtCoordinate | |
Inner Class :public static class AsciiArt | |
Inner Class :public static class AsciiArtPadBuilder | |
Inner Class :public static interface AsciiArtElement | |
AsciiArtPad | public AsciiArtPad()(Code) | | Constructor for the AsciiArtPad object
|
AsciiArtPad | public AsciiArtPad(int w, int h)(Code) | | Constructor for the AsciiArtPad object
Parameters: w - Description of the Parameter Parameters: h - Description of the Parameter |
add | public void add(Object o)(Code) | | Add a AsciiArtElement
Parameters: o - the AsciiArtElement object |
getHeight | public int getHeight()(Code) | | Gets the height attribute of the AsciiArtPad object
The height value |
getWidth | public int getWidth()(Code) | | Gets the width attribute of the AsciiArtPad object
The width value |
getXGrid | public double getXGrid()(Code) | | Gets the xGrid attribute of the AsciiArtPad object
The xGrid value |
getYGrid | public double getYGrid()(Code) | | Gets the yGrid attribute of the AsciiArtPad object
The yGrid value |
iterator | public Iterator iterator()(Code) | | Iterator of AsciiArtPad
Iterator iterating over all AsciiArtElements |
setHeight | public void setHeight(int height)(Code) | | Sets the height attribute of the AsciiArtPad object
Parameters: height - The new height value |
setWidth | public void setWidth(int width)(Code) | | Sets the width attribute of the AsciiArtPad object
Parameters: width - The new width value |
setXGrid | public void setXGrid(double xGrid)(Code) | | Sets the xGrid attribute of the AsciiArtPad object
Parameters: xGrid - The new xGrid value |
setYGrid | public void setYGrid(double yGrid)(Code) | | Sets the yGrid attribute of the AsciiArtPad object
Parameters: yGrid - The new yGrid value |
|
|
|