Interface Paper
-
- All Known Implementing Classes:
GlyphPaper
,RgbPaperType.RgbPaper
,RgbPaperType2D.RgbPaper2D
,RgbPaperType3D.RgbPaper3D
public interface Paper
Marker interface labelling objects which are used to store rendering data specific to a given PaperType.- Since:
- 14 Feb 2013
- Author:
- Mark Taylor
- See Also:
PaperType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PaperType
getPaperType()
Returns the PaperType which generated and can write to this paper.
-
-
-
Method Detail
-
getPaperType
PaperType getPaperType()
Returns the PaperType which generated and can write to this paper. This method is not essential, but could be useful for assertions.- Returns:
- paper type
-
-