- java.lang.Object
-
- java.awt.TexturePaint
-
- All Implemented Interfaces:
- Paint, Transparency
public class TexturePaint extends Object implements Paint
TheTexturePaint
class provides a way to fill aShape
with a texture that is specified as aBufferedImage
. The size of theBufferedImage
object should be small because theBufferedImage
data is copied by theTexturePaint
object. At construction time, the texture is anchored to the upper left corner of aRectangle2D
that is specified in user space. Texture is computed for locations in the device space by conceptually replicating the specifiedRectangle2D
infinitely in all directions in user space and mapping theBufferedImage
to each replicatedRectangle2D
.- See Also:
Paint
,Graphics2D.setPaint(java.awt.Paint)
-
-
Field Summary
-
Fields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
-
-
Constructor Summary
Constructors Constructor and Description TexturePaint(BufferedImage txtr, Rectangle2D anchor)
Constructs aTexturePaint
object.
-
Method Summary
Methods Modifier and Type Method and Description PaintContext
createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
Creates and returns aPaintContext
used to generate a tiled image pattern.Rectangle2D
getAnchorRect()
Returns a copy of the anchor rectangle which positions and sizes the textured image.BufferedImage
getImage()
Returns theBufferedImage
texture used to fill the shapes.int
getTransparency()
Returns the transparency mode for thisTexturePaint
.
-
-
-
Constructor Detail
-
TexturePaint
public TexturePaint(BufferedImage txtr, Rectangle2D anchor)
Constructs aTexturePaint
object.- Parameters:
txtr
- theBufferedImage
object with the texture used for paintinganchor
- theRectangle2D
in user space used to anchor and replicate the texture
-
-
Method Detail
-
getImage
public BufferedImage getImage()
Returns theBufferedImage
texture used to fill the shapes.- Returns:
- a
BufferedImage
.
-
getAnchorRect
public Rectangle2D getAnchorRect()
Returns a copy of the anchor rectangle which positions and sizes the textured image.- Returns:
- the
Rectangle2D
used to anchor and size thisTexturePaint
.
-
createContext
public PaintContext createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
Creates and returns aPaintContext
used to generate a tiled image pattern. See thespecification
of the method in thePaint
interface for information on null parameter handling.- Specified by:
createContext
in interfacePaint
- Parameters:
cm
- the preferredColorModel
which represents the most convenient format for the caller to receive the pixel data, ornull
if there is no preference.deviceBounds
- the device space bounding box of the graphics primitive being rendered.userBounds
- the user space bounding box of the graphics primitive being rendered.xform
- theAffineTransform
from user space into device space.hints
- the set of hints that the context object can use to choose between rendering alternatives.- Returns:
- the
PaintContext
for generating color patterns. - See Also:
Paint
,PaintContext
,ColorModel
,Rectangle
,Rectangle2D
,AffineTransform
,RenderingHints
-
getTransparency
public int getTransparency()
Returns the transparency mode for thisTexturePaint
.- Specified by:
getTransparency
in interfaceTransparency
- Returns:
- the transparency mode for this
TexturePaint
as an integer value. - See Also:
Transparency
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-java/awt/TexturePaint.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.