Class CGShading

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CGShading
    extends CFType
    • Constructor Detail

      • CGShading

        protected CGShading()
    • Method Detail

      • getClassTypeID

        public static long getClassTypeID()
        Since:
        Available in iOS 2.0 and later.
      • createRadial

        public static CGShading createRadial​(CGColorSpace space,
                                             CGPoint start,
                                             double startRadius,
                                             CGPoint end,
                                             double endRadius,
                                             CGFunction function,
                                             boolean extendStart,
                                             boolean extendEnd)
        Since:
        Available in iOS 2.0 and later.