Package apple.mapkit

Class MKOverlayPathRenderer

    • Constructor Detail

      • MKOverlayPathRenderer

        protected MKOverlayPathRenderer​(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)
      • 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()
      • applyFillPropertiesToContextAtZoomScale

        public void applyFillPropertiesToContextAtZoomScale​(CGContextRef context,
                                                            double zoomScale)
      • applyStrokePropertiesToContextAtZoomScale

        public void applyStrokePropertiesToContextAtZoomScale​(CGContextRef context,
                                                              double zoomScale)
        subclassers may override these
      • createPath

        public void createPath()
        subclassers should override this to create a path and then set it on themselves with self.path = newPath;
      • fillColor

        public UIColor fillColor()
      • invalidatePath

        public void invalidatePath()
      • lineCap

        public int lineCap()
        defaults to kCGLineCapRound
      • lineDashPattern

        public NSArray<? extends NSNumber> lineDashPattern()
        defaults to nil
      • lineDashPhase

        public double lineDashPhase()
        defaults to 0
      • lineJoin

        public int lineJoin()
        defaults to kCGLineJoinRound
      • lineWidth

        public double lineWidth()
        defaults to 0, which is MKRoadWidthAtZoomScale(currentZoomScale)
      • miterLimit

        public double miterLimit()
        defaults to 10
      • path

        public CGPathRef path()
        path will be retained
      • setFillColor

        public void setFillColor​(UIColor value)
      • setLineCap

        public void setLineCap​(int value)
        defaults to kCGLineCapRound
      • setLineDashPattern

        public void setLineDashPattern​(NSArray<? extends NSNumber> value)
        defaults to nil
      • setLineDashPhase

        public void setLineDashPhase​(double value)
        defaults to 0
      • setLineJoin

        public void setLineJoin​(int value)
        defaults to kCGLineJoinRound
      • setLineWidth

        public void setLineWidth​(double value)
        defaults to 0, which is MKRoadWidthAtZoomScale(currentZoomScale)
      • setMiterLimit

        public void setMiterLimit​(double value)
        defaults to 10
      • setPath

        public void setPath​(CGPathRef value)
        path will be retained
      • setStrokeColor

        public void setStrokeColor​(UIColor value)
      • strokeColor

        public UIColor strokeColor()
      • setShouldRasterize

        public void setShouldRasterize​(boolean value)
        For renderers which support vector drawing, controls whether the overlay is rendered as a bitmap when being composited with the map. When false (the default), the overlay will be rendered as vector geometry whenever possible. Note that certain geometry or configurations may force rasterization even when the value of this property is false.
      • shouldRasterize

        public boolean shouldRasterize()
        For renderers which support vector drawing, controls whether the overlay is rendered as a bitmap when being composited with the map. When false (the default), the overlay will be rendered as vector geometry whenever possible. Note that certain geometry or configurations may force rasterization even when the value of this property is false.