private static class HotSpots.HotSpot extends java.lang.Object implements java.lang.Comparable<HotSpots.HotSpot>
| Modifier and Type | Field and Description |
|---|---|
private java.awt.Rectangle |
rectangle |
ISource |
source |
| Constructor and Description |
|---|
HotSpot(java.awt.Rectangle rectangle,
ISource source) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(HotSpots.HotSpot hotSpot) |
private final java.awt.Rectangle rectangle
public final ISource source
public HotSpot(java.awt.Rectangle rectangle,
ISource source)
public int compareTo(HotSpots.HotSpot hotSpot)
compareTo in interface java.lang.Comparable<HotSpots.HotSpot>