Package chemaxon.struc.graphics
Class MMidPoint.Sticky
java.lang.Object
chemaxon.struc.MObject
chemaxon.struc.MPoint
chemaxon.struc.graphics.MMidPoint
chemaxon.struc.graphics.MMidPoint.Sticky
- All Implemented Interfaces:
- Serializable,- Cloneable
- Enclosing class:
- MMidPoint
Fixed middle point that can be a point of a polyline.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class chemaxon.struc.graphics.MMidPointMMidPoint.Sticky
- 
Field SummaryFields inherited from class chemaxon.struc.graphics.MMidPointparentLine, polylinePointIndexFields inherited from class chemaxon.struc.MObjectTRANSFORM_DISTORT
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Creates a clone.voidgetLocation(DPoint3 q, CTransform3D t) Gets the location.Methods inherited from class chemaxon.struc.graphics.MMidPointaddNotify, equals, getFixedLocation, getParentLine, getPositionInPolyline, hashCode, isChildOf, isSelectableNow, removeNotify, setLocation, toString, transformMethods inherited from class chemaxon.struc.MPointcalcCenter, distanceFrom, getLocation, getLocation, getPoint, getPointCount, getPointRef, getPointRefCount, isInternalSelectableMethods inherited from class chemaxon.struc.MObjectaddAttributeKeys, addCdataAttributeKeys, checkValidity, clearProperties, connectToSgroupOfAtom, containsAtom, containsPoint, containsPropertyKey, distanceFrom, finishCloning, fixClonedPoints, getAttribute, getBackground, getColor, getContainerMObject, getLineColor, getProperty, hasBackground, hasColor, hasLineColor, isEmpty, isReactionArrow, isSelected, isTransformable, makeColor, propertyCount, propertyKeySet, propertySet, putProperty, removeAtom, removeChild, removeProperty, replaceAtom, setAttribute, setBackground, setColor, setLineColor, setSelected, unselectContents, updateBoundingRect, updateBoundingRect
- 
Constructor Details- 
StickyConstructor.- Parameters:
- l- the parent line
- i- position in the polyline
 
- 
StickyCopy constructor.- Parameters:
- p- the point
 
 
- 
- 
Method Details- 
cloneDescription copied from class:MObjectCreates a clone.
- 
getLocationGets the location.- Overrides:
- getLocationin class- MMidPoint
- Parameters:
- q- the output point object
- t- the transformation matrix or null
 
 
-