Uses of Class
org.netxms.client.LibraryImage
-
Packages that use LibraryImage Package Description org.netxms.client -
-
Uses of LibraryImage in org.netxms.client
Methods in org.netxms.client that return LibraryImage Modifier and Type Method Description LibraryImageNXCSession. createImage(LibraryImage image, ProgressListener listener)Create an imageLibraryImageNXCSession. getImage(UUID guid)Get an image from the libraryMethods in org.netxms.client that return types with arguments of type LibraryImage Modifier and Type Method Description List<LibraryImage>NXCSession. getImageLibrary()Get the whole image libraryList<LibraryImage>NXCSession. getImageLibrary(String category)Get the image library of specific categoryMethods in org.netxms.client with parameters of type LibraryImage Modifier and Type Method Description intLibraryImage. compareTo(LibraryImage o)LibraryImageNXCSession. createImage(LibraryImage image, ProgressListener listener)Create an imagevoidNXCSession. deleteImage(LibraryImage image)Delete an imagevoidNXCSession. modifyImage(LibraryImage image, ProgressListener listener)Modify an image
-