Class CAFPeakChunk


  • public final class CAFPeakChunk
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int mEditCount()  
      CAFPositionPeak mPeaks()
      this is a variable length array of peak elements (calculated from the size of the chunk)
      void setMEditCount​(int value)  
      void setMPeaks​(CAFPositionPeak value)
      this is a variable length array of peak elements (calculated from the size of the chunk)
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

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

      • CAFPeakChunk

        public CAFPeakChunk()
      • CAFPeakChunk

        protected CAFPeakChunk​(org.moe.natj.general.Pointer peer)
      • CAFPeakChunk

        public CAFPeakChunk​(int mEditCount,
                            CAFPositionPeak mPeaks)
    • Method Detail

      • mEditCount

        public int mEditCount()
      • setMEditCount

        public void setMEditCount​(int value)
      • mPeaks

        public CAFPositionPeak mPeaks()
        this is a variable length array of peak elements (calculated from the size of the chunk)
      • setMPeaks

        public void setMPeaks​(CAFPositionPeak value)
        this is a variable length array of peak elements (calculated from the size of the chunk)