Uses of Class
gamedata.Silhouette
-
Packages that use Silhouette Package Description ca.cgjennings.apps.arkham.component gamedata -
-
Uses of Silhouette in ca.cgjennings.apps.arkham.component
Methods in ca.cgjennings.apps.arkham.component with parameters of type Silhouette Modifier and Type Method Description void
Marker. setSilhouette(Silhouette sil)
-
Uses of Silhouette in gamedata
Methods in gamedata that return Silhouette Modifier and Type Method Description static Silhouette
Silhouette. get(java.lang.String key)
Returns the Silhouette with the specified key, ornull
if there is none.static Silhouette[]
Silhouette. getSilhouettes()
Returns an array of all of the currently registered silhouettes.Methods in gamedata with parameters of type Silhouette Modifier and Type Method Description static void
Silhouette. register(Silhouette s)
Registers a new silhouette.static void
Silhouette. unregister(Silhouette s)
Unregisters a silhouette.
-