test
Class Logo

java.lang.Object
  extended by test.Logo

public class Logo
extends java.lang.Object

Example of a class that is convertible from String.


Constructor Summary
Logo()
          Construct a default empty logo.
Logo(java.lang.String logo)
          Construct a logo.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logo

public Logo()
Construct a default empty logo.


Logo

public Logo(java.lang.String logo)
Construct a logo.

Parameters:
logo - The text description of the logo.