Uses of Class
com.scriptel.proscript.Resource
-
Packages that use Resource Package Description com.scriptel.proscript This package contains the core of the ProScript library. -
-
Uses of Resource in com.scriptel.proscript
Subclasses of Resource in com.scriptel.proscript Modifier and Type Class Description class
ResourceGraphic
This class represents a graphic resource that is storable on the device.class
ResourceInvalid
This class represents an invalid resource stored in the device.class
ResourceText
This class represents a static text resource stored in a device.Methods in com.scriptel.proscript that return Resource Modifier and Type Method Description Resource
Device. getResource()
This method gets the Resource from the device based off the Resource index.Methods in com.scriptel.proscript with parameters of type Resource Modifier and Type Method Description void
Device. setResource(Resource resource)
This method sets the Resource on the device.
-