Uses of Class
breadboards.GImage
-
-
Uses of GImage in breadboards
Subclasses of GImage in breadboards Modifier and Type Class Description class
GDieImage
Subclass of GImage that displays as a die face showing a particular valueMethods in breadboards that return GImage Modifier and Type Method Description static GImage
GImage. getFromResource(java.lang.String resourceFileName, java.lang.Class cls)
returns a GImage from a resource file (i.e., a .jpg or .png image file in a java package)
-