org.archive.wayback.partition
Class BubbleCalendarData

java.lang.Object
  extended by org.archive.wayback.partition.BubbleCalendarData

public class BubbleCalendarData
extends Object

Author:
brad

Field Summary
 long dataEndMSSE
           
 long dataStartMSSE
           
 Date firstResultDate
           
 String firstResultReplayUrl
           
 Date lastResultDate
           
 List<Partition<Partition<CaptureSearchResult>>> monthsByDay
           
 long numResults
           
 UIResults results
           
 Date searchEndDate
           
 Date searchStartDate
           
 String searchUrlForHTML
           
 String searchUrlForJS
           
 int yearNum
           
 
Constructor Summary
BubbleCalendarData(UIResults results)
           
 
Method Summary
static Calendar getUTCCalendar()
           
 String getYearsGraphString(int imgWidth, int imgHeight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

results

public UIResults results

searchUrlForJS

public String searchUrlForJS

searchUrlForHTML

public String searchUrlForHTML

searchStartDate

public Date searchStartDate

searchEndDate

public Date searchEndDate

firstResultDate

public Date firstResultDate

lastResultDate

public Date lastResultDate

yearNum

public int yearNum

dataStartMSSE

public long dataStartMSSE

dataEndMSSE

public long dataEndMSSE

numResults

public long numResults

firstResultReplayUrl

public String firstResultReplayUrl

monthsByDay

public List<Partition<Partition<CaptureSearchResult>>> monthsByDay
Constructor Detail

BubbleCalendarData

public BubbleCalendarData(UIResults results)
Method Detail

getYearsGraphString

public String getYearsGraphString(int imgWidth,
                                  int imgHeight)

getUTCCalendar

public static Calendar getUTCCalendar()


Copyright © 2005-2011 Internet Archive. All Rights Reserved.