Uses of Class
com.shinyhut.vernacular.protocol.messages.Encoding
-
Packages that use Encoding Package Description com.shinyhut.vernacular.protocol.messages -
-
Uses of Encoding in com.shinyhut.vernacular.protocol.messages
Methods in com.shinyhut.vernacular.protocol.messages that return Encoding Modifier and Type Method Description EncodingRectangle. getEncoding()static EncodingEncoding. resolve(int code)static EncodingEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static Encoding[]Encoding. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.shinyhut.vernacular.protocol.messages with parameters of type Encoding Constructor Description Rectangle(int x, int y, int width, int height, Encoding encoding)SetEncodings(Encoding... encodings)
-