Package org.gnome.gdk
Class Cursor.Builder<B extends Cursor.Builder<B>>
java.lang.Object
io.github.jwharm.javagi.gobject.Builder<B>
org.gnome.gobject.GObject.Builder<B>
org.gnome.gdk.Cursor.Builder<B>
- Type Parameters:
B
- the type of the Builder that is returned
- All Implemented Interfaces:
BuilderInterface
- Enclosing class:
Cursor
Inner class implementing a builder pattern to construct a GObject with
properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finish building theCursor
object.setFallback
(Cursor fallback) Cursor to fall back to if this cursor cannot be displayed.setHotspotX
(int hotspotX) X position of the cursor hotspot in the cursor image.setHotspotY
(int hotspotY) Y position of the cursor hotspot in the cursor image.Name of this this cursor.setTexture
(Texture texture) The texture displayed by this cursor.Methods inherited from class org.gnome.gobject.GObject.Builder
onNotify
Methods inherited from class io.github.jwharm.javagi.gobject.Builder
addBuilderProperty, connect, connect, connectSignals, getArena, getNames, getValues
-
Constructor Details
-
Builder
protected Builder()Default constructor for aBuilder
object.
-
-
Method Details
-
build
Finish building theCursor
object. This will callGObject.withProperties(org.gnome.glib.Type, java.lang.String[], org.gnome.gobject.Value[])
to create a new GObject instance, which is then cast toCursor
.- Overrides:
build
in classGObject.Builder<B extends Cursor.Builder<B>>
- Returns:
- a new instance of
Cursor
with the properties that were set in the Builder object.
-
setFallback
-
setHotspotX
X position of the cursor hotspot in the cursor image.- Parameters:
hotspotX
- the value for thehotspot-x
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setHotspotY
Y position of the cursor hotspot in the cursor image.- Parameters:
hotspotY
- the value for thehotspot-y
property- Returns:
- the
Builder
instance is returned, to allow method chaining
-
setName
-
setTexture
-