public class SimpleMoveListener
extends edu.umd.cs.piccolo.event.PBasicInputEventHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
COORDINATES_CHANGED |
| Constructor and Description |
|---|
SimpleMoveListener(MappingComponent mc)
Creates a new instance of SimpleMoveListener.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getCurrentOGCScale()
DOCUMENT ME!
|
edu.umd.cs.piccolo.PNode |
getPointerAnnotation()
DOCUMENT ME!
|
double |
getUnderlyingObjectHalo()
DOCUMENT ME!
|
PFeature |
getUnderlyingPFeature()
DOCUMENT ME!
|
double |
getXCoord()
DOCUMENT ME!
|
double |
getYCoord()
DOCUMENT ME!
|
boolean |
isAnnotationNodeVisible()
DOCUMENT ME!
|
void |
mouseClicked(edu.umd.cs.piccolo.event.PInputEvent event) |
void |
mouseDragged(edu.umd.cs.piccolo.event.PInputEvent event) |
void |
mouseEntered(edu.umd.cs.piccolo.event.PInputEvent event) |
void |
mouseExited(edu.umd.cs.piccolo.event.PInputEvent event) |
void |
mouseMoved(edu.umd.cs.piccolo.event.PInputEvent event) |
void |
setAnnotationNodeVisible(boolean annotationNodeVisible)
DOCUMENT ME!
|
void |
setDeepSeekEnabled(boolean deepSeekEnabled)
DOCUMENT ME!
|
void |
setPointerAnnotation(edu.umd.cs.piccolo.PNode pointerAnnotation)
DOCUMENT ME!
|
void |
setUnderlyingObjectHalo(double underlyingObjectHalo)
DOCUMENT ME!
|
acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, keyPressed, keyReleased, keyTyped, mousePressed, mouseReleased, mouseWheelRotated, mouseWheelRotatedByBlock, paramString, processEvent, setEventFilter, toStringpublic static final String COORDINATES_CHANGED
public SimpleMoveListener(MappingComponent mc)
mc - DOCUMENT ME!public void mouseMoved(edu.umd.cs.piccolo.event.PInputEvent event)
mouseMoved in class edu.umd.cs.piccolo.event.PBasicInputEventHandlerpublic void setDeepSeekEnabled(boolean deepSeekEnabled)
deepSeekEnabled - DOCUMENT ME!public void mouseClicked(edu.umd.cs.piccolo.event.PInputEvent event)
mouseClicked in class edu.umd.cs.piccolo.event.PBasicInputEventHandlerpublic void mouseDragged(edu.umd.cs.piccolo.event.PInputEvent event)
mouseDragged in class edu.umd.cs.piccolo.event.PBasicInputEventHandlerpublic void mouseEntered(edu.umd.cs.piccolo.event.PInputEvent event)
mouseEntered in class edu.umd.cs.piccolo.event.PBasicInputEventHandlerpublic void mouseExited(edu.umd.cs.piccolo.event.PInputEvent event)
mouseExited in class edu.umd.cs.piccolo.event.PBasicInputEventHandlerpublic double getXCoord()
public double getYCoord()
public double getCurrentOGCScale()
public PFeature getUnderlyingPFeature()
public boolean isAnnotationNodeVisible()
public void setAnnotationNodeVisible(boolean annotationNodeVisible)
annotationNodeVisible - DOCUMENT ME!public edu.umd.cs.piccolo.PNode getPointerAnnotation()
public void setPointerAnnotation(edu.umd.cs.piccolo.PNode pointerAnnotation)
pointerAnnotation - DOCUMENT ME!public void setUnderlyingObjectHalo(double underlyingObjectHalo)
underlyingObjectHalo - DOCUMENT ME!public double getUnderlyingObjectHalo()
Copyright © 2012–2025 cismet GmbH. All rights reserved.