dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Improvements to css and specialized link panels.
James Moger
2011-04-04
fb01c9c8cc36ac28c895b6b7daad39038f3d17a2
[githubFork/gitblit.git]
/
contrib
/
com
/
codecommit
/
wicket
/
IChartGrid.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
* 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();
}