Search in sources :

Example 1 with FlatStyle

use of limelight.styles.FlatStyle in project limelight by slagyr.

the class BorderTest method setUp.

public void setUp() {
    style = new FlatStyle();
    insideMargin = new Box(0, 0, 100, 200);
}
Also used : FlatStyle(limelight.styles.FlatStyle) Box(limelight.util.Box)

Aggregations

FlatStyle (limelight.styles.FlatStyle)1 Box (limelight.util.Box)1