Class IntegerSample


  • public class IntegerSample
    extends Sample
    • Constructor Summary

      Constructors 
      Constructor Description
      IntegerSample​(java.awt.Point sourcePosition, int[] values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getAt​(int index)  
      int[] getValues()  
      void setAt​(int index, int value)  
      • Methods inherited from class java.lang.Object

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

      • IntegerSample

        public IntegerSample​(java.awt.Point sourcePosition,
                             int[] values)
    • Method Detail

      • getValues

        public int[] getValues()
      • getAt

        public int getAt​(int index)
      • setAt

        public void setAt​(int index,
                          int value)