Uses of Class
com.github.weisj.jsvg.nodes.text.AbstractGlyphRun.Metrics
-
Packages that use AbstractGlyphRun.Metrics Package Description com.github.weisj.jsvg.nodes.text -
-
Uses of AbstractGlyphRun.Metrics in com.github.weisj.jsvg.nodes.text
Fields in com.github.weisj.jsvg.nodes.text declared as AbstractGlyphRun.Metrics Modifier and Type Field Description AbstractGlyphRun.MetricsGlyphCursor. completeGlyphRunMetricsprivate @NotNull AbstractGlyphRun.MetricsAbstractGlyphRun. metricsMethods in com.github.weisj.jsvg.nodes.text that return AbstractGlyphRun.Metrics Modifier and Type Method Description (package private) static @NotNull AbstractGlyphRun.MetricsAbstractGlyphRun.Metrics. createDefault()@NotNull AbstractGlyphRun.MetricsAbstractGlyphRun. metrics()Methods in com.github.weisj.jsvg.nodes.text with parameters of type AbstractGlyphRun.Metrics Modifier and Type Method Description (package private) voidAbstractGlyphRun.Metrics. union(@NotNull AbstractGlyphRun.Metrics metrics)Constructors in com.github.weisj.jsvg.nodes.text with parameters of type AbstractGlyphRun.Metrics Constructor Description AbstractGlyphRun(T shape, @NotNull AbstractGlyphRun.Metrics metrics, @NotNull java.util.List<@NotNull AbstractGlyphRun.PaintableEmoji> emojis)GlyphCursor(float x, float y, @NotNull java.awt.geom.AffineTransform transform, AbstractGlyphRun.Metrics metrics)GlyphRun(@NotNull java.awt.Shape shape, @NotNull AbstractGlyphRun.Metrics metrics, java.util.List<@NotNull AbstractGlyphRun.PaintableEmoji> emojis)
-