Uses of Class
org.robovm.apple.coregraphics.CGLineCap
| Package | Description |
|---|---|
| org.robovm.apple.coregraphics | |
| org.robovm.apple.mapkit | |
| org.robovm.apple.spritekit | |
| org.robovm.apple.uikit |
-
Uses of CGLineCap in org.robovm.apple.coregraphics
Methods in org.robovm.apple.coregraphics that return CGLineCap Modifier and Type Method Description static CGLineCapCGLineCap. valueOf(long n)Returns the enum constant of this type with the specified name.static CGLineCapCGLineCap. valueOf(String name)Returns the enum constant of this type with the specified name.static CGLineCap[]CGLineCap. 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 CGLineCap Modifier and Type Method Description static CGPathCGPath. createCopyByStrokingPath(CGPath path, CGAffineTransform transform, double lineWidth, CGLineCap lineCap, CGLineJoin lineJoin, double miterLimit)voidCGContext. setLineCap(CGLineCap cap) -
Uses of CGLineCap in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return CGLineCap Modifier and Type Method Description CGLineCapMKOverlayPathRenderer. getLineCap()CGLineCapMKOverlayPathView. getLineCap()Deprecated.Deprecated in iOS 7.0.Methods in org.robovm.apple.mapkit with parameters of type CGLineCap Modifier and Type Method Description voidMKOverlayPathRenderer. setLineCap(CGLineCap v)voidMKOverlayPathView. setLineCap(CGLineCap v)Deprecated.Deprecated in iOS 7.0. -
Uses of CGLineCap in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return CGLineCap Modifier and Type Method Description CGLineCapSKShapeNode. getLineCap()Methods in org.robovm.apple.spritekit with parameters of type CGLineCap Modifier and Type Method Description voidSKShapeNode. setLineCap(CGLineCap v) -
Uses of CGLineCap in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return CGLineCap Modifier and Type Method Description CGLineCapUIBezierPath. getLineCapStyle()Methods in org.robovm.apple.uikit with parameters of type CGLineCap Modifier and Type Method Description voidUIBezierPath. setLineCapStyle(CGLineCap v)