Uses of Class
com.exponto.util.Date

Packages that use Date
com.exponto.jstock.gui.panels   
com.exponto.jstock.indicators   
com.exponto.util   
 

Uses of Date in com.exponto.jstock.gui.panels
 

Methods in com.exponto.jstock.gui.panels that return Date
 Date PersistentLine.getX1()
           
 Date PersistentLine.getX2()
           
 

Methods in com.exponto.jstock.gui.panels with parameters of type Date
 void PersistentLine.setX1(Date d)
           
 void PersistentLine.setX2(Date d)
           
 

Constructors in com.exponto.jstock.gui.panels with parameters of type Date
PersistentLine(Date dx1, double dy1, Date dx2, double dy2)
           
 

Uses of Date in com.exponto.jstock.indicators
 

Fields in com.exponto.jstock.indicators declared as Date
protected  Date IndicatorParameters.m_validFrom
           
protected  Date IndicatorParameters.sm_validTo
           
 Date LogTradingData.day
           
 

Methods in com.exponto.jstock.indicators that return Date
 Date IndicatorParameters.getValidFrom()
           
 Date IndicatorParameters.getValidTo()
           
 Date LogTradingData.getDate()
           
 

Methods in com.exponto.jstock.indicators with parameters of type Date
 void IndicatorParameters.setValidFrom(Date date)
           
 void IndicatorParameters.setValidTo(Date date)
           
 int LogDataSeries.findNumberInPeriode(Date d)
          Finds the position in the current periode to the LogTradingData with a date that is equl to the date d.
 void LogTradingData.setDate(Date d)
           
 

Constructors in com.exponto.jstock.indicators with parameters of type Date
LogTradingData(Date d, double o, double h, double l, double c, long v, char s)
          Creates new LogChartData with complete dataset
 

Uses of Date in com.exponto.util
 

Methods in com.exponto.util that return Date
static Date Date.getNewDate(Date d, int field, int amount)
          Adds (or subtracts) an amount of time (days, months or year) to the date.
 Date Date.klone()
           
 

Methods in com.exponto.util with parameters of type Date
static Date Date.getNewDate(Date d, int field, int amount)
          Adds (or subtracts) an amount of time (days, months or year) to the date.
 int Date.compareDate(Date d)
          Compare this day with another day (year, month and day) Returns 0 if both dates are the same -1/1 if year and month is equal, but date is different -2/2 if year is equal but month is different -4/4 if year is different 8 if total failure.
 int Date.compareWeek(Date d)
           
 

Constructors in com.exponto.util with parameters of type Date
Date(Date d, int weekOffset)
          Creates a new Date with value (d - number of weeks) A positive weekOffset gives an earlier date
 



Copyright © 2004 Kaare Ranum