interface org.aswing.Orientable

An component or any thing has HORIZONTAL or VERTICAL form. @author paling

Instance Fields

function getOrientation(): Int

Returns the orientation.

@see #setOrientation()

returns

an integer giving the orientation

function setOrientation(ori:Int): Void

Sets the orientation, or how the splitter is divided. The options are:

  • AsWingConstants.HORIZONTAL
  • AsWingConstants.VERTICAL

orientation

an integer specifying the orientation