edu.uci.ics.jung.visualization
Interface ScreenDevice<C>
- All Known Implementing Classes:
- ScreenDevice
public interface ScreenDevice<C>
getUIComponent
C getUIComponent()
getGraphicsContext
GraphicsContext getGraphicsContext()
getBackground
Color getBackground()
setBackground
void setBackground(Color c)
getForeground
Color getForeground()
setForeground
void setForeground(Color c)
getFont
Font getFont()
setFont
void setFont(Font font)
getSize
Dimension getSize()
getBounds
Rectangle getBounds()
repaint
void repaint()
addScreenDeviceListener
void addScreenDeviceListener(ScreenDeviceListener<C> l)
addKeyListener
void addKeyListener(KeyListener l)
addMouseListener
void addMouseListener(MouseListener l)
addMouseMotionListener
void addMouseMotionListener(MouseMotionListener l)
addMouseWheelListener
void addMouseWheelListener(MouseWheelListener l)
removeScreenDeviceListener
void removeScreenDeviceListener(ScreenDeviceListener<C> l)
removeKeyListener
void removeKeyListener(KeyListener l)
removeMouseListener
void removeMouseListener(MouseListener l)
removeMouseMotionListener
void removeMouseMotionListener(MouseMotionListener l)
removeMouseWheelListener
void removeMouseWheelListener(MouseWheelListener l)
getScreenDeviceListeners
ScreenDeviceListener[] getScreenDeviceListeners()
getKeyListeners
KeyListener[] getKeyListeners()
getMouseListeners
MouseListener[] getMouseListeners()
getMouseMotionListeners
MouseMotionListener[] getMouseMotionListeners()
getMouseWheelListeners
MouseWheelListener[] getMouseWheelListeners()
Copyright © 2007. All Rights Reserved.