biz.c24.io.api.data
Class BitMap

java.lang.Object
  extended by biz.c24.io.api.data.BitMap
All Implemented Interfaces:
C24Cloneable, Cloneable

public class BitMap
extends Object
implements C24Cloneable

Bit map representation class.

Represents the bit map construction within byte stream.

Version:
$Revision: 10302 $ $Date: 2008-04-02 14:08:09 -0400 (Wed, 02 Apr 2008) $

Nested Class Summary
static class BitMap.Part
          Class that represents the part of bit map construction.
 
Constructor Summary
BitMap(List parts)
          Constructs the bit map with specified part.
 
Method Summary
 Object clone()
          Creates and returns a copy of this object.
 List createImages()
          Returns the binary representation of this bit map.
 boolean equals(Object obj)
          Indicates whether some other object is "equal to" this one.
 List getParts()
          Returns the parts of this bit map.
 int hashCode()
          Returns a hash code value for this instance.
 String toString()
          Returns a string representation of this instance.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BitMap

public BitMap(List parts)
Constructs the bit map with specified part.

Parameters:
parts - the parts of this bit map.
Method Detail

getParts

public List getParts()
Returns the parts of this bit map.

Returns:
The part that belongs to this bit map.

clone

public Object clone()
Creates and returns a copy of this object.

Specified by:
clone in interface C24Cloneable
Overrides:
clone in class Object
Returns:
a clone of this instance.
See Also:
Cloneable

equals

public boolean equals(Object obj)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class Object
Parameters:
obj - the reference object with which to compare.
Returns:
true if this object is the same as the obj argument; false - otherwise.
See Also:
hashCode(), Hashtable

hashCode

public int hashCode()
Returns a hash code value for this instance.

Overrides:
hashCode in class Object
Returns:
a hash code value for this object.
See Also:
equals(Object), Hashtable

toString

public String toString()
Returns a string representation of this instance.

Overrides:
toString in class Object
Returns:
a string representation of location.

createImages

public List createImages()
Returns the binary representation of this bit map.

Returns:
The binary representation of this bit map.


C24 Technologies © 2002-2012: All Rights Reserved.