- java.lang.Object
-
- javax.swing.plaf.nimbus.AbstractRegionPainter.PaintContext
-
- Enclosing class:
- AbstractRegionPainter
protected static class AbstractRegionPainter.PaintContext extends Object
A class encapsulating state useful when painting. Generally, instances of this class are created once, and reused for each paint request without modification. This class contains values useful when hinting the cache engine, and when decoding control points and bezier curve anchors.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description protected static class
AbstractRegionPainter.PaintContext.CacheMode
-
Constructor Summary
Constructors Constructor and Description AbstractRegionPainter.PaintContext(Insets insets, Dimension canvasSize, boolean inverted)
Creates a new PaintContext which does not attempt to cache or scale any cached images.AbstractRegionPainter.PaintContext(Insets insets, Dimension canvasSize, boolean inverted, AbstractRegionPainter.PaintContext.CacheMode cacheMode, double maxH, double maxV)
Creates a new PaintContext.
-
-
-
Constructor Detail
-
AbstractRegionPainter.PaintContext
public AbstractRegionPainter.PaintContext(Insets insets, Dimension canvasSize, boolean inverted)
Creates a new PaintContext which does not attempt to cache or scale any cached images.- Parameters:
insets
- The stretching insets. May be null. If null, then assumed to be 0, 0, 0, 0.canvasSize
- The size of the canvas used when encoding the various x/y values. May be null. If null, then it is assumed that there are no encoded values, and any calls to one of the "decode" methods will return the passed in value.inverted
- Whether to "invert" the meaning of the 9-square grid and stretching insets
-
AbstractRegionPainter.PaintContext
public AbstractRegionPainter.PaintContext(Insets insets, Dimension canvasSize, boolean inverted, AbstractRegionPainter.PaintContext.CacheMode cacheMode, double maxH, double maxV)
Creates a new PaintContext.- Parameters:
insets
- The stretching insets. May be null. If null, then assumed to be 0, 0, 0, 0.canvasSize
- The size of the canvas used when encoding the various x/y values. May be null. If null, then it is assumed that there are no encoded values, and any calls to one of the "decode" methods will return the passed in value.inverted
- Whether to "invert" the meaning of the 9-square grid and stretching insetscacheMode
- A hint as to which caching mode to use. If null, then set to no caching.maxH
- The maximium scale in the horizontal direction to use before punting and redrawing from scratch. For example, if maxH is 2, then we will attempt to scale any cached images up to 2x the canvas width before redrawing from scratch. Reasonable maxH values may improve painting performance. If set too high, then you may get poor looking graphics at higher zoom levels. Must be >= 1.maxV
- The maximium scale in the vertical direction to use before punting and redrawing from scratch. For example, if maxV is 2, then we will attempt to scale any cached images up to 2x the canvas height before redrawing from scratch. Reasonable maxV values may improve painting performance. If set too high, then you may get poor looking graphics at higher zoom levels. Must be >= 1.
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/swing/plaf/nimbus/AbstractRegionPainter.PaintContext.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.