Module hivegui
Back to master index

[public] Configuration Point hivegui.CursorsOccurs: unbounded
List of cursors managed by the CursorFactory service.
Schema
Element <cursor>
One cursor.
Attribute hotspot-x Translator: double,min=0.0,max=1.0
X position of the cursor's hotspot, as a ratio of the icon's width. 0.0 is on the left, 1.0 is on the right.
Attribute hotspot-y Translator: double,min=0.0,max=1.0
Y position of the cursor's hotspot, as a ratio of the icon's height. 0.0 is on the top, 1.0 is on the bottom.
Attribute icon (required) Translator: string
Path to an icon resource to beused for that cursor.
Attribute id (required) (unique) Translator: string
Unique id of the cursor.
Conversion Rules
<conversion class="net.sourceforge.hivegui.component.CursorContribution" />

Module hivegui
Back to master index