com.realtime.crossfire.jxclient.gui.list
Interface GUIListCellRenderer

All Superinterfaces:
javax.swing.ListCellRenderer
All Known Implementing Classes:
CharacterCellRenderer, ItemItemCellRenderer, MetaElementCellRenderer

public interface GUIListCellRenderer
extends javax.swing.ListCellRenderer

A ListCellRenderer that implements resizing after screen resolution changes.


Method Summary
 void updateResolution(int screenWidth, int screenHeight)
          Updates the location and size to a new screen resolution.
 
Methods inherited from interface javax.swing.ListCellRenderer
getListCellRendererComponent
 

Method Detail

updateResolution

void updateResolution(int screenWidth,
                      int screenHeight)
Updates the location and size to a new screen resolution.

Parameters:
screenWidth - the new screen width
screenHeight - the new screen height