Interface PaperType2D
- All Superinterfaces:
PaperType
- All Known Subinterfaces:
GlyphPaper.GlyphPaperType
- All Known Implementing Classes:
CompositePaperType2D, MonoPaperType, OverPaperType2D, PaintPaperType2D, RgbPaperType2D
PaperType sub-interface for making 2-dimensional plots.
- Since:
- 14 Feb 2013
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionvoidplaceGlyph(Paper paper, double gx, double gy, Glyph glyph, Color color) Places a glyph at a 2-d position on the paper.Methods inherited from interface PaperType
createDataIcon, isBitmap, placeDecal
-
Method Details
-
placeGlyph
-