Uses of Class
com.realtime.crossfire.jxclient.util.Resolution

Packages that use Resolution
com.realtime.crossfire.jxclient.gui.gui   
com.realtime.crossfire.jxclient.main   
com.realtime.crossfire.jxclient.skin.io   
com.realtime.crossfire.jxclient.skin.skin   
com.realtime.crossfire.jxclient.util   
 

Uses of Resolution in com.realtime.crossfire.jxclient.gui.gui
 

Methods in com.realtime.crossfire.jxclient.gui.gui with parameters of type Resolution
 boolean JXCWindowRenderer.setFullScreenMode(java.awt.Frame frame, Resolution resolution)
          Tries to switch to the given resolution.
 void JXCWindowRenderer.setWindowMode(java.awt.Frame frame, Resolution resolution, Resolution minResolution, boolean fixedSize)
          Tries to switch to the given resolution.
 

Uses of Resolution in com.realtime.crossfire.jxclient.main
 

Fields in com.realtime.crossfire.jxclient.main declared as Resolution
private  Resolution SkinLoader.resolution
          The size of the client area.
private  Resolution Options.resolution
          The resolution to use or null for default.
 

Methods in com.realtime.crossfire.jxclient.main that return Resolution
 Resolution Options.getResolution()
          Returns the resolution.
 

Methods in com.realtime.crossfire.jxclient.main with parameters of type Resolution
 void JXCWindow.init(Resolution resolution, MouseTracker mouseTracker, java.lang.String skinName, boolean fullScreen, SkinLoader skinLoader)
          Initializes the instance: loads and displays the skin.
 

Constructors in com.realtime.crossfire.jxclient.main with parameters of type Resolution
SkinLoader(boolean debugGui, MouseTracker mouseTracker, CommandCallback commandCallback, MetaserverModel metaserverModel, Resolution resolution, Macros macros, JXCWindowRenderer windowRenderer, CrossfireServerConnection server, GuiStateManager guiStateManager, TooltipManager tooltipManager, CommandQueue commandQueue, JXCSkinLoader skinLoader, Commands commands, Shortcuts shortcuts, CharacterModel characterModel)
          Creates a new instance.
 

Uses of Resolution in com.realtime.crossfire.jxclient.skin.io
 

Methods in com.realtime.crossfire.jxclient.skin.io that return Resolution
private static Resolution JXCSkinLoader.parseResolution(java.lang.String text)
          Parses a resolution specification.
 

Uses of Resolution in com.realtime.crossfire.jxclient.skin.skin
 

Fields in com.realtime.crossfire.jxclient.skin.skin declared as Resolution
private  Resolution DefaultJXCSkin.maxResolution
          The maximal resolution.
private  Resolution DefaultJXCSkin.minResolution
          The minimal resolution.
 

Methods in com.realtime.crossfire.jxclient.skin.skin that return Resolution
 Resolution JXCSkin.getMaxResolution()
          Returns the maximal resolution of this skin.
 Resolution DefaultJXCSkin.getMaxResolution()
          Returns the maximal resolution of this skin.
 Resolution JXCSkin.getMinResolution()
          Returns the minimal resolution of this skin.
 Resolution DefaultJXCSkin.getMinResolution()
          Returns the minimal resolution of this skin.
 

Methods in com.realtime.crossfire.jxclient.skin.skin with parameters of type Resolution
 void DefaultJXCSkin.setSkinName(java.lang.String skinName, Resolution minResolution, Resolution maxResolution)
          Sets the skin name.
 

Uses of Resolution in com.realtime.crossfire.jxclient.util
 

Methods in com.realtime.crossfire.jxclient.util that return Resolution
static Resolution Resolution.parse(java.lang.String str)
          Creates a new instance from string representation.