Package | Description |
---|---|
com.realtime.crossfire.jxclient.main | |
com.realtime.crossfire.jxclient.skin.io | |
com.realtime.crossfire.jxclient.skin.skin | |
com.realtime.crossfire.jxclient.window |
Modifier and Type | Method and Description |
---|---|
JXCSkin |
SkinLoader.loadSkin(java.lang.String skinName)
Loads a skin file.
|
Modifier and Type | Method and Description |
---|---|
JXCSkin |
JXCSkinLoader.load(JXCSkinSource skinSource,
CrossfireServerConnection crossfireServerConnection,
GuiStateManager guiStateManager,
TooltipManager tooltipManager,
JXCWindowRenderer windowRenderer,
GUIElementListener elementListener,
MetaserverModel metaserverModel,
CharacterModel characterModel,
CommandQueue commandQueue,
Shortcuts shortcuts,
CommandExecutor commandExecutor,
CurrentSpellManager currentSpellManager,
CommandCallback commandCallback,
Macros macros,
GuiFactory guiFactory,
SmoothFaces smoothFaces)
Loads the skin from its external representation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJXCSkin
Default
JXCSkin implementation. |
Modifier and Type | Field and Description |
---|---|
private JXCSkin |
GuiManager.skin
The currently active skin.
|
Modifier and Type | Method and Description |
---|---|
static void |
DialogStateParser.load(JXCSkin skin,
JXCWindowRenderer windowRenderer)
Loads the dialogs state from a file.
|
static void |
DialogStateParser.save(JXCSkin skin,
JXCWindowRenderer windowRenderer)
Saves the dialogs state to a file.
|
void |
GuiManager.setSkin(JXCSkin skin)
Sets a new skin.
|