toggle menu
ktaf
1.5.2
jvm
switch theme
search in API
ktaf
/
com.github.benpollarduk.ktaf.rendering.frames
/
AboutFrameBuilder
About
Frame
Builder
fun
interface
AboutFrameBuilder
Provides a standard interface for about frames.
Inheritors
AnsiAboutFrameBuilder
HtmlAboutFrameBuilder
Members
Functions
build
Link copied to clipboard
abstract
fun
build
(
title
:
String
,
description
:
String
,
author
:
String
)
:
Frame
Build a frame with a
title
,
description
and
author
.