org.gamenet.swing.controls
Interface PixelMapDataSource


public interface PixelMapDataSource


Method Summary
 int getColumnCount()
           
 int getRowCount()
           
 int getValueAt(int row, int column)
           
 

Method Detail

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getValueAt

public int getValueAt(int row,
                      int column)