|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.starlink.topcat.plot.ZoomRegion
uk.ac.starlink.topcat.plot.AxisZoomRegion
uk.ac.starlink.topcat.plot.AuxLegendZoomRegion
public abstract class AuxLegendZoomRegion
ZoomRegion for use with an AuxLegend.
| Constructor Summary | |
|---|---|
AuxLegendZoomRegion(uk.ac.starlink.ttools.plot.AuxLegend legend)
Constructor. |
|
| Method Summary | |
|---|---|
protected abstract void |
dataZoomed(double lo,
double hi)
Called when a zoom has taken place. |
Rectangle |
getDisplay()
Returns the display region. |
Rectangle |
getTarget()
Returns the target region. |
void |
setDisplay(Rectangle display)
Sets the display region. |
void |
setTarget(Rectangle target)
Sets the target region. |
void |
zoomed(double[][] bounds)
Callback which will be invoked when a zoom invoked on this region has been completed successfully. |
| Methods inherited from class uk.ac.starlink.topcat.plot.AxisZoomRegion |
|---|
createDrag |
| Methods inherited from class uk.ac.starlink.topcat.plot.ZoomRegion |
|---|
getCursor, setCursor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuxLegendZoomRegion(uk.ac.starlink.ttools.plot.AuxLegend legend)
legend - lagend to zoom over| Method Detail |
|---|
protected abstract void dataZoomed(double lo,
double hi)
lo - new requested lower data boundhi - new requested upper data boundpublic Rectangle getDisplay()
ZoomRegion
getDisplay in class ZoomRegionpublic Rectangle getTarget()
ZoomRegion
getTarget in class ZoomRegionpublic void setDisplay(Rectangle display)
ZoomRegion
setDisplay in class ZoomRegiondisplay - display region
UnsupportedOperationExceptionpublic void setTarget(Rectangle target)
ZoomRegion
setTarget in class ZoomRegiontarget - target region
UnsupportedOperationExceptionpublic void zoomed(double[][] bounds)
ZoomRegion
zoomed in class ZoomRegionbounds - array of (lower, upper) zoom bounds
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||