|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<DoubleDoublePair,ArrayList<VisualizationInfo>>
de.lmu.ifi.dbs.elki.visualization.gui.overview.PlotMap<NV>
class PlotMap<NV>
Manage the Overview plot canvas.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Field Summary | |
---|---|
(package private) MinMax<Double> |
minmaxx
X coordinates seen |
(package private) MinMax<Double> |
minmaxy
Y coordinates seen |
private static long |
serialVersionUID
Serial version |
Constructor Summary | |
---|---|
PlotMap()
Constructor. |
Method Summary | |
---|---|
(package private) void |
addVis(double x,
double y,
double w,
double h,
VisualizationInfo v)
Place a new visualization on the chart. |
(package private) List<VisualizationInfo> |
get(double x,
double y)
Get the visualization on the given coordinates. |
double |
getHeight()
Get height in plot units. |
double |
getWidth()
Get width in plot units |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Field Detail |
---|
private static final long serialVersionUID
MinMax<Double> minmaxx
MinMax<Double> minmaxy
Constructor Detail |
---|
PlotMap()
Method Detail |
---|
void addVis(double x, double y, double w, double h, VisualizationInfo v)
x
- X coordinatey
- Y coordinatew
- Widthh
- Heightv
- VisualizationList<VisualizationInfo> get(double x, double y)
x
- First coordinatey
- Second coordinate
public double getWidth()
public double getHeight()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |