java.lang.Object
io.qt.QtObject
io.qt.gui.QGradient
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Direct Known Subclasses:
QConicalGradient
,QLinearGradient
,QRadialGradient
Used in combination with QBrush to specify gradient fills
Java wrapper for Qt class QGradient
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQGradient::CoordinateMode
static enum
Java wrapper for Qt enumQGradient::InterpolationMode
static enum
Java wrapper for Qt enumQGradient::Preset
static enum
Java wrapper for Qt enumQGradient::Spread
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QGradient.CoordinateMode
static QGradient
create
(QGradient.Preset preset) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QGradient)
.SeeQGradient::
interpolationMode()const final void
setColorAt
(double pos, QColor color) final void
final void
SeeQGradient::
setInterpolationMode(QGradient::InterpolationMode) final void
setSpread
(QGradient.Spread spread) final void
setStops
(Collection<? extends QPair<@QtPrimitiveType Double, QColor>> stops) final QGradient.Spread
spread()
final QList<QPair<@QtPrimitiveType Double,
QColor>> stops()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Method Details
-
coordinateMode
-
interpolationMode
See
QGradient::
interpolationMode()const -
setColorAt
-
setCoordinateMode
-
setInterpolationMode
See
QGradient::
setInterpolationMode(QGradient::InterpolationMode) -
setSpread
-
setStops
@QtUninvokable public final void setStops(Collection<? extends QPair<@QtPrimitiveType Double, QColor>> stops) -
spread
-
stops
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QGradient)
. -
create
-
clone
Creates and returns a copy of this object.
-