Module com.github.weisj.jsvg
Package com.github.weisj.jsvg.nodes.text
Class AbstractGlyphRun.Metrics
- java.lang.Object
-
- com.github.weisj.jsvg.nodes.text.AbstractGlyphRun.Metrics
-
- Enclosing class:
- AbstractGlyphRun<T extends java.awt.Shape>
static class AbstractGlyphRun.Metrics extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) @NotNull java.awt.geom.Rectangle2D
layoutBounds
(package private) @NotNull java.awt.geom.Rectangle2D
paintBounds
-
Constructor Summary
Constructors Constructor Description Metrics(@NotNull java.awt.geom.Rectangle2D paintBounds, @NotNull java.awt.geom.Rectangle2D layoutBounds)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static @NotNull AbstractGlyphRun.Metrics
createDefault()
(package private) void
union(@NotNull AbstractGlyphRun.Metrics metrics)
-
-
-
Method Detail
-
createDefault
@NotNull static @NotNull AbstractGlyphRun.Metrics createDefault()
-
union
void union(@NotNull @NotNull AbstractGlyphRun.Metrics metrics)
-
-