A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.oracle.com/en/java/javase/19/docs/api/java.desktop/java/awt/TexturePaint.html below:

TexturePaint (Java SE 19 & JDK 19)

All Implemented Interfaces:
Paint, Transparency
public class TexturePaint extends Object implements Paint

The

TexturePaint

class provides a way to fill a

Shape

with a texture that is specified as a

BufferedImage

. The size of the

BufferedImage

object should be small because the

BufferedImage

data is copied by the

TexturePaint

object. At construction time, the texture is anchored to the upper left corner of a

Rectangle2D

that is specified in user space. Texture is computed for locations in the device space by conceptually replicating the specified

Rectangle2D

infinitely in all directions in user space and mapping the

BufferedImage

to each replicated

Rectangle2D

.

See Also:

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4