Package com.luciad.shape.shape2D
Interface ILcd2DEditableDynamicSegmentationEvent
- All Superinterfaces:
Cloneable,ILcd2DDynamicSegmentationEvent,ILcdBounded,ILcdCloneable,ILcdShape,Serializable
- All Known Implementing Classes:
ALcdXYDynamicSegmentationEvent,TLcdXYDynamicSegmentationEvent,TLcdXYFloatDynamicSegmentationEvent
Deprecated.
Do not use this interface.
A
ILcd2DEditableDynamicSegmentationEvent is a
ILcd2DDynamicSegmentationEvent that can be edited.-
Method Summary
Modifier and TypeMethodDescriptionvoidedit(ILcdShapeList aPolylineM, double aLocation, double aLength, double aDelta) Deprecated.voidsetDelta(double aDelta) Deprecated.voidsetDeltaKeepEnd(double aDelta) Deprecated.voidsetLength(double aLength) Deprecated.voidsetLocation(double aLocation) Deprecated.voidsetPolylineM(ILcdShapeList aPolylineM) Deprecated.Methods inherited from interface com.luciad.shape.shape2D.ILcd2DDynamicSegmentationEvent
cloneAsEditable, getBeginPoint, getDelta, getEndPoint, getHotPointCount, getLength, getLocation, getPointFromBegin, getPointFromEnd, getPolylineM, getPosition, getSegment, getShape, getShapeCount, hasPositionMethods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.util.ILcdCloneable
cloneMethods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Method Details
-
edit
Deprecated. -
setPolylineM
Deprecated. -
setLocation
void setLocation(double aLocation) Deprecated. -
setLength
void setLength(double aLength) Deprecated. -
setDeltaKeepEnd
void setDeltaKeepEnd(double aDelta) Deprecated. -
setDelta
void setDelta(double aDelta) Deprecated.
-