irc
Class ColorContext

java.lang.Object
  |
  +--irc.ColorContext

public class ColorContext
extends java.lang.Object

Color context.


Field Summary
 java.lang.String name
          Name.
 java.lang.String type
          Type.
 
Constructor Summary
ColorContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public java.lang.String type
Type.


name

public java.lang.String name
Name.

Constructor Detail

ColorContext

public ColorContext()