Class UpBondAction
- 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
-
- com.actelion.research.share.gui.editor.actions.UpBondAction
-
- All Implemented Interfaces:
Action
public class UpBondAction extends NewBondAction
Project: User: rufenec Date: 1/28/13 Time: 1:49 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 UpBondAction(Model model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBondType()
void
onChangeBond(int bond)
-
Methods inherited from class com.actelion.research.share.gui.editor.actions.BondBaseAction
onAddBond, 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
-
UpBondAction
public UpBondAction(Model model)
-
-
Method Detail
-
getBondType
public int getBondType()
- Overrides:
getBondType
in classNewBondAction
-
onChangeBond
public void onChangeBond(int bond)
- Overrides:
onChangeBond
in classBondBaseAction
-
-