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();
}