Anka Home Page

org.kizna.anka.applet
Class AppletNoodle

java.lang.Object
  |
  +--java.awt.Component
        |
        +--org.kizna.anka.applet.AppletNoodle
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable

public class AppletNoodle
extends java.awt.Component

Insert the type's description here. Creation date: (4/2/2001 12:26:55 PM)

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
 
Field Summary
 
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
AppletNoodle(AppletWhiteBoardPanel appletWhiteBoardPanel, FreeHandMessage message)
           
AppletNoodle(int order, java.util.Vector pointVector, AppletWhiteBoardPanel appletWhiteBoardPanel, FreeHandMessage message)
          AppletNoodle constructor comment.
 
Method Summary
 boolean contains(int x, int y)
           
 void delete()
          Insert the method's description here.
 void findBounds()
          Insert the method's description here.
 AppletWhiteBoardPanel getAppletWhiteBoardPanel()
          Insert the method's description here.
 int getDelta()
          Insert the method's description here.
 FreeHandMessage getMessage()
          Insert the method's description here.
 java.awt.Color getNoodleColor()
          Insert the method's description here.
 int getOrder()
          Insert the method's description here.
 java.util.Vector getPointVector()
          Insert the method's description here.
 boolean isEntered()
          Insert the method's description here.
 int match(int x, int y)
          Insert the method's description here.
 void paint(java.awt.Graphics g)
           
 void setAppletWhiteBoardPanel(AppletWhiteBoardPanel newAppletWhiteBoardPanel)
          Insert the method's description here.
 void setDelta(int newDelta)
          Insert the method's description here.
 void setEntered(boolean newEntered)
          Insert the method's description here.
 void setMessage(FreeHandMessage newMessage)
          Insert the method's description here.
 void setNoodleColor(java.awt.Color newNoodleColor)
          Insert the method's description here.
 void setOrder(int newOrder)
          Insert the method's description here.
 void setPointVector(java.util.Vector newPointVector)
          Insert the method's description here.
 
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, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, deliverEvent, disable, disableEvents, dispatchEvent, doLayout, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, 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, getName, getParent, getPeer, getPreferredSize, 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, paramString, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, processComponentEvent, processEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeys, setFocusTraversalKeysEnabled, setFont, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle, update, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppletNoodle

public AppletNoodle(int order,
                    java.util.Vector pointVector,
                    AppletWhiteBoardPanel appletWhiteBoardPanel,
                    FreeHandMessage message)
AppletNoodle constructor comment.


AppletNoodle

public AppletNoodle(AppletWhiteBoardPanel appletWhiteBoardPanel,
                    FreeHandMessage message)
Method Detail

contains

public boolean contains(int x,
                        int y)
Overrides:
contains in class java.awt.Component

delete

public void delete()
Insert the method's description here. Creation date: (4/2/2001 7:40:28 PM)


findBounds

public void findBounds()
Insert the method's description here. Creation date: (4/2/2001 2:34:28 PM)


getDelta

public int getDelta()
Insert the method's description here. Creation date: (4/2/2001 4:55:41 PM)

Returns:
int

getMessage

public FreeHandMessage getMessage()
Insert the method's description here. Creation date: (4/3/2001 7:01:18 PM)

Returns:
org.kizna.anka.message.FreeHandMessage

getNoodleColor

public java.awt.Color getNoodleColor()
Insert the method's description here. Creation date: (4/2/2001 4:47:10 PM)

Returns:
java.awt.Color

getOrder

public int getOrder()
Insert the method's description here. Creation date: (4/2/2001 7:01:48 PM)

Returns:
int

getPointVector

public java.util.Vector getPointVector()
Insert the method's description here. Creation date: (4/2/2001 12:29:11 PM)

Returns:
java.util.Vector

getAppletWhiteBoardPanel

public AppletWhiteBoardPanel getAppletWhiteBoardPanel()
Insert the method's description here. Creation date: (4/2/2001 7:18:32 PM)

Returns:
java.awt.Panel

isEntered

public boolean isEntered()
Insert the method's description here. Creation date: (4/2/2001 6:27:18 PM)

Returns:
boolean

match

public int match(int x,
                 int y)
Insert the method's description here. Creation date: (4/3/2001 5:33:52 PM)

Parameters:
x - int
y - int
Returns:
int

paint

public void paint(java.awt.Graphics g)
Overrides:
paint in class java.awt.Component

setDelta

public void setDelta(int newDelta)
Insert the method's description here. Creation date: (4/2/2001 4:55:41 PM)

Parameters:
newDelta - int

setEntered

public void setEntered(boolean newEntered)
Insert the method's description here. Creation date: (4/2/2001 6:27:18 PM)

Parameters:
newEntered - boolean

setMessage

public void setMessage(FreeHandMessage newMessage)
Insert the method's description here. Creation date: (4/3/2001 7:01:18 PM)

Parameters:
newMessage - org.kizna.anka.message.FreeHandMessage

setNoodleColor

public void setNoodleColor(java.awt.Color newNoodleColor)
Insert the method's description here. Creation date: (4/2/2001 4:47:10 PM)

Parameters:
newNoodleColor - java.awt.Color

setOrder

public void setOrder(int newOrder)
Insert the method's description here. Creation date: (4/2/2001 7:01:48 PM)

Parameters:
newOrder - int

setPointVector

public void setPointVector(java.util.Vector newPointVector)
Insert the method's description here. Creation date: (4/2/2001 12:29:11 PM)

Parameters:
newPointVector - java.util.Vector

setAppletWhiteBoardPanel

public void setAppletWhiteBoardPanel(AppletWhiteBoardPanel newAppletWhiteBoardPanel)
Insert the method's description here. Creation date: (4/2/2001 7:18:32 PM)

Parameters:
newAppletWhiteBoardPanel - java.awt.Panel

(c) Kizna Corporation, Somik Raha 2002

Anka is an open source collaboration whiteboard released under GPL.
If you want to be notified when a new release of Anka is out, or join the developer or user group, visit Anka Mailing Lists.