Package mekhq.campaign.storyArc
Class StorySplash
java.lang.Object
megamek.common.icons.AbstractIcon
mekhq.campaign.storyArc.StorySplash
- All Implemented Interfaces:
Serializable
public class StorySplash
extends megamek.common.icons.AbstractIcon
Extension of AbstractIcon to handle splash images associated with a StoryDialog
- See Also:
-
Field Summary
FieldsFields inherited from class megamek.common.icons.AbstractIcon
DEFAULT_ICON_FILENAME, filename, ROOT_CATEGORY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
static StorySplash
parseFromXML
(Node wn) void
writeToXML
(PrintWriter pw, int indent) Methods inherited from class megamek.common.icons.AbstractIcon
equals, getCategory, getFilename, getImage, getImage, getImage, getImage, getImageIcon, getImageIcon, hasDefaultCategory, hasDefaultFilename, hashCode, isDefault, isScaled, parseNode, parseNodes, scaleAndCenter, setCategory, setFilename, toString, writeBodyToXML, writeToXML
-
Field Details
-
XML_TAG
- See Also:
-
-
Constructor Details
-
StorySplash
public StorySplash() -
StorySplash
-
-
Method Details