summaryrefslogtreecommitdiffstats
path: root/contrib/com/codecommit/wicket/ILineStyle.java
blob: 873debefc5035dae34ec7175f79a7067294c9288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Created on Dec 11, 2007
 */
package com.codecommit.wicket;

/**
 * @author Daniel Spiewak
 */
public interface ILineStyle {
	
	public int getThickness();
	
	public int getSegmentLength();
	
	public int getBlankLength();
}