Class ColorMapEntry
- java.lang.Object
-
- com.shinyhut.vernacular.protocol.messages.ColorMapEntry
-
public class ColorMapEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description ColorMapEntry(int red, int green, int blue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ColorMapEntrydecode(InputStream in)intgetBlue()intgetGreen()intgetRed()
-
-
-
Method Detail
-
getRed
public int getRed()
-
getGreen
public int getGreen()
-
getBlue
public int getBlue()
-
decode
public static ColorMapEntry decode(InputStream in) throws IOException
- Throws:
IOException
-
-