Uses of Class
org.rrd4j.graph.RrdGraphConstants.FontTag
- 
Packages that use RrdGraphConstants.FontTag Package Description org.rrd4j.graph RRD4J graph capabilities.
- 
- 
Uses of RrdGraphConstants.FontTag in org.rrd4j.graphFields in org.rrd4j.graph declared as RrdGraphConstants.FontTag Modifier and Type Field Description static RrdGraphConstants.FontTagRrdGraphConstants. FONTTAG_AXISstatic RrdGraphConstants.FontTagRrdGraphConstants. FONTTAG_DEFAULTstatic RrdGraphConstants.FontTagRrdGraphConstants. FONTTAG_LEGENDstatic RrdGraphConstants.FontTagRrdGraphConstants. FONTTAG_TITLEstatic RrdGraphConstants.FontTagRrdGraphConstants. FONTTAG_UNITstatic RrdGraphConstants.FontTagRrdGraphConstants. FONTTAG_WATERMARKMethods in org.rrd4j.graph that return RrdGraphConstants.FontTag Modifier and Type Method Description static RrdGraphConstants.FontTagRrdGraphConstants.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 FontRrdGraphDef. getFont(RrdGraphConstants.FontTag tag)(package private) doubleRrdGraph. getFontCharWidth(RrdGraphConstants.FontTag fonttag)(package private) doubleRrdGraph. 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.
 
-