java.lang.Object
io.qt.QtObject
io.qt.uic.ui4.DomGradientStop
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class DomGradientStop
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal doubleSeeDomGradientStop::attributePosition()const final voidSeeDomGradientStop::clearAttributePosition() final voidSeeDomGradientStop::clearElementColor() final DomColorSeeDomGradientStop::elementColor()const final booleanSeeDomGradientStop::hasAttributePosition()const final booleanSeeDomGradientStop::hasElementColor()const final voidread(QXmlStreamReader reader) SeeDomGradientStop::read(QXmlStreamReader&) final voidsetAttributePosition(double a) SeeDomGradientStop::setAttributePosition(double) final voidSeeDomGradientStop::setElementColor(DomColor*) final DomColorSeeDomGradientStop::takeElementColor() final voidwrite(QXmlStreamWriter writer) Overloaded function forwrite(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null.final voidwrite(QXmlStreamWriter writer, String tagName) SeeDomGradientStop::write(QXmlStreamWriter&, QString)const Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
DomGradientStop
public DomGradientStop()See
DomGradientStop::DomGradientStop()
-
-
Method Details
-
attributePosition
See
DomGradientStop::attributePosition()const -
clearAttributePosition
See
DomGradientStop::clearAttributePosition() -
clearElementColor
See
DomGradientStop::clearElementColor() -
elementColor
See
DomGradientStop::elementColor()const -
hasAttributePosition
See
DomGradientStop::hasAttributePosition()const -
hasElementColor
See
DomGradientStop::hasElementColor()const -
read
See
DomGradientStop::read(QXmlStreamReader&) -
setAttributePosition
See
DomGradientStop::setAttributePosition(double) -
setElementColor
See
DomGradientStop::setElementColor(DomColor*) -
takeElementColor
See
DomGradientStop::takeElementColor() -
write
Overloaded function for
write(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null. -
write
See
DomGradientStop::write(QXmlStreamWriter&, QString)const
-