Package io.gitlab.pixelGraphics.twoDimGraphics.surface

Types

ImageSurface
Link copied to clipboard
common
class ImageSurface : Surface
Uses an image as the destination for the 2D (two dimensional) graphics.
class ImageSurface : Surface
class ImageSurface : Surface
PdfSurface
Link copied to clipboard
common
class PdfSurface : Surface
Uses a PDF as the destination for the 2D (two dimensional) graphics.
class PdfSurface : Surface
class PdfSurface : Surface
Surface
Link copied to clipboard
common
interface Surface : Closable
Represents the destination for the 2D (two dimensional) graphics.
interface Surface : Closable
interface Surface : Closable