Class IntType

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ChartType, PieLabelType, StockChartDataType

    public abstract class IntType
    extends java.lang.Object
    implements java.io.Serializable
    Provides a common base class for all types.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int type  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected IntType​(int typeCode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getInt()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        private int type
    • Constructor Detail

      • IntType

        protected IntType​(int typeCode)
        Parameters:
        typeCode -
    • Method Detail

      • getInt

        public int getInt()
        Returns:
        int