SunTimes documentation

com.web_tomorrow.utils.suntimes
Class SunTimesClient

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.web_tomorrow.utils.suntimes.SunTimesClient
All Implemented Interfaces:
java.io.Serializable

public class SunTimesClient
extends java.lang.Exception

SunTimesClient is a simple command-line client for the SunTimes class. It allows the display of sunset and sunrise, or twilight, at any location on any date. See the overview for usage details.

(c)2001 Kevin Boone/Web-Tomorrow, all rights reserved

See Also:
Serialized Form

Constructor Summary
SunTimesClient()
           
 
Method Summary
static void main(java.lang.String[] args)
          main() implements a command-line test program for the SunTimes class.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SunTimesClient

public SunTimesClient()
Method Detail

main

public static void main(java.lang.String[] args)
main() implements a command-line test program for the SunTimes class.

(c)2001 Kevin Boone/Web-Tomorrow