|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.client.ui.views.historybrowserview.graph.PlotLane
public class PlotLane
A line space within the graph.
Commits are strung onto a lane. For many UIs a lane represents a column. Originally taken from org.eclipse.egit.ui.internal.history.
| Constructor Summary | |
|---|---|
PlotLane()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlotLane()
| Method Detail |
|---|
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()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||