Uses of Class
org.robovm.apple.coregraphics.CGLineJoin
| Package | Description |
|---|---|
| org.robovm.apple.coregraphics | |
| org.robovm.apple.mapkit | |
| org.robovm.apple.spritekit | |
| org.robovm.apple.uikit |
-
Uses of CGLineJoin in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return CGLineJoin Modifier and Type Method Description static CGLineJoinCGLineJoin. valueOf(long n)Returns the enum constant of this type with the specified name.static CGLineJoinCGLineJoin. valueOf(String name)Returns the enum constant of this type with the specified name.static CGLineJoin[]CGLineJoin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coregraphics with parameters of type CGLineJoin Modifier and Type Method Description static CGPathCGPath. createCopyByStrokingPath(CGPath path, CGAffineTransform transform, double lineWidth, CGLineCap lineCap, CGLineJoin lineJoin, double miterLimit)voidCGContext. setLineJoin(CGLineJoin join) -
Uses of CGLineJoin in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return CGLineJoin Modifier and Type Method Description CGLineJoinMKOverlayPathRenderer. getLineJoin()CGLineJoinMKOverlayPathView. getLineJoin()Deprecated.Deprecated in iOS 7.0.Methods in org.robovm.apple.mapkit with parameters of type CGLineJoin Modifier and Type Method Description voidMKOverlayPathRenderer. setLineJoin(CGLineJoin v)voidMKOverlayPathView. setLineJoin(CGLineJoin v)Deprecated.Deprecated in iOS 7.0. -
Uses of CGLineJoin in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return CGLineJoin Modifier and Type Method Description CGLineJoinSKShapeNode. getLineJoin()Methods in org.robovm.apple.spritekit with parameters of type CGLineJoin Modifier and Type Method Description voidSKShapeNode. setLineJoin(CGLineJoin v) -
Uses of CGLineJoin in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return CGLineJoin Modifier and Type Method Description CGLineJoinUIBezierPath. getLineJoinStyle()Methods in org.robovm.apple.uikit with parameters of type CGLineJoin Modifier and Type Method Description voidUIBezierPath. setLineJoinStyle(CGLineJoin v)