Package org.jsignal.std
Class Para
java.lang.Object
org.jsignal.ui.Component
org.jsignal.std.ParaPropComponent
org.jsignal.std.Para
- All Implemented Interfaces:
Element
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jsignal.std.ParaPropComponent
ParaPropComponent.Builder, ParaPropComponent.BuilderContentOneofStep
-
Field Summary
Modifier and TypeFieldDescriptionstatic final io.github.humbleui.skija.paragraph.TypefaceFontProvider
static Context
<io.github.humbleui.skija.paragraph.FontCollection> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Para
from
(io.github.humbleui.skija.paragraph.Paragraph paragraph) static Para
static Para
fromString
(String string) static Para
fromString
(Supplier<String> string) io.github.humbleui.skija.paragraph.Paragraph
getRef()
static void
loadFontFromResource
(String location) protected void
onBuild
(Para.Transitive transitive) render()
Methods inherited from class org.jsignal.std.ParaPropComponent
builder, toBuilder
-
Field Details
-
fontsContext
-
fontManager
public static final io.github.humbleui.skija.paragraph.TypefaceFontProvider fontManager
-
-
Constructor Details
-
Para
public Para()
-
-
Method Details
-
loadFontFromResource
- Throws:
IOException
-
getRef
-
onBuild
-
render
-
getParagraph
public io.github.humbleui.skija.paragraph.Paragraph getParagraph() -
from
-
from
-
fromString
-
fromString
-