Changeset 529


Ignore:
Timestamp:
02/14/11 18:43:51 (2 years ago)
Author:
philsmart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • raptor-information-model/trunk/src/main/java/uk/ac/cardiff/model/Presentation.java

    r505 r529  
    2121    private String yAxisLabel; 
    2222 
     23    /* the user can specify a date format per graph if the graph is a time series*/ 
     24    private String dateFormat; 
     25 
    2326 
    2427    public void setGraphTitle(String graphTitle) { 
     
    4043        return yAxisLabel; 
    4144    } 
     45    public void setDateFormat(String dateFormat) { 
     46        this.dateFormat = dateFormat; 
     47    } 
     48    public String getDateFormat() { 
     49        return dateFormat; 
     50    } 
    4251 
    4352} 
Note: See TracChangeset for help on using the changeset viewer.