Constraints

class Constraints(val peer: GridBagConstraints) extends Proxy
trait Proxy
class Object
trait Matchable
class Any

Value members

Constructors

def this(gridx: Int, gridy: Int, gridwidth: Int, gridheight: Int, weightx: Double, weighty: Double, anchor: Int, fill: Int, insets: Insets, ipadx: Int, ipady: Int)
def this()

Concrete methods

def anchor_=(a: Value): Unit
def fill: Value
def fill_=(f: Value): Unit
def grid: (Int, Int)
def grid_=(c: (Int, Int)): Unit
def gridheight: Int
def gridheight_=(h: Int): Unit
def gridwidth: Int
def gridwidth_=(w: Int): Unit
def gridx: Int
def gridx_=(x: Int): Unit
def gridy: Int
def gridy_=(y: Int): Unit
def insets_=(i: Insets): Unit
def ipadx: Int
def ipadx_=(x: Int): Unit
def ipady: Int
def ipady_=(y: Int): Unit
def self: Any
def weightx: Double
def weightx_=(x: Double): Unit
def weighty: Double
def weighty_=(y: Double): Unit

Inherited methods

override def equals(that: Any): Boolean
Definition Classes
Proxy -> Any
Inherited from
Proxy
override def hashCode(): Int
Definition Classes
Proxy -> Any
Inherited from
Proxy
override def toString(): String
Definition Classes
Proxy -> Any
Inherited from
Proxy

Concrete fields

val peer: GridBagConstraints