RTC
Class OGMapTile

java.lang.Object
  extended by RTC.OGMapTile
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class OGMapTile
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

RTC/OGMapTile.java . IDL-to-Java コンパイラ (ポータブル), バージョン "3.1" で生成 生成元: idl/InterfaceDataTypes.idl 2015年3月20日 14時35分48秒 JST

See Also:
Serialized Form

Field Summary
 byte[] cells
           
 int column
           
 int height
           
 int row
           
 int width
           
 
Constructor Summary
OGMapTile()
           
OGMapTile(int _column, int _row, int _width, int _height, byte[] _cells)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column

public int column

row

public int row

width

public int width

height

public int height

cells

public byte[] cells
Constructor Detail

OGMapTile

public OGMapTile()

OGMapTile

public OGMapTile(int _column,
                 int _row,
                 int _width,
                 int _height,
                 byte[] _cells)