Class AbstractGlyphRun<T extends Shape>
java.lang.Object
com.github.weisj.jsvg.nodes.text.AbstractGlyphRun<T>
- Direct Known Subclasses:
GlyphRun, MutableGlyphRun
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @NotNull List<@NotNull AbstractGlyphRun.PaintableEmoji> private final @NotNull AbstractGlyphRun.Metricsprivate final T -
Constructor Summary
ConstructorsConstructorDescriptionAbstractGlyphRun(T shape, @NotNull AbstractGlyphRun.Metrics metrics, @NotNull List<@NotNull AbstractGlyphRun.PaintableEmoji> emojis) -
Method Summary
Modifier and TypeMethodDescription@NotNull List<@NotNull AbstractGlyphRun.PaintableEmoji> emojis()@NotNull AbstractGlyphRun.Metricsmetrics()shape()
-
Field Details
-
shape
-
metrics
-
emojis
-
-
Constructor Details
-
AbstractGlyphRun
public AbstractGlyphRun(@NotNull T shape, @NotNull @NotNull AbstractGlyphRun.Metrics metrics, @NotNull @NotNull List<@NotNull AbstractGlyphRun.PaintableEmoji> emojis)
-
-
Method Details
-
shape
-
metrics
-
emojis
-