public class ImageGlyph extends Glyphish
| Modifier and Type | Field and Description |
|---|---|
static boolean |
debug |
static java.lang.Object |
renderingHint |
| Constructor and Description |
|---|
ImageGlyph(ImageGlyph copy) |
ImageGlyph(java.lang.String file) |
ImageGlyph(java.lang.String file,
int x,
int y) |
ImageGlyph(java.lang.String file,
int x,
int y,
int w,
int h) |
ImageGlyph(java.net.URL url,
int x,
int y) |
ImageGlyph(java.net.URL url,
int x,
int y,
int w,
int h) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Rectangle2D |
getBounds() |
int |
getHeight() |
int |
getWidth() |
boolean |
inside(java.awt.geom.Point2D p) |
boolean |
intersects(java.awt.geom.Rectangle2D rect) |
void |
paint(java.awt.Graphics2D g2d) |
java.lang.String |
toString() |
void |
transform(java.awt.geom.AffineTransform a) |
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, showAttributespublic static boolean debug
public static java.lang.Object renderingHint
public ImageGlyph(ImageGlyph copy)
public ImageGlyph(java.lang.String file,
int x,
int y)
public ImageGlyph(java.lang.String file,
int x,
int y,
int w,
int h)
public ImageGlyph(java.lang.String file)
public ImageGlyph(java.net.URL url,
int x,
int y)
public ImageGlyph(java.net.URL url,
int x,
int y,
int w,
int h)
public int getHeight()
public int getWidth()
public boolean intersects(java.awt.geom.Rectangle2D rect)
intersects in class Glyphishpublic void transform(java.awt.geom.AffineTransform a)
public java.lang.String toString()
toString in class java.lang.Object