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
public static class MMidPoint.Sticky extends MMidPoint
Fixed middle point that can be a point of a polyline.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class chemaxon.struc.graphics.MMidPoint
MMidPoint.Sticky
-
-
Field Summary
-
Fields inherited from class chemaxon.struc.graphics.MMidPoint
parentLine, polylinePointIndex
-
Fields inherited from class chemaxon.struc.MObject
TRANSFORM_DISTORT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MMidPoint.Sticky
clone()
Creates a clone.void
getLocation(DPoint3 q, CTransform3D t)
Gets the location.-
Methods inherited from class chemaxon.struc.graphics.MMidPoint
addNotify, equals, getFixedLocation, getParentLine, getPositionInPolyline, isChildOf, isSelectableNow, removeNotify, setLocation, toString, transform
-
Methods inherited from class chemaxon.struc.MPoint
calcCenter, distanceFrom, getLocation, getLocation, getPoint, getPointCount, getPointRef, getPointRefCount, hashCode, isInternalSelectable
-
Methods inherited from class chemaxon.struc.MObject
addAttributeKeys, addCdataAttributeKeys, checkValidity, connectToSgroupOfAtom, containsAtom, containsPoint, distanceFrom, finishCloning, fixClonedPoints, getAttribute, getBackground, getColor, getContainerMObject, getLineColor, hasBackground, hasColor, hasLineColor, isEmpty, isReactionArrow, isSelected, isTransformable, makeColor, removeAtom, removeChild, replaceAtom, setAttribute, setBackground, setColor, setLineColor, setSelected, unselectContents, updateBoundingRect, updateBoundingRect
-
-
-
-
Method Detail
-
clone
public MMidPoint.Sticky clone()
Description copied from class:MObject
Creates a clone.
-
getLocation
public void getLocation(DPoint3 q, CTransform3D t)
Gets the location.- Overrides:
getLocation
in classMMidPoint
- Parameters:
q
- the output point objectt
- the transformation matrix or null
-
-