- java.lang.Object
-
- java.awt.MultipleGradientPaint
-
- All Implemented Interfaces:
- Paint, Transparency
- Direct Known Subclasses:
- LinearGradientPaint, RadialGradientPaint
public abstract class MultipleGradientPaint extends Object implements Paint
This is the superclass for Paints which use a multiple color gradient to fill in their raster. It provides storage for variables and enumerated values common toLinearGradientPaint
andRadialGradientPaint
.- Since:
- 1.6
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
MultipleGradientPaint.ColorSpaceType
The color space in which to perform the gradient interpolation.static class
MultipleGradientPaint.CycleMethod
The method to use when painting outside the gradient bounds.
-
Field Summary
-
Fields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
-
-
Method Summary
Methods Modifier and Type Method and Description Color[]
getColors()
Returns a copy of the array of colors used by this gradient.MultipleGradientPaint.ColorSpaceType
getColorSpace()
Returns the enumerated type which specifies color space for interpolation.MultipleGradientPaint.CycleMethod
getCycleMethod()
Returns the enumerated type which specifies cycling behavior.float[]
getFractions()
Returns a copy of the array of floats used by this gradient to calculate color distribution.AffineTransform
getTransform()
Returns a copy of the transform applied to the gradient.int
getTransparency()
Returns the transparency mode for thisPaint
object.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.awt.Paint
createContext
-
-
-
-
Method Detail
-
getFractions
public final float[] getFractions()
Returns a copy of the array of floats used by this gradient to calculate color distribution. The returned array always has 0 as its first value and 1 as its last value, with increasing values in between.- Returns:
- a copy of the array of floats used by this gradient to calculate color distribution
-
getColors
public final Color[] getColors()
Returns a copy of the array of colors used by this gradient. The first color maps to the first value in the fractions array, and the last color maps to the last value in the fractions array.- Returns:
- a copy of the array of colors used by this gradient
-
getCycleMethod
public final MultipleGradientPaint.CycleMethod getCycleMethod()
Returns the enumerated type which specifies cycling behavior.- Returns:
- the enumerated type which specifies cycling behavior
-
getColorSpace
public final MultipleGradientPaint.ColorSpaceType getColorSpace()
Returns the enumerated type which specifies color space for interpolation.- Returns:
- the enumerated type which specifies color space for interpolation
-
getTransform
public final AffineTransform getTransform()
Returns a copy of the transform applied to the gradient.Note that if no transform is applied to the gradient when it is created, the identity transform is used.
- Returns:
- a copy of the transform applied to the gradient
-
getTransparency
public final int getTransparency()
Returns the transparency mode for thisPaint
object.- Specified by:
getTransparency
in interfaceTransparency
- Returns:
OPAQUE
if all colors used by thisPaint
object are opaque,TRANSLUCENT
if at least one of the colors used by thisPaint
object is not opaque.- See Also:
Transparency
-
-
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-java/awt/multiplegradientpaint.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.