Uses of Class
org.refcodes.data.ext.chess.ChessVectorGraphics
-
-
Uses of ChessVectorGraphics in org.refcodes.data.ext.chess
Methods in org.refcodes.data.ext.chess that return ChessVectorGraphics Modifier and Type Method Description static ChessVectorGraphics
ChessVectorGraphics. 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 ChessVectorGraphics
ChessVectorGraphics. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChessVectorGraphics[]
ChessVectorGraphics. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.data.ext.chess with parameters of type ChessVectorGraphics Modifier and Type Method Description java.io.InputStream
ChessVectorGraphicsInputStreamFactory. createInstance(ChessVectorGraphics aIdentifier)
java.net.URL
ChessVectorGraphicsUrlFactory. createInstance(ChessVectorGraphics aIdentifier)
-