Uses of Class
org.robovm.apple.coreanimation.CALayerCornerCurve
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation | |
| org.robovm.apple.coreanimation | |
| org.robovm.apple.uikit |
-
Uses of CALayerCornerCurve in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation with parameters of type CALayerCornerCurve Modifier and Type Method Description static doubleAVCaptureVideoPreviewLayer. cornerCurveExpansionFactor(CALayerCornerCurve curve)static doubleAVPlayerLayer. cornerCurveExpansionFactor(CALayerCornerCurve curve)static doubleAVSampleBufferDisplayLayer. cornerCurveExpansionFactor(CALayerCornerCurve curve)static doubleAVSynchronizedLayer. cornerCurveExpansionFactor(CALayerCornerCurve curve) -
Uses of CALayerCornerCurve in org.robovm.apple.coreanimation
Fields in org.robovm.apple.coreanimation declared as CALayerCornerCurve Modifier and Type Field Description static CALayerCornerCurveCALayerCornerCurve. Circularstatic CALayerCornerCurveCALayerCornerCurve. ContinuousMethods in org.robovm.apple.coreanimation that return CALayerCornerCurve Modifier and Type Method Description CALayerCornerCurveCALayer. getCornerCurve()static CALayerCornerCurveCALayerCornerCurve.Marshaler. toObject(Class<CALayerCornerCurve> cls, long handle, long flags)static CALayerCornerCurveCALayerCornerCurve. valueOf(NSString value)Methods in org.robovm.apple.coreanimation that return types with arguments of type CALayerCornerCurve Modifier and Type Method Description static List<CALayerCornerCurve>CALayerCornerCurve.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Method parameters in org.robovm.apple.coreanimation with type arguments of type CALayerCornerCurve Modifier and Type Method Description static longCALayerCornerCurve.AsListMarshaler. toNative(List<CALayerCornerCurve> l, long flags)static CALayerCornerCurveCALayerCornerCurve.Marshaler. toObject(Class<CALayerCornerCurve> cls, long handle, long flags) -
Uses of CALayerCornerCurve in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit with parameters of type CALayerCornerCurve Modifier and Type Method Description protected static longUIFocusHaloEffect. create(CGRect rect, double cornerRadius, CALayerCornerCurve curve)Constructors in org.robovm.apple.uikit with parameters of type CALayerCornerCurve Constructor Description UIFocusHaloEffect(CGRect rect, double cornerRadius, CALayerCornerCurve curve)