Uses of Interface
ca.cgjennings.apps.arkham.component.design.DesignSupport
-
Packages that use DesignSupport Package Description ca.cgjennings.apps.arkham ca.cgjennings.apps.arkham.component.design ca.cgjennings.apps.arkham.diy -
-
Uses of DesignSupport in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham with parameters of type DesignSupport Modifier and Type Method Description void
AbstractGameComponentEditor. setDesignSupport(DesignSupport<G> ds)
Sets the design support for this editor. -
Uses of DesignSupport in ca.cgjennings.apps.arkham.component.design
Classes in ca.cgjennings.apps.arkham.component.design that implement DesignSupport Modifier and Type Class Description class
AbstractVerbalDesignSupport<G extends GameComponent>
An abstract base class for design supports that create verbal reports to describe their design analyses.class
LegacyDesignSupport
Adapts components with legacy design support implementations to use the new API. -
Uses of DesignSupport in ca.cgjennings.apps.arkham.diy
Classes in ca.cgjennings.apps.arkham.diy that implement DesignSupport Modifier and Type Class Description class
VerbalDesignSupportAdapter
This class is an adapter for creatingAbstractVerbalDesignSupport
s for DIY components.
-