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 TypeMethodDescriptionvoid
placeGlyph
(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 uk.ac.starlink.ttools.plot2.paper.PaperType
createDataIcon, isBitmap, placeDecal
-
Method Details
-
placeGlyph
Places a glyph at a 2-d position on the paper.- Parameters:
paper
- graphics destination specific to this PaperTypegx
- X coordinategy
- Y coordinateglyph
- graphics shapecolor
- colour for glyph
-