java.lang.Object
io.qt.QtObject
io.qt.widgets.QColormap
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Maps device independent QColors to device dependent pixel values
Java wrapper for Qt class QColormap
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
clone()
Creates and returns a copy of this object.final QColor
colorAt
(int pixel) colormap()
final int
depth()
static QColormap
instance()
Overloaded function forinstance(int)
withscreen = -1
.static QColormap
instance
(int screen) final QColormap.Mode
mode()
final int
final int
size()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QColormap
-
-
Method Details
-
colorAt
-
colormap
-
depth
-
mode
-
assign
-
pixel
-
size
-
instance
-
clone
Creates and returns a copy of this object.
-
instance
Overloaded function for
instance(int)
withscreen = -1
.
-