public abstract class GraphicsGlyph extends Object implements Glyph
| Constructor and Description |
|---|
GraphicsGlyph(Rectangle bounds)
Constructs a GraphicsGlyph that may cover pixels within a given
bounding rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
Pixer |
createPixer(Rectangle clip)
Returns an iterator over pixel offsets for this glyph's shape,
considered to be at the origin.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpaintGlyphpublic GraphicsGlyph(Rectangle bounds)
bounds - maximum extent of the image that this glyph coverspublic Pixer createPixer(Rectangle clip)
GlyphcreatePixer in interface Glyphclip - clip rectangleCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.