proj2
Class Mints

java.lang.Object
  extended by proj2.Mints

public class Mints
extends java.lang.Object

The Mints class implements a package of mints of a given Color.


Constructor Summary
Mints()
          The constructor listed here is provided by the Java compiler.
 
Method Summary
 java.awt.Color getColor()
          Gets the Color of the mints in this package.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mints

public Mints()
The constructor listed here is provided by the Java compiler. The exact constructor(s) implemented by this class are up to you.

Method Detail

getColor

public java.awt.Color getColor()
Gets the Color of the mints in this package.

Returns:
the color of the mints.