Class CTFramePathFillRule


  • public final class CTFramePathFillRule
    extends java.lang.Object
    [@enum] CTFramePathFillRule These constants specify fill rule used by the frame. When a path intersects with itself, the client should specify which rule to use for deciding the area of the path. [@constant] kCTFramePathFillEvenOdd Text is filled in the area that would be painted if the path were given to CGContextEOFillPath. [@constant] kCTFramePathFillWindingNumber Text is fill in the area that would be painted if the path were given to CGContextFillPath.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int EvenOdd  
      static int WindingNumber  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait