mascoptDev.algos.abstractalgos.kfault
Class KGView

java.lang.Object
  |
  +--java.awt.Component
        |
        +--mascoptLib.gui.views.GObject
              |
              +--mascoptLib.gui.views.View
                    |
                    +--mascoptLib.gui.GView
                          |
                          +--mascoptDev.algos.abstractalgos.kfault.KGView
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class KGView
extends GView

This class represent a view returned by MasctoptViewer. It is a wrapper to KGView.

Version:
Thu Mar 21 18:38:16 2002
Author:
bbongiov@bing.inria.fr
See Also:
Serialized Form

Field Summary
 int input
           
 int nblock
           
 int nswitch
           
 int output
           
 
Fields inherited from class mascoptLib.gui.views.View
preferredSize
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
KGView(String name, int x, int y, double zoomFactor)
           
 
Method Summary
 void paint(Graphics g)
           
 
Methods inherited from class mascoptLib.gui.GView
getName, setName
 
Methods inherited from class mascoptLib.gui.views.View
addLayer, contains, getFirstComponentAt, getLayerCount, getLayerIndex, getLayerInfo, getPreferredSize, getReal, getReal, getReal, getRealCenter, getView, getView, getView, getZoom, insertLayer, insertLayerInfo, removeLayer, repaint, setDisplayMessage, setLocation, setLocation, setPreferredSize, setPreferredSize, setRealCenter, setVisibleLayer, setZoom, translate, translate, updateZoom
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, deliverEvent, disable, dispatchEvent, doLayout, enable, enable, enableInputMethods, getAccessibleContext, getAlignmentX, getAlignmentY, getBackground, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeys, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMaximumSize, getMinimumSize, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, invalidate, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusCycleRoot, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, layout, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeys, setFocusTraversalKeysEnabled, setFont, setForeground, setIgnoreRepaint, setLocale, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle, update, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

input

public int input

output

public int output

nswitch

public int nswitch

nblock

public int nblock
Constructor Detail

KGView

public KGView(String name,
              int x,
              int y,
              double zoomFactor)
Method Detail

paint

public void paint(Graphics g)
Overrides:
paint in class View