Java java.awt Adjustable fields, constructors, methods, implement or subclass

Example usage for Java java.awt Adjustable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt Adjustable.

The text is from its open source code.

Field

intHORIZONTAL
Indicates that the Adjustable has horizontal orientation.
intVERTICAL
Indicates that the Adjustable has vertical orientation.

Method

intgetOrientation()
Gets the orientation of the adjustable object.
voidsetValue(int v)
Sets the current value of the adjustable object.