|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container org.kaboum.KaboumOpMode org.kaboum.KaboumGEOMETRYOpMode org.kaboum.KaboumPOLYGONOpMode
public class KaboumPOLYGONOpMode
Create or modify KaboumPoint object within the applet.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.Container |
---|
java.awt.Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class org.kaboum.KaboumOpMode |
---|
mp |
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 | |
---|---|
KaboumPOLYGONOpMode(Kaboum parent)
Constructor |
|
KaboumPOLYGONOpMode(Kaboum parent,
java.lang.String id)
Constructor |
Method Summary | |
---|---|
protected void |
actionPerformedAddGeometryWithinCollection(java.awt.event.ActionEvent e)
actionPerformed event e : Add a geometry within this collection |
protected void |
actionPerformedAddHoleWithinGeometry(java.awt.event.ActionEvent e)
Add a hole within this geometry. |
protected void |
actionPerformedNewObject(java.awt.event.ActionEvent e)
actionPerformed event e : NewObject |
void |
actionPerformedPreValidateObject(java.awt.event.ActionEvent e)
ActionPerformed event e : PreValidateObject |
void |
actionPerformedRemoveGeometryWithinCollection(java.awt.event.ActionEvent e)
actionPerformed event e : RemoveSimpleGeometry |
void |
actionPerformedRemovePoint(java.awt.event.ActionEvent e)
actionPerformed event e : RemovePoint |
int |
firstPointIsValid(KaboumCoordinate internal)
|
boolean |
isValid(KaboumGeometryGlobalDescriptor ggd)
|
void |
paint(java.awt.Graphics g)
|
protected void |
resolveMouseAddPoint(java.awt.Point mouse,
int action)
Resolve MOUSE LEFT CLICK action : Add a point |
boolean |
ringIsvalid(KaboumCoordinate[] internals)
Check if a ring is valid. |
protected int |
selectCoordinatePosition(java.awt.Point mouse)
Return the position of a point in a coordinate list corresponding to a (x,y) mouse click within a box of w * h. |
Methods inherited from class org.kaboum.KaboumOpMode |
---|
mouseEntered, mouseExited |
Methods inherited from class java.awt.Container |
---|
add, add, add, add, add, addContainerListener, addImpl, addNotify, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate, validateTree |
Methods inherited from class java.awt.Component |
---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAccessibleContext, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KaboumPOLYGONOpMode(Kaboum parent)
parent
- Parent referencepublic KaboumPOLYGONOpMode(Kaboum parent, java.lang.String id)
parent
- Parent referenceid
- Pre-selected objectMethod Detail |
---|
public boolean isValid(KaboumGeometryGlobalDescriptor ggd)
isValid
in class KaboumGEOMETRYOpMode
protected void resolveMouseAddPoint(java.awt.Point mouse, int action)
resolveMouseAddPoint
in class KaboumGEOMETRYOpMode
mouse
- mouse positionaction
- action to resolveprotected void actionPerformedNewObject(java.awt.event.ActionEvent e)
actionPerformedNewObject
in class KaboumGEOMETRYOpMode
e
- action to performpublic void actionPerformedRemoveGeometryWithinCollection(java.awt.event.ActionEvent e)
actionPerformedRemoveGeometryWithinCollection
in class KaboumGEOMETRYOpMode
e
- action to performprotected void actionPerformedAddGeometryWithinCollection(java.awt.event.ActionEvent e)
actionPerformedAddGeometryWithinCollection
in class KaboumGEOMETRYOpMode
e
- action to performprotected void actionPerformedAddHoleWithinGeometry(java.awt.event.ActionEvent e)
actionPerformedAddHoleWithinGeometry
in class KaboumGEOMETRYOpMode
public void actionPerformedPreValidateObject(java.awt.event.ActionEvent e)
actionPerformedPreValidateObject
in class KaboumGEOMETRYOpMode
e
- action to performpublic void actionPerformedRemovePoint(java.awt.event.ActionEvent e)
actionPerformedRemovePoint
in class KaboumGEOMETRYOpMode
e
- action to performprotected int selectCoordinatePosition(java.awt.Point mouse)
selectCoordinatePosition
in class KaboumGEOMETRYOpMode
mouse
- mouse positionpublic void paint(java.awt.Graphics g)
paint
in class KaboumGEOMETRYOpMode
public int firstPointIsValid(KaboumCoordinate internal)
public boolean ringIsvalid(KaboumCoordinate[] internals)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |