chemaxon.marvin.sketch.modules
Class PolylineSM

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

public class PolylineSM
extends LineSM

Polyline drawing mode. This class is under development, use it at your own risk!

Since:
Marvin 3.5, 07/08/2004
Version:
3.5, 07/12/2004
Author:
Peter Csizmadia
See Also:
Serialized Form

Field Summary
 
Fields inherited from class chemaxon.marvin.sketch.modules.LineSM
POLYLINE
 
Constructor Summary
PolylineSM()
           
PolylineSM(PolylineSM so)
          Copy constructor.
 
Method Summary
 java.lang.Object clone()
          Clones the object.
 
Methods inherited from class chemaxon.marvin.sketch.modules.LineSM
buttonDown, buttonUp, canPointToAtom, canPointToBond, canPointToMObject, createLine, createPolyline, getPolyline, getStartPoint, initLine, initMObject, isTemporaryObjectPaintingNeeded, isValidEndPoint, isValidStartPoint, paintTemporaryObject, pointerDrag, pointerMove, reset, setStartPoint
 
Methods inherited from class chemaxon.marvin.sketch.MObjectSM
containedObjectEquals, getMObject, getMol
 
Methods inherited from class chemaxon.marvin.sketch.SketchMode
canPointToAtomPair, canPointToSgroup, getEditor, getPointableAtomPairs, getPointableAtoms, getPointableBonds, getPointedAtomPairMinDstRatio2, getSelectUtil, initSketchMode, isCurrentJoinHighlighted, isRubber, moveTo, paintTemps1, prepareMolPaint, setMol
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolylineSM

public PolylineSM()

PolylineSM

public PolylineSM(PolylineSM so)
Copy constructor.

Parameters:
so - the object to copy
Method Detail

clone

public java.lang.Object clone()
Description copied from class: MObjectSM
Clones the object.

Overrides:
clone in class LineSM