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()
clone()
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()
final double
right()
final void
setBottom
(double bottom) final void
setLeft
(double left) final void
setRight
(double right) final void
setTop
(double top) final double
top()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
Margins
public Margins() -
Margins
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setBottom
-
getBottom
Kotlin property getter. In Java use
bottom()
instead. -
bottom
-
setLeft
-
getLeft
Kotlin property getter. In Java use
left()
instead. -
left
-
setRight
-
getRight
Kotlin property getter. In Java use
right()
instead. -
right
-
setTop
-
getTop
Kotlin property getter. In Java use
top()
instead. -
top
-
clone
-