Packages that use JXCSkinSource | |
---|---|
com.realtime.crossfire.jxclient.skin.io | |
com.realtime.crossfire.jxclient.skin.source |
Uses of JXCSkinSource in com.realtime.crossfire.jxclient.skin.io |
---|
Fields in com.realtime.crossfire.jxclient.skin.io declared as JXCSkinSource | |
---|---|
private JXCSkinSource |
ImageParser.skinSource
The JXCSkinSource for loading resources. |
private JXCSkinSource |
FontParser.skinSource
The JXCSkinSource for loading resources. |
Methods in com.realtime.crossfire.jxclient.skin.io with parameters of type JXCSkinSource | |
---|---|
JXCSkin |
JXCSkinLoader.load(JXCSkinSource skinSource,
CrossfireServerConnection crossfireServerConnection,
GuiStateManager guiStateManager,
TooltipManager tooltipManager,
JXCWindowRenderer windowRenderer,
GUIElementListener elementListener,
MetaserverModel metaserverModel,
CharacterModel characterModel,
CommandQueue commandQueue,
Shortcuts shortcuts,
Commands commands,
CurrentSpellManager currentSpellManager,
CommandCallback commandCallback,
Macros macros,
GuiFactory guiFactory)
Loads the skin from its external representation. |
private void |
JXCSkinLoader.load(JXCSkinSource skinSource,
java.lang.String dialogName,
CrossfireServerConnection server,
GuiStateManager guiStateManager,
TooltipManager tooltipManager,
JXCWindowRenderer windowRenderer,
GUIElementListener elementListener,
MetaserverModel metaserverModel,
CharacterModel characterModel,
CommandQueue commandQueue,
Gui gui,
Shortcuts shortcuts,
Commands commands,
CurrentSpellManager currentSpellManager,
CommandCallback commandCallback,
Macros macros,
java.awt.Image nextGroupFace,
java.awt.Image prevGroupFace)
Loads a skin file and add the entries to a Gui instance. |
private void |
JXCSkinLoader.load(JXCSkinSource skinSource,
java.lang.String dialogName,
java.lang.String resourceName,
java.io.InputStream inputStream,
CrossfireServerConnection server,
GuiStateManager guiStateManager,
TooltipManager tooltipManager,
JXCWindowRenderer windowRenderer,
GUIElementListener elementListener,
MetaserverModel metaserverModel,
CharacterModel characterModel,
CommandQueue commandQueue,
Gui gui,
Shortcuts shortcuts,
Commands commands,
CurrentSpellManager currentSpellManager,
CommandCallback commandCallback,
Macros macros,
java.awt.Image nextGroupFace,
java.awt.Image prevGroupFace)
Loads a skin file and add the entries to a Gui instance. |
Constructors in com.realtime.crossfire.jxclient.skin.io with parameters of type JXCSkinSource | |
---|---|
FontParser(JXCSkinSource skinSource)
Creates a new instance. |
|
ImageParser(JXCSkinSource skinSource)
Creates a new instance. |
Uses of JXCSkinSource in com.realtime.crossfire.jxclient.skin.source |
---|
Classes in com.realtime.crossfire.jxclient.skin.source that implement JXCSkinSource | |
---|---|
class |
AbstractJXCSkinSource
Abstract base class for JXCSkinSource implementations. |
class |
JXCSkinClassSource
A JXCSkinSource that loads via the class loader. |
class |
JXCSkinDirSource
A JXCSkinSource that loads from files. |