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.lang.Cloneable, java.io.Serializable
- 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, removeNotify, setLocation, toString, transform |
| Methods inherited from class chemaxon.struc.MPoint |
calcCenter, distanceFrom, equals, getLocation, getLocation, getPoint, getPointCount, getPointRef, getPointRefCount, isInternalSelectable, paint |
| Methods inherited from class chemaxon.struc.MObject |
addAttributeKeys, addCdataAttributeKeys, checkValidity, containsAtom, distanceFrom, finishCloning, getAttribute, getBackground, getColor, getLineColor, hasBackground, hasColor, hasLineColor, isEmpty, isSelected, isTransformable, makeColor, removeChild, replaceAtom, setAttribute, setBackground, setColor, setLineColor, setSelected, unselectContents |
| 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
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