Sign in
gerrit
/
gitblit
/
fc84260e4238fda10842c1bd3b9fb0cb74b95426
/
.
/
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
();
}