Class EnvironmentProperties.EvProp

java.lang.Object
  extended by EnvironmentProperties.EvProp
Enclosing class:
EnvironmentProperties

public class EnvironmentProperties.EvProp
extends java.lang.Object


Nested Class Summary
 class EnvironmentProperties.EvProp.DoneListener
           
 
Field Summary
 java.lang.String bg
           
 java.awt.Color bgc
           
 int dayLength
           
 javax.swing.JFrame evframe
           
 double height
           
 java.lang.String name
           
 int temp
           
 int tempRange
           
 javax.swing.JTextField[] textArray
           
 double width
           
 
Constructor Summary
EnvironmentProperties.EvProp()
           
 
Method Summary
 void displayInfo()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

width

public double width

height

public double height

bg

public java.lang.String bg

bgc

public java.awt.Color bgc

temp

public int temp

tempRange

public int tempRange

dayLength

public int dayLength

name

public java.lang.String name

evframe

public javax.swing.JFrame evframe

textArray

public javax.swing.JTextField[] textArray
Constructor Detail

EnvironmentProperties.EvProp

public EnvironmentProperties.EvProp()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

displayInfo

public void displayInfo()