| Package | Description |
|---|---|
| org.rrd4j.graph | RRD4J graph capabilities. |
| Modifier and Type | Field and Description |
|---|---|
static RrdGraphConstants.FontTag | RrdGraphConstants.FONTTAG_AXISAxis font tag |
static RrdGraphConstants.FontTag | RrdGraphConstants.FONTTAG_DEFAULTDefault font tag |
static RrdGraphConstants.FontTag | RrdGraphConstants.FONTTAG_LEGENDLegend font tag |
static RrdGraphConstants.FontTag | RrdGraphConstants.FONTTAG_TITLETitle font tag |
static RrdGraphConstants.FontTag | RrdGraphConstants.FONTTAG_UNITUnit font tag |
static RrdGraphConstants.FontTag | RrdGraphConstants.FONTTAG_WATERMARKWatermark font tag |
| Modifier and Type | Method and Description |
|---|---|
static RrdGraphConstants.FontTag | RrdGraphConstants.FontTag.valueOf(String name)Returns the enum constant of this type with the specified name. |
static RrdGraphConstants.FontTag[] | RrdGraphConstants.FontTag.values()Returns an array containing the constants of this enum type, in
the order they are declared. |
| Modifier and Type | Method and Description |
|---|---|
Font | RrdGraphDef.getFont(RrdGraphConstants.FontTag tag)getFont. |
(package private) double | RrdGraphGenerator.getFontCharWidth(RrdGraphConstants.FontTag fonttag)Return the font char width |
(package private) double | RrdGraphGenerator.getFontHeight(RrdGraphConstants.FontTag fonttag)Return the font height |
void | RrdGraphDef.setFont(RrdGraphConstants.FontTag fontTag,
Font font)Sets font to be used for a specific font tag. |
void | RrdGraphDef.setFont(RrdGraphConstants.FontTag fontTag,
Font font,
boolean setAll)Sets font. |
void | RrdGraphDef.setFont(RrdGraphConstants.FontTag fontTag,
Font font,
boolean setAll,
boolean keepSizes)Sets font. |