-
public final class GetPlatformFontsForNodeResponseResponse type for the CSSDomain.getPlatformFontsForNode command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PlatformFontUsage>fonts
-
Constructor Summary
Constructors Constructor Description GetPlatformFontsForNodeResponse(List<PlatformFontUsage> fonts)
-
Method Summary
Modifier and Type Method Description final List<PlatformFontUsage>component1()final GetPlatformFontsForNodeResponsecopy(List<PlatformFontUsage> fonts)final List<PlatformFontUsage>getFonts()Usage statistics for every employed platform font. -
-
Constructor Detail
-
GetPlatformFontsForNodeResponse
GetPlatformFontsForNodeResponse(List<PlatformFontUsage> fonts)
-
-
Method Detail
-
component1
final List<PlatformFontUsage> component1()
-
copy
final GetPlatformFontsForNodeResponse copy(List<PlatformFontUsage> fonts)
-
getFonts
final List<PlatformFontUsage> getFonts()
Usage statistics for every employed platform font.
-
-
-
-