- java.lang.Object
-
- java.awt.image.renderable.RenderContext
-
- All Implemented Interfaces:
- Cloneable
public class RenderContext extends Object implements Cloneable
A RenderContext encapsulates the information needed to produce a specific rendering from a RenderableImage. It contains the area to be rendered specified in rendering-independent terms, the resolution at which the rendering is to be performed, and hints used to control the rendering process.Users create RenderContexts and pass them to the RenderableImage via the createRendering method. Most of the methods of RenderContexts are not meant to be used directly by applications, but by the RenderableImage and operator classes to which it is passed.
The AffineTransform parameter passed into and out of this class are cloned. The RenderingHints and Shape parameters are not necessarily cloneable and are therefore only reference copied. Altering RenderingHints or Shape instances that are in use by instances of RenderContext may have undesired side effects.
-
-
Constructor Summary
Constructors Constructor and Description RenderContext(AffineTransform usr2dev)
Constructs a RenderContext with a given transform.RenderContext(AffineTransform usr2dev, RenderingHints hints)
Constructs a RenderContext with a given transform and rendering hints.RenderContext(AffineTransform usr2dev, Shape aoi)
Constructs a RenderContext with a given transform and area of interest.RenderContext(AffineTransform usr2dev, Shape aoi, RenderingHints hints)
Constructs a RenderContext with a given transform.
-
Method Summary
Methods Modifier and Type Method and Description Object
clone()
Makes a copy of a RenderContext.void
concatenateTransform(AffineTransform modTransform)
Modifies the current user-to-device transform by appending another transform.void
concetenateTransform(AffineTransform modTransform)
Deprecated.replaced byconcatenateTransform(AffineTransform)
.Shape
getAreaOfInterest()
Gets the ares of interest currently contained in the RenderContext.RenderingHints
getRenderingHints()
Gets the rendering hints of thisRenderContext
.AffineTransform
getTransform()
Gets the current user-to-device AffineTransform.void
preConcatenateTransform(AffineTransform modTransform)
Modifies the current user-to-device transform by prepending another transform.void
preConcetenateTransform(AffineTransform modTransform)
Deprecated.replaced bypreConcatenateTransform(AffineTransform)
.void
setAreaOfInterest(Shape newAoi)
Sets the current area of interest.void
setRenderingHints(RenderingHints hints)
Sets the rendering hints of thisRenderContext
.void
setTransform(AffineTransform newTransform)
Sets the current user-to-device AffineTransform contained in the RenderContext to a given transform.
-
-
-
Constructor Detail
-
RenderContext
public RenderContext(AffineTransform usr2dev, Shape aoi, RenderingHints hints)
Constructs a RenderContext with a given transform. The area of interest is supplied as a Shape, and the rendering hints are supplied as a RenderingHints object.- Parameters:
usr2dev
- an AffineTransform.aoi
- a Shape representing the area of interest.hints
- a RenderingHints object containing rendering hints.
-
RenderContext
public RenderContext(AffineTransform usr2dev)
Constructs a RenderContext with a given transform. The area of interest is taken to be the entire renderable area. No rendering hints are used.- Parameters:
usr2dev
- an AffineTransform.
-
RenderContext
public RenderContext(AffineTransform usr2dev, RenderingHints hints)
Constructs a RenderContext with a given transform and rendering hints. The area of interest is taken to be the entire renderable area.- Parameters:
usr2dev
- an AffineTransform.hints
- a RenderingHints object containing rendering hints.
-
RenderContext
public RenderContext(AffineTransform usr2dev, Shape aoi)
Constructs a RenderContext with a given transform and area of interest. The area of interest is supplied as a Shape. No rendering hints are used.- Parameters:
usr2dev
- an AffineTransform.aoi
- a Shape representing the area of interest.
-
-
Method Detail
-
getRenderingHints
public RenderingHints getRenderingHints()
Gets the rendering hints of thisRenderContext
.- Returns:
- a
RenderingHints
object that represents the rendering hints of thisRenderContext
. - See Also:
setRenderingHints(RenderingHints)
-
setRenderingHints
public void setRenderingHints(RenderingHints hints)
Sets the rendering hints of thisRenderContext
.- Parameters:
hints
- aRenderingHints
object that represents the rendering hints to assign to thisRenderContext
.- See Also:
getRenderingHints()
-
setTransform
public void setTransform(AffineTransform newTransform)
Sets the current user-to-device AffineTransform contained in the RenderContext to a given transform.- Parameters:
newTransform
- the new AffineTransform.- See Also:
getTransform()
-
preConcatenateTransform
public void preConcatenateTransform(AffineTransform modTransform)
Modifies the current user-to-device transform by prepending another transform. In matrix notation the operation is:[this] = [modTransform] x [this]
- Parameters:
modTransform
- the AffineTransform to prepend to the current usr2dev transform.- Since:
- 1.3
-
preConcetenateTransform
@Deprecated public void preConcetenateTransform(AffineTransform modTransform)
Deprecated. replaced bypreConcatenateTransform(AffineTransform)
.Modifies the current user-to-device transform by prepending another transform. In matrix notation the operation is:[this] = [modTransform] x [this]
This method does the same thing as the preConcatenateTransform method. It is here for backward compatibility with previous releases which misspelled the method name.- Parameters:
modTransform
- the AffineTransform to prepend to the current usr2dev transform.
-
concatenateTransform
public void concatenateTransform(AffineTransform modTransform)
Modifies the current user-to-device transform by appending another transform. In matrix notation the operation is:[this] = [this] x [modTransform]
- Parameters:
modTransform
- the AffineTransform to append to the current usr2dev transform.- Since:
- 1.3
-
concetenateTransform
@Deprecated public void concetenateTransform(AffineTransform modTransform)
Deprecated. replaced byconcatenateTransform(AffineTransform)
.Modifies the current user-to-device transform by appending another transform. In matrix notation the operation is:[this] = [this] x [modTransform]
This method does the same thing as the concatenateTransform method. It is here for backward compatibility with previous releases which misspelled the method name.- Parameters:
modTransform
- the AffineTransform to append to the current usr2dev transform.
-
getTransform
public AffineTransform getTransform()
Gets the current user-to-device AffineTransform.- Returns:
- a reference to the current AffineTransform.
- See Also:
setTransform(AffineTransform)
-
setAreaOfInterest
public void setAreaOfInterest(Shape newAoi)
Sets the current area of interest. The old area is discarded.- Parameters:
newAoi
- The new area of interest.- See Also:
getAreaOfInterest()
-
getAreaOfInterest
public Shape getAreaOfInterest()
Gets the ares of interest currently contained in the RenderContext.- Returns:
- a reference to the area of interest of the RenderContext, or null if none is specified.
- See Also:
setAreaOfInterest(Shape)
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
05/11/2024 17:23:18 Cette version de la page est en cache (à la date du 05/11/2024 17:23:18) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 01/09/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-java/awt/image/renderable/rendercontext.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.