use of limelight.styles.compiling.IntegerAttributeCompiler in project limelight by slagyr.
the class StyleAttributeTest method setUp.
@Before
public void setUp() throws Exception {
panel = new MockChangeablePanel();
attribute = new StyleAttribute("NAME", new IntegerAttributeCompiler(), new SimpleIntegerValue(50));
Context.instance().bufferedImageCache = new SimpleCache<Panel, BufferedImage>();
}
Aggregations