Package org.robovm.apple.coremedia
Class CMTextFormatDescriptionRect
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coremedia.CMTextFormatDescriptionRect
public class CMTextFormatDescriptionRect extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMTextFormatDescriptionRect.AsListMarshalerstatic classCMTextFormatDescriptionRect.Keysstatic classCMTextFormatDescriptionRect.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CMTextFormatDescriptionRect()CMTextFormatDescriptionRect(int top, int left, int bottom, int right) -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)shortgetBottom()shortgetLeft()shortgetRight()shortgetTop()booleanhas(CFString key)CMTextFormatDescriptionRectset(CFString key, NativeObject value)CMTextFormatDescriptionRectsetBottom(short bottom)CMTextFormatDescriptionRectsetLeft(short left)CMTextFormatDescriptionRectsetRight(short right)CMTextFormatDescriptionRectsetTop(short top)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CMTextFormatDescriptionRect
public CMTextFormatDescriptionRect() -
CMTextFormatDescriptionRect
public CMTextFormatDescriptionRect(int top, int left, int bottom, int right)
-
-
Method Details
-
has
-
get
-
set
-
getTop
public short getTop() -
setTop
-
getLeft
public short getLeft() -
setLeft
-
getBottom
public short getBottom() -
setBottom
-
getRight
public short getRight() -
setRight
-