Class MLCSplitLayer

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MLCSplitLayer
extends MLCLayer
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • MLCSplitLayer

      protected MLCSplitLayer()
    • MLCSplitLayer

      protected MLCSplitLayer​(NSObject.Handle h, long handle)
    • MLCSplitLayer

      protected MLCSplitLayer​(NSObject.SkipInit skipInit)
    • MLCSplitLayer

      public MLCSplitLayer​(long splitCount, long dimension)
    • MLCSplitLayer

      public MLCSplitLayer​(NSArray<NSNumber> splitSectionLengths, long dimension)
  • Method Details

    • getDimension

      public long getDimension()
    • getSplitCount

      public long getSplitCount()
    • getSplitSectionLengths

      public NSArray<NSNumber> getSplitSectionLengths()
    • create

      protected static long create​(long splitCount, long dimension)
    • create

      protected static long create​(NSArray<NSNumber> splitSectionLengths, long dimension)
    • supportsDataType

      public static boolean supportsDataType​(MLCDataType dataType, MLCDevice device)