Package org.robovm.apple.coremedia
Class CMTextFormatDescriptionColor
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coremedia.CMTextFormatDescriptionColor
public class CMTextFormatDescriptionColor extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMTextFormatDescriptionColor.AsListMarshalerstatic classCMTextFormatDescriptionColor.Keysstatic classCMTextFormatDescriptionColor.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CMTextFormatDescriptionColor()CMTextFormatDescriptionColor(int red, int green, int blue, int alpha) -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)shortgetAlpha()shortgetBlue()shortgetGreen()shortgetRed()booleanhas(CFString key)CMTextFormatDescriptionColorset(CFString key, NativeObject value)CMTextFormatDescriptionColorsetAlpha(short alpha)CMTextFormatDescriptionColorsetBlue(short blue)CMTextFormatDescriptionColorsetGreen(short green)CMTextFormatDescriptionColorsetRed(short red)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CMTextFormatDescriptionColor
public CMTextFormatDescriptionColor() -
CMTextFormatDescriptionColor
public CMTextFormatDescriptionColor(int red, int green, int blue, int alpha)
-
-
Method Details
-
has
-
get
-
set
-
getRed
public short getRed() -
setRed
-
getGreen
public short getGreen() -
setGreen
-
getBlue
public short getBlue() -
setBlue
-
getAlpha
public short getAlpha() -
setAlpha
-