BorderLayout

scalation.scala2d.BorderLayout
object BorderLayout extends BorderLayout

The BorderLayout object is a convenience object for java.awt.BorderLayout.

Attributes

Graph
Supertypes
class BorderLayout
trait Serializable
trait LayoutManager2
trait LayoutManager
class Object
trait Matchable
class Any
Show all
Self type

Members list

Inherited
  • Not inherited
  • BorderLayout

Value members

Inherited methods

def addLayoutComponent(x$0: Component, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
BorderLayout
def getConstraints(x$0: Component): <FromJavaObject>

Attributes

Inherited from:
BorderLayout
def getHgap(): Int

Attributes

Inherited from:
BorderLayout
def getLayoutAlignmentX(x$0: Container): Float

Attributes

Inherited from:
BorderLayout
def getLayoutAlignmentY(x$0: Container): Float

Attributes

Inherited from:
BorderLayout
def getLayoutComponent(x$0: Container, x$1: <FromJavaObject>): Component

Attributes

Inherited from:
BorderLayout
def getLayoutComponent(x$0: <FromJavaObject>): Component

Attributes

Inherited from:
BorderLayout
def getVgap(): Int

Attributes

Inherited from:
BorderLayout
def invalidateLayout(x$0: Container): Unit

Attributes

Inherited from:
BorderLayout
def layoutContainer(x$0: Container): Unit

Attributes

Inherited from:
BorderLayout
def maximumLayoutSize(x$0: Container): Dimension

Attributes

Inherited from:
BorderLayout
def minimumLayoutSize(x$0: Container): Dimension

Attributes

Inherited from:
BorderLayout
def preferredLayoutSize(x$0: Container): Dimension

Attributes

Inherited from:
BorderLayout
def removeLayoutComponent(x$0: Component): Unit

Attributes

Inherited from:
BorderLayout
def setHgap(x$0: Int): Unit

Attributes

Inherited from:
BorderLayout
def setVgap(x$0: Int): Unit

Attributes

Inherited from:
BorderLayout
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
BorderLayout

Deprecated and Inherited methods

@Deprecated
def addLayoutComponent(x$0: String, x$1: Component): Unit

Attributes

Deprecated
true
Inherited from:
BorderLayout

Concrete fields

val AFTER_LAST_LINE: String
val CENTER: String
val NORTH: String