Package org.robovm.apple.corevideo
Class CVImageBufferDisplayDimensions
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.corevideo.CVImageBufferDisplayDimensions
public class CVImageBufferDisplayDimensions extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVImageBufferDisplayDimensions.AsListMarshalerstatic classCVImageBufferDisplayDimensions.Keysstatic classCVImageBufferDisplayDimensions.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CVImageBufferDisplayDimensions() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)longgetHeight()longgetWidth()booleanhas(CFString key)CVImageBufferDisplayDimensionsset(CFString key, NativeObject value)CVImageBufferDisplayDimensionssetHeight(long height)CVImageBufferDisplayDimensionssetWidth(long width)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CVImageBufferDisplayDimensions
public CVImageBufferDisplayDimensions()
-
-
Method Details
-
has
-
get
-
set
-
getWidth
public long getWidth() -
setWidth
-
getHeight
public long getHeight() -
setHeight
-