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, transform
keyPressed, 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, showAttributes
public Glyphish[] getGlyphishInArray()
getGlyphishInArray
in class GlyphList
public java.util.Collection<Glyphish> getGlyphishInCollection()
getGlyphishInCollection
in class GlyphList
public void add(Glyphish g)
GlyphList
null
.public void add(int index, Glyphish g)
GlyphList
null
.