(final String iFN)
| 6329 | return uiCard.currentState.getImageKey(); |
| 6330 | } |
| 6331 | public final void setImageKey(final String iFN) { |
| 6332 | if (!getRenderForUI()) { |
| 6333 | return; |
| 6334 | } |
| 6335 | Card uiCard = getCardForUi(); |
| 6336 | if(uiCard != null) |
| 6337 | uiCard.currentState.setImageKey(iFN); |
| 6338 | } |
| 6339 | |
| 6340 | public String getImageKey(CardStateName state) { |
| 6341 | if (!getRenderForUI()) { |
no test coverage detected