org.gnu.gtk

Class VRuler

public class VRuler extends Ruler

GtkVRuler displays a vertically-oriented scale that optionally can contain tick marks and a current-position pointer. You can set the pointer position from inside the program - it follows the mouse.
Constructor Summary
VRuler()
VRuler(Handle handle)
Construct a VRuler from a handle to a native resource.
Method Summary
static TypegetType()
Retrieve the runtime type used by the GLib library.
static VRulergetVRuler(Handle handle)
Internal static factory method to be used by Java-Gnome only.

Constructor Detail

VRuler

public VRuler()

VRuler

public VRuler(Handle handle)
Construct a VRuler from a handle to a native resource.

Method Detail

getType

public static Type getType()
Retrieve the runtime type used by the GLib library.

getVRuler

public static VRuler getVRuler(Handle handle)
Internal static factory method to be used by Java-Gnome only.