java.lang.Object
io.qt.QtObject
io.qt.gui.QPicture
- All Implemented Interfaces:
QPaintDevice
,QtObjectInterface
,Cloneable
Paint device that records and replays QPainter commands
Java wrapper for Qt class QPicture
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.gui.QPaintDevice
QPaintDevice.PaintDeviceMetric
-
Constructor Summary
ConstructorDescriptionQPicture()
Overloaded constructor forQPicture(int)
withformatVersion = -1
.QPicture
(int formatVersion) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final QRect
clone()
Creates and returns a copy of this object.final int
final byte[]
data()
final int
depth()
final void
detach()
SeeQPicture::
detach() final double
final double
static double
SeeQPaintDevice::
devicePixelRatioFScale() final int
height()
final int
heightMM()
protected void
initPainter
(QPainter painter) SeeQPaintDevice::
initPainter(QPainter*)const final boolean
SeeQPicture::
isDetached()const final boolean
isNull()
final boolean
final boolean
final int
final int
protected int
final boolean
final int
final int
final boolean
void
readFrom
(QDataStream in) protected QPaintDevice
redirected
(QPoint offset) SeeQPaintDevice::
redirected(QPoint*)const final boolean
final boolean
final void
final void
setData
(byte[] data) Overloaded function forsetData(java.nio.ByteBuffer)
.final void
setData
(byte[] data, int offsetOfData, int size) Overloaded function forsetData(java.nio.ByteBuffer)
.void
setData
(ByteBuffer data) protected QPainter
SeeQPaintDevice::
sharedPainter()const final int
size()
final void
final int
width()
final int
widthMM()
void
writeTo
(QDataStream in) 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
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
QPicture
-
QPicture
public QPicture(int formatVersion) -
QPicture
public QPicture()Overloaded constructor for
QPicture(int)
withformatVersion = -1
.
-
-
Method Details
-
boundingRect
-
colorCount
- Specified by:
colorCount
in interfaceQPaintDevice
-
data
-
depth
- Specified by:
depth
in interfaceQPaintDevice
-
detach
See
QPicture::
detach() -
devicePixelRatio
- Specified by:
devicePixelRatio
in interfaceQPaintDevice
-
devicePixelRatioF
- Specified by:
devicePixelRatioF
in interfaceQPaintDevice
-
height
- Specified by:
height
in interfaceQPaintDevice
-
heightMM
- Specified by:
heightMM
in interfaceQPaintDevice
-
isDetached
See
QPicture::
isDetached()const -
isNull
-
load
-
load
-
logicalDpiX
- Specified by:
logicalDpiX
in interfaceQPaintDevice
-
logicalDpiY
- Specified by:
logicalDpiY
in interfaceQPaintDevice
-
writeTo
-
assign
-
readFrom
-
paintingActive
- Specified by:
paintingActive
in interfaceQPaintDevice
-
physicalDpiX
- Specified by:
physicalDpiX
in interfaceQPaintDevice
-
physicalDpiY
- Specified by:
physicalDpiY
in interfaceQPaintDevice
-
play
-
save
-
save
-
setBoundingRect
-
size
-
swap
-
width
- Specified by:
width
in interfaceQPaintDevice
-
widthMM
- Specified by:
widthMM
in interfaceQPaintDevice
-
initPainter
See
QPaintDevice::
initPainter(QPainter*)const -
metric
-
paintEngine
- Specified by:
paintEngine
in interfaceQPaintDevice
-
redirected
See
QPaintDevice::
redirected(QPoint*)const -
setData
-
devicePixelRatioFScale
public static double devicePixelRatioFScale()See
QPaintDevice::
devicePixelRatioFScale() -
clone
Creates and returns a copy of this object.
-
setData
Overloaded function for
setData(java.nio.ByteBuffer)
. -
setData
Overloaded function for
setData(java.nio.ByteBuffer)
.
-