Interface IApplicableStyle
-
- All Known Implementing Classes:
BaleAmount,BaleAmountAlwaysVisible,BarrelAmount,BarrelAmountAlwaysVisible,CoinPrice,CoinPriceAlwaysVisible,DecoratedText,FightingSkillAlwaysVisible,NavigationSkillAlwaysVisible,TradingSkillAlwaysVisible
public interface IApplicableStyleInterface used to delegate style changes to children text nodes.- Author:
- Andi Hotz, (c) Sahits GmbH, 2015 Created on Jan 10, 2015
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyStyle(java.lang.String style)Set the style on all children.
-