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, wait
paintGlyph
public GraphicsGlyph(Rectangle bounds)
bounds
- maximum extent of the image that this glyph coverspublic Pixer createPixer(Rectangle clip)
Glyph
createPixer
in interface Glyph
clip
- clip rectangleCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.