Sign in
gerrit
/
gitblit
/
fc84260e4238fda10842c1bd3b9fb0cb74b95426
/
.
/
contrib
/
com
/
codecommit
/
wicket
/
IChartGrid.java
blob: 05f4c5f6ea4f27a3c82865e1e1f8a78e9f41568a [
file
] [
log
] [
blame
]
/*
* Created on Dec 11, 2007
*/
package
com
.
codecommit
.
wicket
;
/**
* @author Daniel Spiewak
*/
public
interface
IChartGrid
{
public
double
getXStepSize
();
public
double
getYStepSize
();
public
int
getSegmentLength
();
public
int
getBlankLength
();
}