Uses of Interface
org.pepstock.charba.client.options.IsImmutableFont
-
Packages that use IsImmutableFont Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of IsImmutableFont in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return IsImmutableFont Modifier and Type Method Description IsImmutableFont
Helpers. toFont(IsDefaultFont font)
Parses font options and returns a normalized font object.IsImmutableFont
Helpers. toFont(FontItem font)
Parses font options and returns a normalized font object. -
Uses of IsImmutableFont in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement IsImmutableFont Modifier and Type Class Description class
AbstractImmutableFont
Base class to map a font element in read-only mode, normalized by CHART.JS byHelpers.toFont(org.pepstock.charba.client.items.FontItem)
, providing also the CSS string of font itself.
-