Example usage for org.eclipse.jgit.revplot PlotCommitList subclass-usage

List of usage examples for org.eclipse.jgit.revplot PlotCommitList subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.revplot PlotCommitList subclass-usage.

Usage

From source file de.br0tbox.gitfx.ui.history.JavaFxCommitList.java

public class JavaFxCommitList extends PlotCommitList<JavaFxLane> {

    private static final Color[] COLORS = new Color[] { Color.GREEN, Color.RED, Color.BLUE, Color.BROWN,
            Color.VIOLET, Color.CYAN, Color.MAGENTA, Color.DARKCYAN, Color.CORNFLOWERBLUE };
    private List<Color> allColors;
    private LinkedList<Color> availableColors;

From source file kr.re.ec.grigit.graph.ui.SwingCommitList.java

public class SwingCommitList extends PlotCommitList<SwingCommitList.SwingLane> {
    final LinkedList<Color> colors;

    SwingCommitList() {
        colors = new LinkedList<Color>();
        repackColors();

From source file org.eclipse.egit.ui.internal.history.SWTCommitList.java

class SWTCommitList extends PlotCommitList<SWTCommitList.SWTLane> {
    private final ArrayList<Color> allColors;

    private final LinkedList<Color> availableColors;

    SWTCommitList(final Display d) {

From source file org.flowerplatform.web.git.history.internal.WebCommitList.java

/**
 *   @author Cristina Constantinescu
 */
public class WebCommitList extends PlotCommitList<WebLane> {

    private static final String[] COMMIT_HEX = new String[] { "#85A6D6", "#DDCD5D", "#C78639", "#839662", "#C57B7F",