pulse - the web application framework Get pulse at SourceForge.net. Fast, secure and Free Open Source software downloads Ohloh project report for pulse-java

Uses of Class
org.torweg.pulse.component.statistics.model.AbstractResolution.Format

Packages that use AbstractResolution.Format
org.torweg.pulse.component.statistics.model Contains all entities representing "countable" statistical unit of information. 
org.torweg.pulse.component.statistics.util Provides a set of utility classes for displaying statistical information within the pulse website administration UI. 
 

Uses of AbstractResolution.Format in org.torweg.pulse.component.statistics.model
 

Methods in org.torweg.pulse.component.statistics.model that return AbstractResolution.Format
 AbstractResolution.Format AbstractResolution.getFormat()
          Returns the format.
static AbstractResolution.Format AbstractResolution.Format.getFormat(int[] xy)
          returns the Format for the given resolution.
static AbstractResolution.Format AbstractResolution.Format.getFormat(int x, int y)
          returns the Format for the given resolution.
static AbstractResolution.Format AbstractResolution.Format.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractResolution.Format[] AbstractResolution.Format.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.torweg.pulse.component.statistics.model with parameters of type AbstractResolution.Format
 boolean AbstractResolution.isFormat(AbstractResolution.Format f)
          Returns whether the ScreenResolution matches the given ScreenResolution.Format.
 

Constructors in org.torweg.pulse.component.statistics.model with parameters of type AbstractResolution.Format
AbstractResolution(AbstractResolution.Format f)
          Creates a default ScreenResolution.
 

Uses of AbstractResolution.Format in org.torweg.pulse.component.statistics.util
 

Methods in org.torweg.pulse.component.statistics.util that return types with arguments of type AbstractResolution.Format
 java.util.Map<AbstractResolution.Format,ScreenResolutionPerVisitAggregationRowData.FormatResolutionsData> ScreenResolutionPerVisitAggregationRowData.getFormats()
          Returns the counted totals per resolutions of a format.
 java.util.Map<AbstractResolution.Format,java.lang.Integer> ScreenResolutionPerVisitAggregationRowData.getFormatTotals()
          Returns the counted totals per format.
 

Methods in org.torweg.pulse.component.statistics.util with parameters of type AbstractResolution.Format
 ScreenResolutionPerVisitAggregationRowData.FormatResolutionsData ScreenResolutionPerVisitAggregationRowData.getFormatResolutionsData(AbstractResolution.Format format)
          Returns the FormatResolutionsData for the requested format.
 java.lang.Integer ScreenResolutionPerVisitAggregationRowData.getFormatTotal(AbstractResolution.Format format)
          Returns the format total for the requested format.