AffineTextureOp

abstract class AffineTextureOp(xform: AffineTransform, interpolationType: Int) : AffineTransformOp, Texture.TextureOp

Constructors

Link copied to clipboard
constructor(xform: AffineTransform, interpolationType: Int)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun apply(g: Graphics2D, texture: BufferedImage)

Apply this operation to the specified Graphics2D and render the texture using g.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Creates a zeroed destination image with the correct size and number of bands.

Link copied to clipboard
Link copied to clipboard
override fun getBounds2D(p0: Raster): Rectangle2D
Link copied to clipboard
override fun getPoint2D(p0: Point2D, p1: Point2D): Point2D
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String