uk.ac.starlink.ttools.plot2.paper
Interface PaperType2D
- All Superinterfaces:
- PaperType
- 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 |
void |
placeGlyph(Paper paper,
double gx,
double gy,
Glyph glyph,
Color color)
Places a glyph at a 2-d position on the paper. |
placeGlyph
void placeGlyph(Paper paper,
double gx,
double gy,
Glyph glyph,
Color color)
- 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
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.