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:
- java.io.Serializable, java.lang.Cloneable
- Enclosing class:
- MRectanglePoint
public static class MRectanglePoint.Sticky
- extends MRectanglePoint
Fixed rectangle point that can be a point of a polyline.
- See Also:
- Serialized Form
Methods inherited from class chemaxon.struc.graphics.MRectanglePoint |
addNotify, equals, equals, getParentRect, getPositionInRect, isChildOf, isSelectableNow, isTransformable, removeNotify, setLocation, toString, transform |
Methods inherited from class chemaxon.struc.MObject |
addAttributeKeys, addCdataAttributeKeys, checkValidity, containsAtom, containsPoint, distanceFrom, finishCloning, fixClonedPoints, getAttribute, getBackground, getColor, getLineColor, hasBackground, hasColor, hasLineColor, isEmpty, isReactionArrow, isSelected, makeColor, removeAtom, removeChild, replaceAtom, setAttribute, setBackground, setColor, setLineColor, setSelected, unselectContents, updateBoundingRect |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MRectanglePoint.Sticky
public MRectanglePoint.Sticky(MRectangle r,
int pos)
- Constructor.
- Parameters:
r
- the parent rectanglepos
- the position
MRectanglePoint.Sticky
protected MRectanglePoint.Sticky(MRectanglePoint p)
- Copy constructor.
- Parameters:
p
- the point
clone
public java.lang.Object clone()
- Description copied from class:
MObject
- Creates a clone.
- Overrides:
clone
in class MRectanglePoint
- Returns:
- the clone
getLocation
public void getLocation(DPoint3 q,
CTransform3D trot)
- Gets the location.
- Overrides:
getLocation
in class MPoint
- Parameters:
q
- the output point objecttrot
- the viewing transformation or null- Since:
- Marvin 4.1, 04/28/2006