map
Class tileSet

java.lang.Object
  extended bymap.tileSet

public class tileSet
extends java.lang.Object

Title: map renderer

Description: map renderer for Mapeditor

Copyright: Copyright (c) 2004

Company: dennisr

Version:
1.0
Author:
denman

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

tileSet

public tileSet(byte _ColorR,
               byte _ColorG,
               byte _ColorB,
               int _frameWidth,
               int _frameHeight,
               int _yCorr,
               int _frameCount,
               int _animCount,
               java.lang.String _tileFile)
tileSet

Parameters:
_ColorR - byte
_ColorG - byte
_ColorB - byte
_frameWidth - int
_frameHeight - int
_yCorr - int
_frameCount - int
_animCount - int
_tileFile - String
Method Detail

getFrameCount

public int getFrameCount()

getTileFile

public java.lang.String getTileFile()

getAnimeCount

public int getAnimeCount()

getYCorr

public int getYCorr()

getColors

public final byte[] getColors()

getTileSize

public final int[] getTileSize()