public static enum PdfRendererBuilder.CacheStore extends Enum<PdfRendererBuilder.CacheStore>
| Enum Constant and Description |
|---|
PDF_FONT_METRICS
Caches font metrics, based on a combined key of family name, weight and style.
|
| Modifier and Type | Method and Description |
|---|---|
static PdfRendererBuilder.CacheStore |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfRendererBuilder.CacheStore[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfRendererBuilder.CacheStore PDF_FONT_METRICS
public static PdfRendererBuilder.CacheStore[] values()
for (PdfRendererBuilder.CacheStore c : PdfRendererBuilder.CacheStore.values()) System.out.println(c);
public static PdfRendererBuilder.CacheStore valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2004–2025. All rights reserved.