dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Dropped log links, created new stylesheet, added activity graph.
James Moger
2011-04-04
fc84260e4238fda10842c1bd3b9fb0cb74b95426
[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();
}