Sign in
gerrit
/
gitblit
/
94b96b5a98bef254128ccc4f5fc0e0c4376324e4
/
.
/
contrib
/
com
/
codecommit
/
wicket
/
ILineStyle.java
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
();
}