Class FontResolver.FontCache.CacheKey
- java.lang.Object
-
- com.github.weisj.jsvg.attributes.font.FontResolver.FontCache.CacheKey
-
- Enclosing class:
- FontResolver.FontCache
@Immutable private static final class FontResolver.FontCache.CacheKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private @NotNull MeasureContext
context
private @NotNull MeasurableFontSpec
spec
-
Constructor Summary
Constructors Modifier Constructor Description private
CacheKey(@NotNull MeasurableFontSpec spec, @NotNull MeasureContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
-
-
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)
-
-