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