Package apple.uikit

Class UIBezierPath

    • Constructor Detail

      • UIBezierPath

        protected UIBezierPath​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • bezierPathWithArcCenterRadiusStartAngleEndAngleClockwise

        public static UIBezierPath bezierPathWithArcCenterRadiusStartAngleEndAngleClockwise​(CGPoint center,
                                                                                            double radius,
                                                                                            double startAngle,
                                                                                            double endAngle,
                                                                                            boolean clockwise)
      • bezierPathWithOvalInRect

        public static UIBezierPath bezierPathWithOvalInRect​(CGRect rect)
      • bezierPathWithRoundedRectByRoundingCornersCornerRadii

        public static UIBezierPath bezierPathWithRoundedRectByRoundingCornersCornerRadii​(CGRect rect,
                                                                                         long corners,
                                                                                         CGSize cornerRadii)
      • bezierPathWithRoundedRectCornerRadius

        public static UIBezierPath bezierPathWithRoundedRectCornerRadius​(CGRect rect,
                                                                         double cornerRadius)
        rounds all corners with the same horizontal and vertical radius
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()
      • addArcWithCenterRadiusStartAngleEndAngleClockwise

        public void addArcWithCenterRadiusStartAngleEndAngleClockwise​(CGPoint center,
                                                                      double radius,
                                                                      double startAngle,
                                                                      double endAngle,
                                                                      boolean clockwise)
      • addClip

        public void addClip()
      • addCurveToPointControlPoint1ControlPoint2

        public void addCurveToPointControlPoint1ControlPoint2​(CGPoint endPoint,
                                                              CGPoint controlPoint1,
                                                              CGPoint controlPoint2)
      • addLineToPoint

        public void addLineToPoint​(CGPoint point)
      • addQuadCurveToPointControlPoint

        public void addQuadCurveToPointControlPoint​(CGPoint endPoint,
                                                    CGPoint controlPoint)
      • appendPath

        public void appendPath​(UIBezierPath bezierPath)
        Appending paths
      • applyTransform

        public void applyTransform​(CGAffineTransform transform)
        Transforming paths
      • bezierPathByReversingPath

        public UIBezierPath bezierPathByReversingPath()
        Modified paths
      • bounds

        public CGRect bounds()
      • closePath

        public void closePath()
      • containsPoint

        public boolean containsPoint​(CGPoint point)
      • copyWithZone

        public java.lang.Object copyWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
        Specified by:
        copyWithZone in interface NSCopying
      • currentPoint

        public CGPoint currentPoint()
      • fill

        public void fill()
        Path operations on the current graphics context
      • fillWithBlendModeAlpha

        public void fillWithBlendModeAlpha​(int blendMode,
                                           double alpha)
        These methods do not affect the blend mode or alpha of the current graphics context
      • flatness

        public double flatness()
      • getLineDashCountPhase

        public void getLineDashCountPhase​(org.moe.natj.general.ptr.NFloatPtr pattern,
                                          org.moe.natj.general.ptr.NIntPtr count,
                                          org.moe.natj.general.ptr.NFloatPtr phase)
      • isEmpty

        public boolean isEmpty()
        Path info
      • lineCapStyle

        public int lineCapStyle()
      • lineJoinStyle

        public int lineJoinStyle()
      • lineWidth

        public double lineWidth()
        Drawing properties
      • miterLimit

        public double miterLimit()
        Used when lineJoinStyle is kCGLineJoinMiter
      • moveToPoint

        public void moveToPoint​(CGPoint point)
        Path construction
      • removeAllPoints

        public void removeAllPoints()
      • setCGPath

        public void setCGPath​(CGPathRef value)
        Returns an immutable CGPathRef which is only valid until the UIBezierPath is further mutated. Setting the path will create an immutable copy of the provided CGPathRef, so any further mutations on a provided CGMutablePathRef will be ignored.
      • setFlatness

        public void setFlatness​(double value)
      • setLineCapStyle

        public void setLineCapStyle​(int value)
      • setLineDashCountPhase

        public void setLineDashCountPhase​(org.moe.natj.general.ptr.ConstNFloatPtr pattern,
                                          long count,
                                          double phase)
      • setLineJoinStyle

        public void setLineJoinStyle​(int value)
      • setLineWidth

        public void setLineWidth​(double value)
        Drawing properties
      • setMiterLimit

        public void setMiterLimit​(double value)
        Used when lineJoinStyle is kCGLineJoinMiter
      • setUsesEvenOddFillRule

        public void setUsesEvenOddFillRule​(boolean value)
        Default is NO. When YES, the even-odd fill rule is used for drawing, clipping, and hit testing.
      • stroke

        public void stroke()
      • strokeWithBlendModeAlpha

        public void strokeWithBlendModeAlpha​(int blendMode,
                                             double alpha)
      • usesEvenOddFillRule

        public boolean usesEvenOddFillRule()
        Default is NO. When YES, the even-odd fill rule is used for drawing, clipping, and hit testing.
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding