Uses of Enum
org.rrd4j.graph.RrdGraphConstants.FontTag
-
Uses of RrdGraphConstants.FontTag in org.rrd4j.graph
Modifier and TypeFieldDescriptionstatic final RrdGraphConstants.FontTag
RrdGraphConstants.FONTTAG_AXIS
static final RrdGraphConstants.FontTag
RrdGraphConstants.FONTTAG_DEFAULT
static final RrdGraphConstants.FontTag
RrdGraphConstants.FONTTAG_LEGEND
static final RrdGraphConstants.FontTag
RrdGraphConstants.FONTTAG_TITLE
static final RrdGraphConstants.FontTag
RrdGraphConstants.FONTTAG_UNIT
static final RrdGraphConstants.FontTag
RrdGraphConstants.FONTTAG_WATERMARK
Modifier and TypeMethodDescriptionstatic RrdGraphConstants.FontTag
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 TypeMethodDescriptionRrdGraphDef.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.