|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectclickDetector.ClickBTDisplay.ZoomableInterface
class ClickBTDisplay.ZoomableInterface
setup the horizontal scroll bar
| Constructor Summary | |
|---|---|
ClickBTDisplay.ZoomableInterface()
|
|
| Method Summary | |
|---|---|
boolean |
canStartZoomArea(java.awt.event.MouseEvent mouseEvent)
Can a zoom area be started ? |
int |
getCoordinateType()
|
double |
getXRange()
|
double |
getXScale()
|
double |
getXStart()
|
double |
getYRange()
|
double |
getYScale()
|
double |
getYStart()
|
void |
zoomPolygonComplete(ZoomShape zoomShape)
Called when a zoom shape has been completed. |
void |
zoomShapeChanging(ZoomShape zoomShape)
Called as the zoom shape changes via some sort of mouse action. |
void |
zoomToShape(ZoomShape zoomShape)
Zoom to the bounds of a particular shape. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
ClickBTDisplay.ZoomableInterface()
| Method Detail |
|---|
public boolean canStartZoomArea(java.awt.event.MouseEvent mouseEvent)
ZoomableThis is called from the zoomer when a zoom area is about to start to check that there are not reasons for not starting the area. For instance if some other mouse event is to take priority over the zoom, e.g. clicking on a detection which might initiate some other menu action.
canStartZoomArea in interface Zoomablepublic int getCoordinateType()
getCoordinateType in interface Zoomablepublic double getXScale()
getXScale in interface Zoomablepublic double getXStart()
getXStart in interface Zoomablepublic double getXRange()
getXRange in interface Zoomablepublic double getYScale()
getYScale in interface Zoomablepublic double getYStart()
getYStart in interface Zoomablepublic double getYRange()
getYRange in interface Zoomablepublic void zoomPolygonComplete(ZoomShape zoomShape)
Zoomable
zoomPolygonComplete in interface ZoomablezoomShape - zoom shape that's completed.public void zoomShapeChanging(ZoomShape zoomShape)
Zoomable
zoomShapeChanging in interface ZoomablezoomShape - shape that's changing.public void zoomToShape(ZoomShape zoomShape)
Zoomable
zoomToShape in interface ZoomablezoomShape - shape to zoom to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||