All Packages Class Hierarchy This Package Previous Next Index
Class net.tabuleiro.nebulae.LColor
net.tabuleiro.nebulae.LValue
|
+----net.tabuleiro.nebulae.LColor
- public class LColor
- extends net.tabuleiro.nebulae.LValue
Class representing a Lingo compatible color value (LColor for short)
Color values are stored and retrieved as an opaque array of bytes
Lingo is a trademark of Macromedia, Inc. All rights reserved.
-
LColor()
- Constructor
-
LColor(byte[])
- Constructor
-
dump()
-
Reserved for internal use of the Nebulae MultiUser Server.
-
extractFromBytes(byte[], int)
-
Reserved for internal use of the Nebulae MultiUser Server.
-
getBytes()
-
Reserved for internal use of the Nebulae MultiUser Server.
-
toBytes()
-
Returns the byte array storing the color data in binary format
LColor
public LColor(byte initbytes[])
- Constructor
LColor
public LColor()
- Constructor
toBytes
public byte[] toBytes()
- Returns the byte array storing the color data in binary format
- Overrides:
- toBytes in class net.tabuleiro.nebulae.LValue
extractFromBytes
public int extractFromBytes(byte rawBytes[],
int offset)
- Reserved for internal use of the Nebulae MultiUser Server.
- Overrides:
- extractFromBytes in class net.tabuleiro.nebulae.LValue
getBytes
public byte[] getBytes()
- Reserved for internal use of the Nebulae MultiUser Server.
- Overrides:
- getBytes in class net.tabuleiro.nebulae.LValue
dump
public void dump()
- Reserved for internal use of the Nebulae MultiUser Server.
- Overrides:
- dump in class net.tabuleiro.nebulae.LValue
All Packages Class Hierarchy This Package Previous Next Index