Uses of Class
adams.flow.source.WebcamInfo.InfoType
-
Packages that use WebcamInfo.InfoType Package Description adams.flow.source -
-
Uses of WebcamInfo.InfoType in adams.flow.source
Fields in adams.flow.source declared as WebcamInfo.InfoType Modifier and Type Field Description protected WebcamInfo.InfoType
WebcamInfo. m_Type
the information to retrieve.Methods in adams.flow.source that return WebcamInfo.InfoType Modifier and Type Method Description WebcamInfo.InfoType
WebcamInfo. getType()
Returns the type of information to generate.static WebcamInfo.InfoType
WebcamInfo.InfoType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WebcamInfo.InfoType[]
WebcamInfo.InfoType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.source with parameters of type WebcamInfo.InfoType Modifier and Type Method Description void
WebcamInfo. setType(WebcamInfo.InfoType value)
Sets the type of information to generate.
-