org.jCharts.types
Class Type

java.lang.Object
  |
  +--org.jCharts.types.Type
All Implemented Interfaces:
java.io.Serializable

public abstract class Type
extends java.lang.Object
implements java.io.Serializable

Provides a common base class for all types.

See Also:
Serialized Form

Field Summary
private  int typeCode
           
 
Constructor Summary
(package private) Type(int typeCode)
           
 
Method Summary
 int getTypeCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeCode

private int typeCode
Constructor Detail

Type

Type(int typeCode)
Method Detail

getTypeCode

public int getTypeCode()
Returns:
int