RadioButtonGroup

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply(buttonAssets: ButtonAssets, width: Int, height: Int): RadioButtonGroup

Construct a bare bones radio button group, with no buttons in it.

Construct a bare bones radio button group, with no buttons in it.

Value Params
buttonAssets

The button assets to use to present each option button

height

The height of the radio button hit area, identical for all

width

The width of the radio button hit area, identical for all

Returns

RadioButtonGroup

def apply(buttonAssets: ButtonAssets, hitArea: Rectangle): RadioButtonGroup

Construct a bare bones radio button group, with no buttons in it.

Construct a bare bones radio button group, with no buttons in it.

Value Params
buttonAssets

The button assets to use to present each option button

hitArea

The hit area of the radio button relative to the button's position

Returns

RadioButtonGroup

Concrete fields