public interface ILayoutBehavior
| Modifier and Type | Method and Description |
|---|---|
java.awt.Image |
getImageCursor()
Devuelve la imagen del cursor de la herrameinta.
|
LayoutControl |
getLayoutControl()
Devuelve el Layout.
|
LayoutToolListener |
getListener()
Devuelve el ToolListener que está seleccionado.
|
boolean |
isAdjustable() |
void |
mouseClicked(java.awt.event.MouseEvent e) |
void |
mouseDragged(java.awt.event.MouseEvent e) |
void |
mouseEntered(java.awt.event.MouseEvent e) |
void |
mouseExited(java.awt.event.MouseEvent e) |
void |
mouseMoved(java.awt.event.MouseEvent e) |
void |
mousePressed(java.awt.event.MouseEvent e) |
void |
mouseReleased(java.awt.event.MouseEvent e) |
void |
mouseWheelMoved(java.awt.event.MouseWheelEvent e) |
void |
paintComponent(java.awt.Graphics g) |
void |
setLayoutControl(LayoutControl lc)
Inserta el Layout.
|
LayoutToolListener getListener()
void paintComponent(java.awt.Graphics g)
org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior#paintComponent(java.awt.Graphics)void setLayoutControl(LayoutControl lc)
lc - Layout a insertar.java.awt.Image getImageCursor()
LayoutControl getLayoutControl()
void mouseClicked(java.awt.event.MouseEvent e)
throws BehaviorException
BehaviorExceptionMouseListener.mouseClicked(java.awt.event.MouseEvent)void mouseEntered(java.awt.event.MouseEvent e)
throws BehaviorException
BehaviorExceptionMouseListener.mouseEntered(java.awt.event.MouseEvent)void mouseExited(java.awt.event.MouseEvent e)
throws BehaviorException
BehaviorExceptionMouseListener.mouseExited(java.awt.event.MouseEvent)void mousePressed(java.awt.event.MouseEvent e)
throws BehaviorException
BehaviorExceptionMouseListener.mousePressed(java.awt.event.MouseEvent)void mouseReleased(java.awt.event.MouseEvent e)
throws BehaviorException
BehaviorExceptionMouseListener.mouseReleased(java.awt.event.MouseEvent)void mouseDragged(java.awt.event.MouseEvent e)
throws BehaviorException
BehaviorExceptionMouseMotionListener.mouseDragged(java.awt.event.MouseEvent)void mouseMoved(java.awt.event.MouseEvent e)
throws BehaviorException
BehaviorExceptionMouseMotionListener.mouseMoved(java.awt.event.MouseEvent)void mouseWheelMoved(java.awt.event.MouseWheelEvent e)
throws BehaviorException
BehaviorExceptionMouseWheelListener.mouseWheelMoved(java.awt.event.MouseWheelEvent)boolean isAdjustable()