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.InfoTypeWebcamInfo. m_Typethe information to retrieve.Methods in adams.flow.source that return WebcamInfo.InfoType Modifier and Type Method Description WebcamInfo.InfoTypeWebcamInfo. getType()Returns the type of information to generate.static WebcamInfo.InfoTypeWebcamInfo.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 voidWebcamInfo. setType(WebcamInfo.InfoType value)Sets the type of information to generate.
-