java.lang.Object
com.github.JianZhongBerkeley.moduleWrapperIJ.ModuleWrapperIJObject
com.github.JianZhongBerkeley.moduleWrapperIJ.utils.UtilsPadArray
All Implemented Interfaces:
ModuleWrapperIJ
Direct Known Subclasses:
UtilsPadArrayCircular, UtilsPadArrayConst, UtilsPadArrayReplicate, UtilsPadArraySymmetric

public abstract class UtilsPadArray extends ModuleWrapperIJObject
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processing pipeline when running in GUI mode, which requires to be implemented in subclasses
    void
    processing pipeline when running in macro mode, which requires to be implemented in subclasses

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UtilsPadArray

      public UtilsPadArray()
  • Method Details