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).
|
Modifier and Type | Method and Description |
---|---|
IsImmutableFont |
Helpers.toFont(FontItem font)
Parses font options and returns a normalized font object.
|
IsImmutableFont |
Helpers.toFont(IsDefaultFont font)
Parses font options and returns a normalized font object.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableFont
Base class to map a font element in read-only mode, normalized by CHART.JS by
Helpers.toFont(org.pepstock.charba.client.items.FontItem) , providing also the CSS string of
font itself. |