blob: 873debefc5035dae34ec7175f79a7067294c9288 [file] [log] [blame]
/*
* Created on Dec 11, 2007
*/
package com.codecommit.wicket;
/**
* @author Daniel Spiewak
*/
public interface ILineStyle {
public int getThickness();
public int getSegmentLength();
public int getBlankLength();
}