Uses of Enum
org.rrd4j.graph.RrdGraphConstants.FontTag
Packages that use RrdGraphConstants.FontTag
-
Uses of RrdGraphConstants.FontTag in org.rrd4j.graph
Fields in org.rrd4j.graph declared as RrdGraphConstants.FontTagModifier and TypeFieldDescriptionstatic final RrdGraphConstants.FontTagRrdGraphConstants.FONTTAG_AXISstatic final RrdGraphConstants.FontTagRrdGraphConstants.FONTTAG_DEFAULTstatic final RrdGraphConstants.FontTagRrdGraphConstants.FONTTAG_LEGENDstatic final RrdGraphConstants.FontTagRrdGraphConstants.FONTTAG_TITLEstatic final RrdGraphConstants.FontTagRrdGraphConstants.FONTTAG_UNITstatic final RrdGraphConstants.FontTagRrdGraphConstants.FONTTAG_WATERMARKMethods in org.rrd4j.graph that return RrdGraphConstants.FontTagModifier and TypeMethodDescriptionstatic RrdGraphConstants.FontTagReturns 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.FontTagModifier and TypeMethodDescriptionRrdGraphDef.getFont(RrdGraphConstants.FontTag tag) (package private) doubleRrdGraphGenerator.getFontCharWidth(RrdGraphConstants.FontTag fonttag) (package private) doubleRrdGraphGenerator.getFontHeight(RrdGraphConstants.FontTag fonttag) voidRrdGraphDef.setFont(RrdGraphConstants.FontTag fontTag, Font font) Sets font to be used for a specific font tag.voidRrdGraphDef.setFont(RrdGraphConstants.FontTag fontTag, Font font, boolean setAll) Sets font.voidRrdGraphDef.setFont(RrdGraphConstants.FontTag fontTag, Font font, boolean setAll, boolean keepSizes) Sets font.