Interface PaperType2D
-
- All Superinterfaces:
PaperType
- All Known Subinterfaces:
GlyphPaper.GlyphPaperType
- All Known Implementing Classes:
CompositePaperType2D
,MonoPaperType
,OverPaperType2D
,PaintPaperType2D
,RgbPaperType2D
public interface PaperType2D extends PaperType
PaperType sub-interface for making 2-dimensional plots.- Since:
- 14 Feb 2013
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
placeGlyph(Paper paper, double gx, double gy, Glyph glyph, java.awt.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
-
-