class
Constraints extends Proxy
Instance Constructors
-
new
Constraints()
-
new
Constraints(gridx: Int, gridy: Int, gridwidth: Int, gridheight: Int, weightx: Double, weighty: Double, anchor: Int, fill: Int, insets: Insets, ipadx: Int, ipady: Int)
-
new
Constraints(peer: GridBagConstraints)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
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
hashCode(): Int
-
-
def
insets_=(i: Insets): Unit
-
def
ipadx: Int
-
def
ipadx_=(x: Int): Unit
-
def
ipady: Int
-
def
ipady_=(y: Int): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
peer: GridBagConstraints
-
def
self: GridBagConstraints
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
weightx: Double
-
def
weightx_=(x: Double): Unit
-
def
weighty: Double
-
def
weighty_=(y: Double): Unit
Inherited from Proxy
Inherited from Any