com.citygrid
Class CGHistogram

java.lang.Object
  extended by com.citygrid.CGHistogram
All Implemented Interfaces:
Serializable, Cloneable

public class CGHistogram
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Field Summary
private  CGHistogramItem[] items
           
private  String name
           
private static long serialVersionUID
           
 
Constructor Summary
CGHistogram(String name, CGHistogramItem[] items)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object obj)
           
 CGHistogramItem[] getItems()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

name

private String name

items

private CGHistogramItem[] items
Constructor Detail

CGHistogram

public CGHistogram(String name,
                   CGHistogramItem[] items)
Method Detail

getName

public String getName()

getItems

public CGHistogramItem[] getItems()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2011. All Rights Reserved.