Class SCNShape

    • Constructor Detail

      • SCNShape

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

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • alloc

        public static SCNShape alloc()
      • 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()
      • geometry

        public static SCNShape geometry()
      • geometryWithMDLMesh

        public static SCNShape geometryWithMDLMesh​(MDLMesh mdlMesh)
      • 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)
      • shapeWithPathExtrusionDepth

        public static SCNShape shapeWithPathExtrusionDepth​(UIBezierPath path,
                                                           double extrusionDepth)
        shapeWithPath:extrusionDepth: Creates and returns a 3D representation of the given shape with the given extrusion depth.
        Parameters:
        path - The cubic Bezier spline to extrude.
        extrusionDepth - The extrusion depth.
      • superclass_static

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

        public static boolean supportsSecureCoding()
      • version_static

        public static long version_static()
      • chamferMode

        public long chamferMode()
        [@property] chamferMode The sides of the text that are chamfered. The default value is SCNChamferModeBoth.
      • chamferProfile

        public UIBezierPath chamferProfile()
        [@property] chamferProfile Describes the profile used to when "chamferRadius" is not nil. When "chamferProfile" is nil we fallback on a path representing a quadrant. The profile should be a 2D curve beginning at (0,1) and ending at (1,0). The "flatness" property is also used to flatten this path. The default value is nil.
      • chamferRadius

        public double chamferRadius()
        [@property] chamferRadius The chamfer radius. Animatable. Values are clamped to the range [0, extrusionDepth / 2]. The default value is 0.
      • extrusionDepth

        public double extrusionDepth()
        [@property] extrusionDepth The extrusion depth. Animatable. If the value is 0, we get a mono-sided, 2D version of the shape.
      • path

        public UIBezierPath path()
        [@property] path The path defining the shape to be rendered. The path defines the outline of the shape. The path is filled using the even-odd rule. If the path is self-intersecting, the behavior is undefined.
      • setChamferMode

        public void setChamferMode​(long value)
        [@property] chamferMode The sides of the text that are chamfered. The default value is SCNChamferModeBoth.
      • setChamferProfile

        public void setChamferProfile​(UIBezierPath value)
        [@property] chamferProfile Describes the profile used to when "chamferRadius" is not nil. When "chamferProfile" is nil we fallback on a path representing a quadrant. The profile should be a 2D curve beginning at (0,1) and ending at (1,0). The "flatness" property is also used to flatten this path. The default value is nil.
      • setChamferRadius

        public void setChamferRadius​(double value)
        [@property] chamferRadius The chamfer radius. Animatable. Values are clamped to the range [0, extrusionDepth / 2]. The default value is 0.
      • setExtrusionDepth

        public void setExtrusionDepth​(double value)
        [@property] extrusionDepth The extrusion depth. Animatable. If the value is 0, we get a mono-sided, 2D version of the shape.
      • setPath

        public void setPath​(UIBezierPath value)
        [@property] path The path defining the shape to be rendered. The path defines the outline of the shape. The path is filled using the even-odd rule. If the path is self-intersecting, the behavior is undefined.
      • _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
        Overrides:
        _supportsSecureCoding in class SCNGeometry