org.gnu.gtk
public class VScale extends Scale
Constructor Summary | |
---|---|
VScale(Adjustment adjustment)
Creates a new VScale
| |
VScale(double min, double max, double step)
Creates a new vertical scale widget that lets the user input a number
between min and max (including min and max) with the increment step. | |
VScale(Handle handle)
Construct a VScale using a handle to a native resource. |
Method Summary | |
---|---|
static Type | getType()
Retrieve the runtime type used by the GLib library. |
static VScale | getVScale(Handle handle)
Internal static factory method to be used by Java-Gnome only. |
Parameters: adjustment The Adjustment which sets the range of the scale.
Parameters: min Minimum value max Maximum value step Step increment (tick size) used with keyboard shortcuts