|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmap.tileSet
Title: map renderer
Description: map renderer for Mapeditor
Copyright: Copyright (c) 2004
Company: dennisr
Constructor Summary | |
tileSet(byte _ColorR,
byte _ColorG,
byte _ColorB,
int _frameWidth,
int _frameHeight,
int _yCorr,
int _frameCount,
int _animCount,
java.lang.String _tileFile)
tileSet |
Method Summary | |
int |
getAnimeCount()
|
byte[] |
getColors()
|
int |
getFrameCount()
|
java.lang.String |
getTileFile()
|
int[] |
getTileSize()
|
int |
getYCorr()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public tileSet(byte _ColorR, byte _ColorG, byte _ColorB, int _frameWidth, int _frameHeight, int _yCorr, int _frameCount, int _animCount, java.lang.String _tileFile)
_ColorR
- byte_ColorG
- byte_ColorB
- byte_frameWidth
- int_frameHeight
- int_yCorr
- int_frameCount
- int_animCount
- int_tileFile
- StringMethod Detail |
public int getFrameCount()
public java.lang.String getTileFile()
public int getAnimeCount()
public int getYCorr()
public final byte[] getColors()
public final int[] getTileSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |