public abstract class LayoutBehavior extends java.lang.Object implements ILayoutBehavior
| Constructor and Description |
|---|
LayoutBehavior() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Image |
getImageCursor()
Devuelve la imagen del cursor de la herrameinta.
|
LayoutControl |
getLayoutControl()
Devuelve el Layout.
|
abstract 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.
|
public abstract LayoutToolListener getListener()
ILayoutBehaviorgetListener in interface ILayoutBehaviorpublic void paintComponent(java.awt.Graphics g)
paintComponent in interface ILayoutBehaviororg.gvsig.fmap.mapcontrol.tools.Behavior.Behavior#paintComponent(java.awt.Graphics)public void setLayoutControl(LayoutControl lc)
ILayoutBehaviorsetLayoutControl in interface ILayoutBehaviorlc - Layout a insertar.public java.awt.Image getImageCursor()
ILayoutBehaviorgetImageCursor in interface ILayoutBehaviorpublic LayoutControl getLayoutControl()
ILayoutBehaviorgetLayoutControl in interface ILayoutBehaviorpublic void mouseClicked(java.awt.event.MouseEvent e)
throws BehaviorException
mouseClicked in interface ILayoutBehaviorBehaviorExceptionMouseListener.mouseClicked(java.awt.event.MouseEvent)public void mouseEntered(java.awt.event.MouseEvent e)
throws BehaviorException
mouseEntered in interface ILayoutBehaviorBehaviorExceptionMouseListener.mouseEntered(java.awt.event.MouseEvent)public void mouseExited(java.awt.event.MouseEvent e)
throws BehaviorException
mouseExited in interface ILayoutBehaviorBehaviorExceptionMouseListener.mouseExited(java.awt.event.MouseEvent)public void mousePressed(java.awt.event.MouseEvent e)
throws BehaviorException
mousePressed in interface ILayoutBehaviorBehaviorExceptionMouseListener.mousePressed(java.awt.event.MouseEvent)public void mouseReleased(java.awt.event.MouseEvent e)
throws BehaviorException
mouseReleased in interface ILayoutBehaviorBehaviorExceptionMouseListener.mouseReleased(java.awt.event.MouseEvent)public void mouseDragged(java.awt.event.MouseEvent e)
throws BehaviorException
mouseDragged in interface ILayoutBehaviorBehaviorExceptionMouseMotionListener.mouseDragged(java.awt.event.MouseEvent)public void mouseMoved(java.awt.event.MouseEvent e)
throws BehaviorException
mouseMoved in interface ILayoutBehaviorBehaviorExceptionMouseMotionListener.mouseMoved(java.awt.event.MouseEvent)public void mouseWheelMoved(java.awt.event.MouseWheelEvent e)
throws BehaviorException
mouseWheelMoved in interface ILayoutBehaviorBehaviorExceptionMouseWheelListener.mouseWheelMoved(java.awt.event.MouseWheelEvent)public boolean isAdjustable()
isAdjustable in interface ILayoutBehavior