Class AbstractGlyphRun.Metrics
java.lang.Object
com.github.weisj.jsvg.nodes.text.AbstractGlyphRun.Metrics
- Enclosing class:
AbstractGlyphRun<T extends Shape>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final @NotNull Rectangle2D(package private) final @NotNull Rectangle2D -
Constructor Summary
ConstructorsConstructorDescriptionMetrics(@NotNull Rectangle2D paintBounds, @NotNull Rectangle2D layoutBounds) -
Method Summary
Modifier and TypeMethodDescription(package private) static @NotNull AbstractGlyphRun.Metrics(package private) voidunion(@NotNull AbstractGlyphRun.Metrics metrics)
-
Field Details
-
paintBounds
-
layoutBounds
-
-
Constructor Details
-
Metrics
Metrics(@NotNull @NotNull Rectangle2D paintBounds, @NotNull @NotNull Rectangle2D layoutBounds)
-
-
Method Details
-
createDefault
-
union
-