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

  • Constructor Summary

    Constructors
    Constructor
    Description
    See QPagedPaintDevice::Margins::Margins()
    Margins(double left, double right, double top, double bottom)
    See QPagedPaintDevice::Margins::Margins{qreal,qreal,qreal,qreal}
    See QPagedPaintDevice::Margins::Margins(QPagedPaintDevice::Margins)
  • Method Summary

    Modifier and Type
    Method
    Description
    final double
    See QPagedPaintDevice::Margins::bottom
    Creates and returns a copy of this object.
    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()

    • Margins

      public Margins(QPagedPaintDevice.Margins other)

      See QPagedPaintDevice::Margins::Margins(QPagedPaintDevice::Margins)

    • Margins

      public Margins(double left, double right, double top, double bottom)

      See QPagedPaintDevice::Margins::Margins{qreal,qreal,qreal,qreal}

  • 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.

      See QPagedPaintDevice::Margins::Margins(QPagedPaintDevice::Margins)

      Overrides:
      clone in class Object