-
- All Implemented Interfaces:
public final class ButtonTheme
-
-
Constructor Summary
Constructors Constructor Description ButtonTheme()
-
Method Summary
Modifier and Type Method Description final LayoutgetLayout()final UnitsetLayout(Layout layout)final FontgetFont()final UnitsetFont(Font font)final ColorMapgetColorMap()final UnitsetColorMap(ColorMap colorMap)final BooleangetLegendOn()final UnitsetLegendOn(Boolean legendOn)final BooleangetNewWin()final UnitsetNewWin(Boolean newWin)final Unitlayout(Function1<Layout, Unit> layout)final ButtonThemevalidate()final Unitfont(Function1<Font, Unit> font)final UnitcolorMap(Function1<ColorMap, Unit> colorMap)-
-
Method Detail
-
getColorMap
final ColorMap getColorMap()
-
setColorMap
final Unit setColorMap(ColorMap colorMap)
-
getLegendOn
final Boolean getLegendOn()
-
setLegendOn
final Unit setLegendOn(Boolean legendOn)
-
validate
final ButtonTheme validate()
-
-
-
-