chemaxon.marvin.sketch.modules
Class ArrowSM.Regular

java.lang.Object
  extended bychemaxon.marvin.sketch.SketchMode
      extended bychemaxon.marvin.sketch.MObjectSM
          extended bychemaxon.marvin.sketch.modules.LineSM
              extended bychemaxon.marvin.sketch.modules.ArrowSM
                  extended bychemaxon.marvin.sketch.modules.ArrowSM.Regular
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Enclosing class:
ArrowSM

public static class ArrowSM.Regular
extends ArrowSM

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class chemaxon.marvin.sketch.modules.ArrowSM
ArrowSM.Regular, ArrowSM.TwoHeaded
 
Field Summary
 
Fields inherited from class chemaxon.marvin.sketch.modules.LineSM
POLYLINE, RECT8_END, RECT8_START
 
Constructor Summary
ArrowSM.Regular()
          Creates a regular arrow sketch mode object.
ArrowSM.Regular(ArrowSM.Regular sm)
           
ArrowSM.Regular(int f)
           
ArrowSM.Regular(java.lang.String opt)
          Creates a regular arrow sketch mode object with options.
 
Method Summary
 ArrowSM cloneArrowSM()
           
 
Methods inherited from class chemaxon.marvin.sketch.modules.ArrowSM
clone
 
Methods inherited from class chemaxon.marvin.sketch.modules.LineSM
buttonDown, buttonUp, canPointToAtom, canPointToBond, canPointToMObject, createLine, createPolyline, getPolyline, getStartPoint, initLine, initMObject, isTemporaryObjectPaintingNeeded, isValidEndPoint, isValidStartPoint, paintTemporaryObject, pointerCopyDrag, pointerDrag, pointerMove, reset, setFlag, setFlags, setStartPoint
 
Methods inherited from class chemaxon.marvin.sketch.MObjectSM
containedObjectEquals, getMObject, getMol
 
Methods inherited from class chemaxon.marvin.sketch.SketchMode
canPointToAtomPair, canPointToSgroup, getAtomPairLocationWeights, getEditor, getPointableAtomPairs, getPointableAtoms, getPointableBonds, getPointedAtomPairMinDstRatio2, getSelectUtil, hilitJoins, initSketchMode, isCurrentJoinHighlighted, isFloatingObjectPainted, isRubber, modkeyChange, moveTo, paintTemps1, prepareMolPaint, setMol, willBranchAtButtonPress
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrowSM.Regular

public ArrowSM.Regular()
Creates a regular arrow sketch mode object.


ArrowSM.Regular

public ArrowSM.Regular(java.lang.String opt)
Creates a regular arrow sketch mode object with options.

Parameters:
opt - options
Since:
Marvin 4.1, 03/07/2006

ArrowSM.Regular

public ArrowSM.Regular(int f)

ArrowSM.Regular

public ArrowSM.Regular(ArrowSM.Regular sm)
Method Detail

cloneArrowSM

public ArrowSM cloneArrowSM()
Specified by:
cloneArrowSM in class ArrowSM