Uses of Class
org.rrd4j.graph.RrdGraphConstants.FontTag
Package | Description |
---|---|
org.rrd4j.graph |
RRD4J graph capabilities.
|
-
Uses of RrdGraphConstants.FontTag in org.rrd4j.graph
Fields in org.rrd4j.graph declared as RrdGraphConstants.FontTag Modifier and Type Field 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
Methods in org.rrd4j.graph that return RrdGraphConstants.FontTag Modifier and Type Method 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.Methods in org.rrd4j.graph with parameters of type RrdGraphConstants.FontTag Modifier and Type Method Description Font
RrdGraphDef. getFont(RrdGraphConstants.FontTag tag)
(package private) double
RrdGraph. getFontCharWidth(RrdGraphConstants.FontTag fonttag)
(package private) double
RrdGraph. 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.