Package org.gnome.gdk
Class Cursor.Builder<B extends Cursor.Builder<B>>
java.lang.Object
org.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Finish building theCursorobject.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
onNotifyMethods inherited from class org.javagi.gobject.Builder
addBuilderProperty, connect, connect, connectSignals, getArena, getNames, getValues
-
Constructor Details
-
Builder
protected Builder()Default constructor for aBuilderobject.
-
-
Method Details
-
build
Finish building theCursorobject. 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:
buildin classGObject.Builder<B extends Cursor.Builder<B>>- Returns:
- a new instance of
Cursorwith 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-xproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setHotspotY
Y position of the cursor hotspot in the cursor image.- Parameters:
hotspotY- the value for thehotspot-yproperty- Returns:
- the
Builderinstance is returned, to allow method chaining
-
setName
-
setTexture
-