java.lang.Object
io.qt.QtObject
io.qt.svg.QSvgGenerator
- All Implemented Interfaces:
QPaintDevice
,QtObjectInterface
Paint device that is used to create SVG drawings
Java wrapper for Qt class QSvgGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.gui.QPaintDevice
QPaintDevice.PaintDeviceMetric
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal int
final int
depth()
final String
final double
final double
static double
SeeQPaintDevice::
devicePixelRatioFScale() final String
fileName()
final String
Kotlin property getter.final String
Kotlin property getter.final QIODevice
Kotlin property getter.final int
Kotlin property getter.final QSize
getSize()
Kotlin property getter.final String
getTitle()
Kotlin property getter.final QRectF
Kotlin property getter.final int
height()
final int
heightMM()
protected void
initPainter
(QPainter painter) SeeQPaintDevice::
initPainter(QPainter*)const final int
final int
protected int
metric
(QPaintDevice.PaintDeviceMetric metric) final QIODevice
final boolean
final int
final int
protected QPaintDevice
redirected
(QPoint offset) SeeQPaintDevice::
redirected(QPoint*)const final int
final void
setDescription
(String description) final void
setFileName
(String fileName) final void
setOutputDevice
(QIODevice outputDevice) final void
setResolution
(int dpi) final void
final void
final void
setViewBox
(QRect viewBox) final void
setViewBox
(QRectF viewBox) protected QPainter
SeeQPaintDevice::
sharedPainter()const final QSize
size()
final QSvgGenerator.SvgVersion
final String
title()
final QRect
viewBox()
final QRectF
viewBoxF()
final int
width()
final int
widthMM()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
QSvgGenerator
public QSvgGenerator() -
QSvgGenerator
-
-
Method Details
-
colorCount
- Specified by:
colorCount
in interfaceQPaintDevice
-
depth
- Specified by:
depth
in interfaceQPaintDevice
-
getDescription
Kotlin property getter. In Java use
description()
instead. -
description
-
devicePixelRatio
- Specified by:
devicePixelRatio
in interfaceQPaintDevice
-
devicePixelRatioF
- Specified by:
devicePixelRatioF
in interfaceQPaintDevice
-
getFileName
Kotlin property getter. In Java use
fileName()
instead. -
fileName
-
height
- Specified by:
height
in interfaceQPaintDevice
-
heightMM
- Specified by:
heightMM
in interfaceQPaintDevice
-
logicalDpiX
- Specified by:
logicalDpiX
in interfaceQPaintDevice
-
logicalDpiY
- Specified by:
logicalDpiY
in interfaceQPaintDevice
-
getOutputDevice
Kotlin property getter. In Java use
outputDevice()
instead. -
outputDevice
-
paintingActive
- Specified by:
paintingActive
in interfaceQPaintDevice
-
physicalDpiX
- Specified by:
physicalDpiX
in interfaceQPaintDevice
-
physicalDpiY
- Specified by:
physicalDpiY
in interfaceQPaintDevice
-
getResolution
Kotlin property getter. In Java use
resolution()
instead. -
resolution
-
setDescription
-
setFileName
-
setOutputDevice
-
setResolution
-
setSize
-
setTitle
-
setViewBox
-
setViewBox
-
getSize
Kotlin property getter. In Java use
size()
instead. -
size
-
svgVersion
-
getTitle
Kotlin property getter. In Java use
title()
instead. -
title
-
viewBox
-
getViewBox
Kotlin property getter. In Java use
viewBoxF()
instead. -
viewBoxF
-
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 -
devicePixelRatioFScale
public static double devicePixelRatioFScale()See
QPaintDevice::
devicePixelRatioFScale()
-