Package org.robovm.apple.coretext
Class CTFrame
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.coretext.CTFrame
- All Implemented Interfaces:
AutoCloseable
public class CTFrame extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTFrame.CTFramePtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCTFrame() -
Method Summary
Modifier and Type Method Description voiddraw(CGContext context)static longgetClassTypeID()CTFrameAttributesgetFrameAttributes()CGPoint[]getLineOrigins(CFRange range)protected voidgetLineOrigins(CFRange range, CGPoint origins)List<CTLine>getLines()CGPathgetPath()CFRangegetStringRange()CFRangegetVisibleStringRange()Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CTFrame
protected CTFrame()
-
-
Method Details
-
getLineOrigins
- Since:
- Available in iOS 3.2 and later.
-
getClassTypeID
public static long getClassTypeID() -
getStringRange
-
getVisibleStringRange
-
getPath
-
getFrameAttributes
-
getLines
-
getLineOrigins
-
draw
-