Uses of Class
com.exponto.util.Date

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

Uses of Date in com.exponto.jstock
 

Methods in com.exponto.jstock that return Date
 Date PersistentPoint.getX()
           
 Date CandleStickPanel.getDate(double x)
           
 Date PersistentLine.getX1()
           
 Date PersistentLine.getX2()
           
 Date LogTradingData.getDate()
           
 

Methods in com.exponto.jstock with parameters of type Date
 void PersistentPoint.setX(Date d)
           
 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 PersistentLine.setX1(Date d)
           
 void PersistentLine.setX2(Date d)
           
 

Constructors in com.exponto.jstock with parameters of type Date
PersistentPoint(Date dx, double dy)
           
PersistentLine(Date dx1, double dy1, Date dx2, double dy2)
           
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.jstock.indicators
 

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

Methods in com.exponto.jstock.indicators with parameters of type Date
 void IndicatorParameters.setValidFrom(Date date)
           
 void IndicatorParameters.setValidTo(Date date)
           
 

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