| Package | org.aswing |
| Interface | public interface Orientable |
| Implementors | JAdjuster, JProgressBar, JScrollBar, JSeparator, JSlider, JSplitPane, JToolBar |
| Method | Defined by | ||
|---|---|---|---|
|
getOrientation():int
Returns the orientation.
| Orientable | ||
|
setOrientation(ori:int):void
Sets the orientation, or how the splitter is divided.
| Orientable | ||
| getOrientation | () | method |
public function getOrientation():intReturns the orientation.
Returnsint — an integer giving the orientation
|
See also
| setOrientation | () | method |
public function setOrientation(ori:int):voidSets the orientation, or how the splitter is divided. The options are:
ori:int — an integer specifying the orientation
|