Uses of Class
org.refcodes.data.ext.checkers.CheckerVectorGraphics
-
-
Uses of CheckerVectorGraphics in org.refcodes.data.ext.checkers
Methods in org.refcodes.data.ext.checkers that return CheckerVectorGraphics Modifier and Type Method Description static CheckerVectorGraphicsCheckerVectorGraphics. fromName(java.lang.String aPixmapName)Retrieves the enumeration element representing the given vector graphics name (ignoring the case) or null if none was found.static CheckerVectorGraphicsCheckerVectorGraphics. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CheckerVectorGraphics[]CheckerVectorGraphics. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.data.ext.checkers with parameters of type CheckerVectorGraphics Modifier and Type Method Description java.io.InputStreamCheckerVectorGraphicsInputStreamFactory. createInstance(CheckerVectorGraphics aIdentifier)java.net.URLCheckerVectorGraphicsUrlFactory. createInstance(CheckerVectorGraphics aIdentifier)
-