Package chemaxon.struc.graphics
Class MRectanglePoint.Sticky
java.lang.Object
chemaxon.struc.MObject
chemaxon.struc.MPoint
chemaxon.struc.graphics.MRectanglePoint
chemaxon.struc.graphics.MRectanglePoint.Sticky
- All Implemented Interfaces:
 Serializable,Cloneable
- Enclosing class:
 MRectanglePoint
Fixed rectangle point that can be a point of a polyline.
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class chemaxon.struc.graphics.MRectanglePoint
MRectanglePoint.Sticky - 
Field Summary
Fields inherited from class chemaxon.struc.graphics.MRectanglePoint
parentRect, positionInRectFields inherited from class chemaxon.struc.MObject
TRANSFORM_DISTORT - 
Constructor Summary
ConstructorsModifierConstructorDescriptionSticky(MRectangle r, int pos) Constructor.protectedCopy constructor. - 
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a clone.voidgetLocation(DPoint3 q, CTransform3D trot) Gets the location.Methods inherited from class chemaxon.struc.graphics.MRectanglePoint
addNotify, equals, getParentRect, getPositionInRect, hashCode, isChildOf, isSelectableNow, isTransformable, removeNotify, setLocation, toString, transformMethods inherited from class chemaxon.struc.MPoint
calcCenter, distanceFrom, getLocation, getLocation, getPoint, getPointCount, getPointRef, getPointRefCount, isInternalSelectableMethods inherited from class chemaxon.struc.MObject
addAttributeKeys, addCdataAttributeKeys, checkValidity, clearProperties, connectToSgroupOfAtom, containsAtom, containsPoint, containsPropertyKey, distanceFrom, finishCloning, fixClonedPoints, getAttribute, getBackground, getColor, getContainerMObject, getLineColor, getProperty, hasBackground, hasColor, hasLineColor, isEmpty, isReactionArrow, isSelected, makeColor, propertyCount, propertyKeySet, propertySet, putProperty, removeAtom, removeChild, removeProperty, replaceAtom, setAttribute, setBackground, setColor, setLineColor, setSelected, unselectContents, updateBoundingRect, updateBoundingRect 
- 
Constructor Details
- 
Sticky
Constructor.- Parameters:
 r- the parent rectanglepos- the position
 - 
Sticky
Copy constructor.- Parameters:
 p- the point
 
 - 
 - 
Method Details
- 
clone
Description copied from class:MObjectCreates a clone.- Overrides:
 clonein classMRectanglePoint- Returns:
 - the clone
 
 - 
getLocation
Gets the location.- Overrides:
 getLocationin classMPoint- Parameters:
 q- the output point objecttrot- the viewing transformation or null- Since:
 - Marvin 4.1, 04/28/2006
 
 
 -