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

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

Introduction

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

Usage

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

public class JavaFxPlotRenderer extends AbstractPlotRenderer<JavaFxLane, Color> {

    private Group currentShape;

    public Group draw(PlotCommit<JavaFxLane> commit, double height) {
        currentShape = new Group();

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

/**
 * see license
 * didn't touch a thing
 * 
 */
final class AWTPlotRenderer extends AbstractPlotRenderer<SwingLane, Color> implements Serializable {

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

class SWTPlotRenderer extends AbstractPlotRenderer<SWTLane, Color> {
    private final Color sys_blue;

    private final Color sys_black;

    private final Color sys_gray;

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

/**
 *   @author Cristina Constantinescu
 */
public class WebCommitPlotRenderer extends AbstractPlotRenderer<WebLane, String> {

    private final String black = "#000000";