edu.uci.ics.jung.visualization
Interface ScreenDevice<C>

All Known Implementing Classes:
ScreenDevice

public interface ScreenDevice<C>


Method Summary
 void addKeyListener(KeyListener l)
           
 void addMouseListener(MouseListener l)
           
 void addMouseMotionListener(MouseMotionListener l)
           
 void addMouseWheelListener(MouseWheelListener l)
           
 void addScreenDeviceListener(ScreenDeviceListener<C> l)
           
 Color getBackground()
           
 Rectangle getBounds()
           
 Font getFont()
           
 Color getForeground()
           
 GraphicsContext getGraphicsContext()
           
 KeyListener[] getKeyListeners()
           
 MouseListener[] getMouseListeners()
           
 MouseMotionListener[] getMouseMotionListeners()
           
 MouseWheelListener[] getMouseWheelListeners()
           
 ScreenDeviceListener[] getScreenDeviceListeners()
           
 Dimension getSize()
           
 C getUIComponent()
           
 void removeKeyListener(KeyListener l)
           
 void removeMouseListener(MouseListener l)
           
 void removeMouseMotionListener(MouseMotionListener l)
           
 void removeMouseWheelListener(MouseWheelListener l)
           
 void removeScreenDeviceListener(ScreenDeviceListener<C> l)
           
 void repaint()
           
 void setBackground(Color c)
           
 void setFont(Font font)
           
 void setForeground(Color c)
           
 

Method Detail

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.