dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Refactored more link panels into fragments.
James Moger
2011-04-11
1a3fc5e8f150ff73be27c67006a10bbab0c585b4
[githubFork/gitblit.git]
/
contrib
/
com
/
codecommit
/
wicket
/
ISolidFill.java
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
* Created on Dec 11, 2007
*/
package com.codecommit.wicket;
import java.awt.Color;
/**
* @author Daniel Spiewak
*/
public interface ISolidFill extends IChartFill {
public Color getColor();
}