Uses of Class
de.starface.integration.uci.java.v30.types.Image

Packages that use Image
de.starface.integration.uci.java.v30.messages.requests This package contains the requests that the UCI client implementation can send to STARFACE. 
de.starface.integration.uci.java.v30.ucp.messages.requests This package contains the UCP server interfaces that define the UCI requests provided by the server. 
 

Uses of Image in de.starface.integration.uci.java.v30.messages.requests
 

Methods in de.starface.integration.uci.java.v30.messages.requests that return Image
 Image UciUserStateRequests.getAvatarImage()
          This request can be used by the UCI client to retrieve the user's avatar image.
 Image UciFunctionKeyRequests.getImageForKey(String functionKeyId)
          This request allows the UCI client to query the image of the key.
 Image UciCallRequests.getImageOfHash(String imageHash)
          This request tells the UCI server to return the avatar image of an image hash.
 

Methods in de.starface.integration.uci.java.v30.messages.requests with parameters of type Image
 void UciUserStateRequests.setAvatarImage(Image image)
          This request can be used by the UCI client to set a new avatar image for the user.
 

Uses of Image in de.starface.integration.uci.java.v30.ucp.messages.requests
 

Methods in de.starface.integration.uci.java.v30.ucp.messages.requests that return Image
 Image UcpCallRequests.getImageOfHash(String imageHash)
          This request tells the UCI server to return the avatar image of an image hash.
 



Copyright © 2012 STARFACE GmbH. All rights reserved.