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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @NotNull MeasureContext
private final @NotNull MeasurableFontSpec
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
CacheKey
(@NotNull MeasurableFontSpec spec, @NotNull MeasureContext context) -
Method Summary
-
Field Details
-
spec
-
context
-
-
Constructor Details
-
CacheKey
private CacheKey(@NotNull @NotNull MeasurableFontSpec spec, @NotNull @NotNull MeasureContext context)
-
-
Method Details