Module com.github.weisj.jsvg
Class FontResolver.FontCache.CacheKey
- java.lang.Object
-
- com.github.weisj.jsvg.attributes.font.FontResolver.FontCache.CacheKey
-
- Enclosing class:
- FontResolver.FontCache
private static final class FontResolver.FontCache.CacheKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private @NotNull MeasureContextcontextprivate @NotNull MeasurableFontSpecspec
-
Constructor Summary
Constructors Modifier Constructor Description privateCacheKey(@NotNull MeasurableFontSpec spec, @NotNull MeasureContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
spec
@NotNull private final @NotNull MeasurableFontSpec spec
-
context
@NotNull private final @NotNull MeasureContext context
-
-
Constructor Detail
-
CacheKey
private CacheKey(@NotNull @NotNull MeasurableFontSpec spec, @NotNull @NotNull MeasureContext context)
-
-