Class com.oroinc.yaray.Light
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.oroinc.yaray.Light

java.lang.Object
   |
   +----com.oroinc.yaray.Light

public final class Light
extends Object
A light. Consists of a location and a color.

Copyright © 1996, 1997 Original Reusable Objects, Inc. All rights reserved.

Author:
Daniel F. Savarese

Variable Index

 o color
 o location

Constructor Index

 o Light()

Variables

 o location
  public Point location
 o color
  public Color color

Constructors

 o Light
  public Light()

All Packages  Class Hierarchy  This Package  Previous  Next  Index