|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Glyph
Represents an uncoloured shape to be drawn, typically a small point marker. Any colouring is done outside of methods of this object.
Method Summary | |
---|---|
Pixer |
createPixer(Rectangle clip)
Returns an iterator over pixel offsets for this glyph's shape, considered to be at the origin. |
void |
paintGlyph(Graphics g)
Paints a representation of a point considered to be at the origin. |
Method Detail |
---|
void paintGlyph(Graphics g)
g
- graphics contextPixer createPixer(Rectangle clip)
clip
- clip rectangle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |