Module qtjambi
Package io.qt.gui

Class QPagedPaintDevice.Margins

java.lang.Object
io.qt.QtObject
io.qt.gui.QPagedPaintDevice.Margins
All Implemented Interfaces:
QtObjectInterface, Cloneable
Enclosing interface:
QPagedPaintDevice

public static class QPagedPaintDevice.Margins extends QtObject implements Cloneable

Java wrapper for Qt class QPagedPaintDevice::Margins

  • Nested Class Summary

    Nested classes/interfaces inherited from class io.qt.QtObject

    QtObject.QPrivateConstructor
  • Constructor Summary

    Constructors
    Constructor
    Description
    See QPagedPaintDevice::Margins::Margins()
  • Method Summary

    Modifier and Type
    Method
    Description
    final double
    See QPagedPaintDevice::Margins::bottom
    Creates and returns a copy of this object.
    final double
    Kotlin property getter.
    final double
    Kotlin property getter.
    final double
    Kotlin property getter.
    final double
    Kotlin property getter.
    final double
    See QPagedPaintDevice::Margins::left
    final double
    See QPagedPaintDevice::Margins::right
    final void
    setBottom(double bottom)
    See QPagedPaintDevice::Margins::bottom
    final void
    setLeft(double left)
    See QPagedPaintDevice::Margins::left
    final void
    setRight(double right)
    See QPagedPaintDevice::Margins::right
    final void
    setTop(double top)
    See QPagedPaintDevice::Margins::top
    final double
    top()
    See QPagedPaintDevice::Margins::top

    Methods inherited from class io.qt.QtObject

    dispose, equals, isDisposed

    Methods inherited from class java.lang.Object

    finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Margins

      public Margins()

      See QPagedPaintDevice::Margins::Margins()

  • Method Details

    • setBottom

      @QtUninvokable public final void setBottom(double bottom)

      See QPagedPaintDevice::Margins::bottom

    • bottom

      @QtUninvokable public final double bottom()

      See QPagedPaintDevice::Margins::bottom

    • setLeft

      @QtUninvokable public final void setLeft(double left)

      See QPagedPaintDevice::Margins::left

    • left

      @QtUninvokable public final double left()

      See QPagedPaintDevice::Margins::left

    • setRight

      @QtUninvokable public final void setRight(double right)

      See QPagedPaintDevice::Margins::right

    • right

      @QtUninvokable public final double right()

      See QPagedPaintDevice::Margins::right

    • setTop

      @QtUninvokable public final void setTop(double top)

      See QPagedPaintDevice::Margins::top

    • top

      @QtUninvokable public final double top()

      See QPagedPaintDevice::Margins::top

    • clone

      Creates and returns a copy of this object.

      Overrides:
      clone in class Object
    • getBottom

      @QtUninvokable public final double getBottom()

      Kotlin property getter. In Java use bottom() instead.

    • getLeft

      @QtUninvokable public final double getLeft()

      Kotlin property getter. In Java use left() instead.

    • getRight

      @QtUninvokable public final double getRight()

      Kotlin property getter. In Java use right() instead.

    • getTop

      @QtUninvokable public final double getTop()

      Kotlin property getter. In Java use top() instead.