Rio Project 4.2 API Documentation



Uses of Class
org.rioproject.watch.FontDescriptor

Packages that use FontDescriptor
org.rioproject.watch Provides mechanisms to collect and analyze programmer defined metrics defined in a distributed application. 
 

Uses of FontDescriptor in org.rioproject.watch
 

Methods in org.rioproject.watch that return FontDescriptor
 FontDescriptor CalculableDisplayAttributes.getTitleFont()
          Getter for property titleFont.
 FontDescriptor CalculableDisplayAttributes.getXLegendFont()
          Getter for property xLegendFont.
 FontDescriptor CalculableDisplayAttributes.getYLegendFont()
          Getter for property yLegendFont.
 

Methods in org.rioproject.watch with parameters of type FontDescriptor
 void CalculableDisplayAttributes.setTitleFont(FontDescriptor titleFont)
          Setter for property titleFont.
 void CalculableDisplayAttributes.setXLegendFont(FontDescriptor xLegendFont)
          Setter for property xLegendFont.
 void CalculableDisplayAttributes.setYLegendFont(FontDescriptor yLegendFont)
          Setter for property yLegendFont.
 

Constructors in org.rioproject.watch with parameters of type FontDescriptor
CalculableDisplayAttributes(String yLegend, FontDescriptor yLegendFont, int yScale, NumberFormat yFormat, String xLegend, FontDescriptor xLegendFont, int xScale, NumberFormat xFormat, String title, FontDescriptor titleFont, Class calculableClass)
          Creates new CalculableDisplay with provided inputs:
 


Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.