Package ca.cgjennings.apps.arkham.component
-
Interface Summary Interface Description GameComponent This interface defines common methods for all supported types of "components": paper gaming elements that may consist of one or more faces (sides).Portrait A portrait is a user-supplied image that is part of a game component, such as a character portrait on a character card.PortraitProvider This interface is implemented by game components that include (or may include)Portrait
s: images that can be configured by the user and which appear on the component's sheets. -
Class Summary Class Description AbstractGameComponent Provides default implementations for theGameComponent
interface.AbstractPortrait An abstract base class forPortrait
implementations.ComponentMetadata Provides access to the game component metadata stored in modern game component files.DefaultPortrait Marker TheGameComponent
used to create generic markers and tokens. -
Enum Summary Enum Description Portrait.Feature Identifies features that this portrait supports. -
Exception Summary Exception Description FileRecoveryException This is a special exception that may be thrown while a component is being read from a stream.