Class CTFrameAttributes

    • Constructor Detail

      • CTFrameAttributes

        public CTFrameAttributes()
    • Method Detail

      • has

        public boolean has​(CFString key)
      • get

        public <T extends org.robovm.rt.bro.NativeObject> T get​(CFString key,
                                                                java.lang.Class<T> type)
      • getProgression

        public CTFrameProgression getProgression()
        Since:
        Available in iOS 3.2 and later.
      • getPathFillRule

        public CTFramePathFillRule getPathFillRule()
        Since:
        Available in iOS 4.2 and later.
      • getPathWidth

        public double getPathWidth()
        Since:
        Available in iOS 4.2 and later.
      • setPathWidth

        public CTFrameAttributes setPathWidth​(double pathWidth)
        Since:
        Available in iOS 4.2 and later.
      • getClippingPaths

        public java.util.List<CTFrameClippingPath> getClippingPaths()
        Since:
        Available in iOS 4.3 and later.