public class PlotLane extends Object implements Serializable
Commits are strung onto a lane. For many UIs a lane represents a column. Originally taken from org.eclipse.egit.ui.internal.history.
| Constructor and Description |
|---|
PlotLane() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes the lane and frees all reserved resources.
|
boolean |
equals(Object o) |
org.eclipse.swt.graphics.Color |
getLightColor() |
int |
getPosition()
Logical location of this lane within the graphing plane.
|
org.eclipse.swt.graphics.Color |
getSaturatedColor() |
int |
hashCode() |
void |
setLightColor(org.eclipse.swt.graphics.Color lightColor)
Sets the light color of this lane
getLightColor(). |
void |
setPosition(int position)
Sets the logical position of this lane.
|
void |
setSaturatedColor(org.eclipse.swt.graphics.Color color)
Sets this lane's main color.
|
public int getPosition()
public void setPosition(int position)
getPosition().position - The new position of this lane.public void dispose()
public void setSaturatedColor(org.eclipse.swt.graphics.Color color)
color - The lane's color.public org.eclipse.swt.graphics.Color getSaturatedColor()
public void setLightColor(org.eclipse.swt.graphics.Color lightColor)
getLightColor().lightColor - The new light color f this commit.public org.eclipse.swt.graphics.Color getLightColor()
Copyright © 2017. All rights reserved.