public class Grid extends GlyphList
| Constructor and Description |
|---|
Grid(double width,
double height,
int delta) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Glyphish g)
Add something glyphish to this list.
|
void |
add(Glyphish g,
java.awt.geom.AffineTransform a)
Add something glyphish to this list transforming it
beforehand using given affine transformation.
|
void |
add(int index,
Glyphish g)
Add something glyphish to this list.
|
Glyphish[] |
getGlyphishInArray() |
java.util.Collection<Glyphish> |
getGlyphishInCollection() |
clear, contains, dump, get, getBounds, getGlyphThing, getHeight, getListIterator, getWidth, inside, intersects, length, paint, remove, setHeight, setWidth, toString, transformkeyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, rotate, rotate, scale, setKeyAction, setMouseAction, shear, translate, unsetMouseAction_getAttribute, _setAttribute, getAttribute, getAttributeAsBoolean, getAttributeAsByte, getAttributeAsChar, getAttributeAsClosure, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsInt, getAttributeAsShort, getAttributeAsString, getKeys, getStaticAttribute, getStaticKeys, isAttribute, isStaticAttribute, removeAllAttributes, removeAllStaticAttributes, removeAttribute, removeStaticAttribute, setAttribute, setStaticAttribute, showAttributes, showAttributespublic Glyphish[] getGlyphishInArray()
getGlyphishInArray in class GlyphListpublic java.util.Collection<Glyphish> getGlyphishInCollection()
getGlyphishInCollection in class GlyphListpublic void add(Glyphish g)
GlyphListnull.public void add(int index,
Glyphish g)
GlyphListnull.