java.lang.Object
io.qt.QtObject
io.qt.gui.QPagedPaintDevice.Margins
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing interface:
QPagedPaintDevice
Java wrapper for Qt class QPagedPaintDevice::Margins
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal double
bottom()
SeeQPagedPaintDevice::Margins::
bottom clone()
Creates and returns a copy of this object.final double
Kotlin property getter.final double
getLeft()
Kotlin property getter.final double
getRight()
Kotlin property getter.final double
getTop()
Kotlin property getter.final double
left()
SeeQPagedPaintDevice::Margins::
left final double
right()
SeeQPagedPaintDevice::Margins::
right final void
setBottom
(double bottom) SeeQPagedPaintDevice::Margins::
bottom final void
setLeft
(double left) SeeQPagedPaintDevice::Margins::
left final void
setRight
(double right) SeeQPagedPaintDevice::Margins::
right final void
setTop
(double top) SeeQPagedPaintDevice::Margins::
top final double
top()
SeeQPagedPaintDevice::Margins::
top Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
Margins
public Margins()See
QPagedPaintDevice::Margins::
Margins()
-
-
Method Details
-
setBottom
See
QPagedPaintDevice::Margins::
bottom -
bottom
See
QPagedPaintDevice::Margins::
bottom -
setLeft
See
QPagedPaintDevice::Margins::
left -
left
See
QPagedPaintDevice::Margins::
left -
setRight
See
QPagedPaintDevice::Margins::
right -
right
See
QPagedPaintDevice::Margins::
right -
setTop
See
QPagedPaintDevice::Margins::
top -
top
See
QPagedPaintDevice::Margins::
top -
clone
Creates and returns a copy of this object.
-
getBottom
Kotlin property getter. In Java use
bottom()
instead. -
getLeft
Kotlin property getter. In Java use
left()
instead. -
getRight
Kotlin property getter. In Java use
right()
instead. -
getTop
Kotlin property getter. In Java use
top()
instead.
-