Class NewBondAction
- java.lang.Object
-
- com.actelion.research.share.gui.editor.actions.DrawAction
-
- com.actelion.research.share.gui.editor.actions.AtomHighlightAction
-
- com.actelion.research.share.gui.editor.actions.BondHighlightAction
-
- com.actelion.research.share.gui.editor.actions.BondBaseAction
-
- com.actelion.research.share.gui.editor.actions.NewBondAction
-
- All Implemented Interfaces:
Action
- Direct Known Subclasses:
DownBondAction
,UpBondAction
public class NewBondAction extends BondBaseAction
Project: User: rufenec Date: 1/28/13 Time: 1:28 PM
-
-
Field Summary
-
Fields inherited from class com.actelion.research.share.gui.editor.actions.AtomHighlightAction
lastHightlightPoint
-
Fields inherited from class com.actelion.research.share.gui.editor.actions.DrawAction
HIGHLIGHT_ATOM_RADIUS, KEYSTROKEFONTSIZE, MAX_CONNATOMS, model, UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description NewBondAction(Model model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBondType()
-
Methods inherited from class com.actelion.research.share.gui.editor.actions.BondBaseAction
onAddBond, onChangeBond, onMouseUp, paint
-
Methods inherited from class com.actelion.research.share.gui.editor.actions.BondHighlightAction
onDrag, onKeyPressed, onMouseDown, onMouseMove
-
Methods inherited from class com.actelion.research.share.gui.editor.actions.AtomHighlightAction
findAtom
-
Methods inherited from class com.actelion.research.share.gui.editor.actions.DrawAction
drawAtomHighlight, drawAtomKeyStrokes, drawBondHighlight, getCursor, highlightAtom, isCommand, onActionEnter, onActionLeave, onCommand, onDoubleClick, onKeyReleased, suggestNewX2AndY2
-
-
-
-
Constructor Detail
-
NewBondAction
public NewBondAction(Model model)
-
-
Method Detail
-
getBondType
public int getBondType()
- Specified by:
getBondType
in classBondBaseAction
-
-