scala.swing.GridBagPanel

class Constraints

[source: scala/swing/GridBagPanel.scala]

class Constraints(val peer : java.awt.GridBagConstraints)
extends Proxy
The specific type of constraints.
Additional Constructor Summary
def this (gridx : Int, gridy : Int, gridwidth : Int, gridheight : Int, weightx : Double, weighty : Double, anchor : Int, fill : Int, insets : java.awt.Insets, ipadx : Int, ipady : Int) : Constraints
def this : Constraints
Method Summary
def anchor : Value
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 : java.awt.Insets
def insets_= (i : java.awt.Insets) : Unit
def ipadx : Int
def ipadx_= (x : Int) : Unit
def ipady : Int
def ipady_= (y : Int) : Unit
def self : java.awt.GridBagConstraints
def weightx : Double
def weightx_= (x : Double) : Unit
def weighty : Double
def weighty_= (y : Double) : Unit
Methods inherited from Proxy
hashCode, equals, toString
Methods inherited from AnyRef
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Additional Constructor Details
def this(gridx : Int, gridy : Int, gridwidth : Int, gridheight : Int, weightx : Double, weighty : Double, anchor : Int, fill : Int, insets : java.awt.Insets, ipadx : Int, ipady : Int) : Constraints

def this : Constraints

Method Details
def self : java.awt.GridBagConstraints
Overrides
Proxy.self

def gridx : Int

def gridx_=(x : Int) : Unit

def gridy : Int

def gridy_=(y : Int) : Unit

def grid : (Int, Int)

def grid_=(c : (Int, Int)) : Unit

def gridwidth : Int

def gridwidth_=(w : Int) : Unit

def gridheight : Int

def gridheight_=(h : Int) : Unit

def weightx : Double

def weightx_=(x : Double) : Unit

def weighty : Double

def weighty_=(y : Double) : Unit

def anchor : Value

def anchor_=(a : Value) : Unit

def fill : Value

def fill_=(f : Value) : Unit

def insets : java.awt.Insets

def insets_=(i : java.awt.Insets) : Unit

def ipadx : Int

def ipadx_=(x : Int) : Unit

def ipady : Int

def ipady_=(y : Int) : Unit