All Packages Class Hierarchy This Package Previous Next Index
Class net.tabuleiro.nebulae.LRect
net.tabuleiro.nebulae.LValue
|
+----net.tabuleiro.nebulae.LRect
- public class LRect
- extends net.tabuleiro.nebulae.LValue
Class representing a Lingo compatible Rect value (LRect for short).
Lingo is a trademark of Macromedia, Inc. All rights reserved.
-
m_H
-
H Coordinate of the Rect stored as an LValue.
-
m_W
-
W Coordinate of the Rect stored as an LValue.
-
m_X
-
X Coordinate of the Rect stored as an LValue.
-
m_Y
-
Y Coordinate of the Rect stored as an LValue.
-
LRect()
- Constructor
-
LRect(LValue, LValue, 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 Rect 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 Rect stored as an LValue. It can be an LInteger or an LFloat
m_W
public net.tabuleiro.nebulae.LValue m_W
- W Coordinate of the Rect stored as an LValue. It can be an LInteger or an LFloat
m_H
public net.tabuleiro.nebulae.LValue m_H
- H Coordinate of the Rect stored as an LValue. It can be an LInteger or an LFloat
LRect
public LRect()
- Constructor
LRect
public LRect(net.tabuleiro.nebulae.LValue x,
net.tabuleiro.nebulae.LValue y,
net.tabuleiro.nebulae.LValue w,
net.tabuleiro.nebulae.LValue h)
- Constructor. 4 LValues representing the Lingo Rect 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