Class CompositePaperType2D
java.lang.Object
uk.ac.starlink.ttools.plot2.paper.RgbPaperType
uk.ac.starlink.ttools.plot2.paper.RgbPaperType2D
uk.ac.starlink.ttools.plot2.paper.CompositePaperType2D
- All Implemented Interfaces:
PaperType, PaperType2D
Bitmapped 2D PaperType which can render any combination of coloured,
opaque and transparent pixels.
- Since:
- 14 Feb 2013
- Author:
- Mark Taylor
-
Nested Class Summary
Nested classes/interfaces inherited from class RgbPaperType2D
RgbPaperType2D.RgbPaper2DNested classes/interfaces inherited from class RgbPaperType
RgbPaperType.RgbPaper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RgbPaperType2D.RgbPaper2DcreatePaper2D(Rectangle bounds) Creates a 2D paper object for given bounds.Methods inherited from class RgbPaperType2D
createPaper, placeGlyphMethods inherited from class RgbPaperType
createDataIcon, isBitmap, placeDecal, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface PaperType
createDataIcon, isBitmap, placeDecal
-
Constructor Details
-
CompositePaperType2D
Constructor.- Parameters:
compositor- compositing strategy for combining transparent pixels
-
-
Method Details
-
createPaper2D
Description copied from class:RgbPaperType2DCreates a 2D paper object for given bounds.- Specified by:
createPaper2Din classRgbPaperType2D- Parameters:
bounds- plot bounds- Returns:
- new 2d paper instance
-