All Packages Class Hierarchy This Package Previous Next Index
Class net.tabuleiro.nebulae.LPoint
net.tabuleiro.nebulae.LValue
|
+----net.tabuleiro.nebulae.LPoint
- public class LPoint
- extends net.tabuleiro.nebulae.LValue
Class representing a Lingo compatible Point value (LPoint for short).
Lingo is a trademark of Macromedia, Inc. All rights reserved.
-
m_X
-
X Coordinate of the Point stored as an LValue.
-
m_Y
-
Y Coordinate of the Point stored as an LValue.
-
LPoint()
- Constructor
-
LPoint(LValue, LValue)
- 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.
m_X
public net.tabuleiro.nebulae.LValue m_X
- X Coordinate of the Point stored as an LValue. It can be an LInteger or an LFloat
m_Y
public net.tabuleiro.nebulae.LValue m_Y
- Y Coordinate of the Point stored as an LValue. It can be an LInteger or an LFloat
LPoint
public LPoint()
- Constructor
LPoint
public LPoint(net.tabuleiro.nebulae.LValue x,
net.tabuleiro.nebulae.LValue y)
- Constructor. 2 LValues representing the Lingo Point coordinates
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
dump
public void dump()
- Reserved for internal use of the Nebulae MultiUser Server.
- Overrides:
- dump 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
All Packages Class Hierarchy This Package Previous Next Index