Package org.robovm.apple.coretext
Class CTFrameAttributes
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coretext.CTFrameAttributes
public class CTFrameAttributes extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTFrameAttributes.AsListMarshalerstatic classCTFrameAttributes.Keysstatic classCTFrameAttributes.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CTFrameAttributes() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)List<CTFrameClippingPath>getClippingPaths()CTFramePathFillRulegetPathFillRule()doublegetPathWidth()CTFrameProgressiongetProgression()booleanhas(CFString key)CTFrameAttributesset(CFString key, NativeObject value)CTFrameAttributessetClippingPaths(List<CTFrameClippingPath> clippingPaths)CTFrameAttributessetPathFillRule(CTFramePathFillRule pathFillRule)CTFrameAttributessetPathWidth(double pathWidth)CTFrameAttributessetProgression(CTFrameProgression progression)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CTFrameAttributes
public CTFrameAttributes()
-
-
Method Details
-
has
-
get
-
set
-
getProgression
-
setProgression
-
getPathFillRule
-
setPathFillRule
-
getPathWidth
public double getPathWidth() -
setPathWidth
-
getClippingPaths
-
setClippingPaths
-