Package | Description |
---|---|
org.rrd4j.graph |
RRD4J graph capabilities.
|
Modifier and Type | Field and Description |
---|---|
static RrdGraphConstants.FontTag |
RrdGraphConstants.FONTTAG_AXIS |
static RrdGraphConstants.FontTag |
RrdGraphConstants.FONTTAG_DEFAULT |
static RrdGraphConstants.FontTag |
RrdGraphConstants.FONTTAG_LEGEND |
static RrdGraphConstants.FontTag |
RrdGraphConstants.FONTTAG_TITLE |
static RrdGraphConstants.FontTag |
RrdGraphConstants.FONTTAG_UNIT |
static RrdGraphConstants.FontTag |
RrdGraphConstants.FONTTAG_WATERMARK |
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) |
(package private) double |
RrdGraphGenerator.getFontCharWidth(RrdGraphConstants.FontTag fonttag) |
(package private) double |
RrdGraphGenerator.getFontHeight(RrdGraphConstants.FontTag fonttag) |
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.
|