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.


Variable Index

 o m_H
H Coordinate of the Rect stored as an LValue.
 o m_W
W Coordinate of the Rect stored as an LValue.
 o m_X
X Coordinate of the Rect stored as an LValue.
 o m_Y
Y Coordinate of the Rect stored as an LValue.

Constructor Index

 o LRect()
Constructor
 o LRect(LValue, LValue, LValue, LValue)
Constructor.

Method Index

 o dump()
Reserved for internal use of the Nebulae MultiUser Server.
 o extractFromBytes(byte[], int)
Reserved for internal use of the Nebulae MultiUser Server.
 o getBytes()
Reserved for internal use of the Nebulae MultiUser Server.

Variables

 o 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

 o 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

 o 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

 o 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

Constructors

 o LRect
 public LRect()
Constructor

 o 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

Methods

 o 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
 o dump
 public void dump()
Reserved for internal use of the Nebulae MultiUser Server.

Overrides:
dump in class net.tabuleiro.nebulae.LValue
 o 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