|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.IlvObjectInteractor
ilog.views.IlvPolyPointsEdition
ilog.views.graphic.IlvSplineEdition
public class IlvSplineEdition
IlvSplineEdition is an object interactor
used to edit IlvSpline objects.
This interactor lets you move the points of the handle points of the spline.
You can also add or remove a point. By default, Ctrl+Click on a point removes
the point. Ctrl+Click on the object will add a point. The modifier
can be changed using IlvPolyPointsEdition.setAddRemovePointModifier(int).
| Constructor Summary | |
|---|---|
IlvSplineEdition()
Creates a new instance of IlvSplineEdition. |
|
| Method Summary | |
|---|---|
protected void |
insertPoint(IlvPolyPointsInterface obj,
IlvPoint p,
IlvObjectInteractorContext context)
Called when a point is inserted. |
protected void |
movePoint(IlvPolyPointsInterface obj,
IlvObjectInteractorContext context,
IlvPoint p)
Called when a point is moved. |
| Methods inherited from class ilog.views.IlvObjectInteractor |
|---|
Get, Put |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvSplineEdition()
IlvSplineEdition.
| Method Detail |
|---|
protected void insertPoint(IlvPolyPointsInterface obj,
IlvPoint p,
IlvObjectInteractorContext context)
insertPoint in class IlvPolyPointsEditionobj - The object to modify.p - The position of the point in IlvManagerView
coordinates.context - The interactor context.
protected void movePoint(IlvPolyPointsInterface obj,
IlvObjectInteractorContext context,
IlvPoint p)
getIndex.
movePoint in class IlvPolyPointsEditionobj - The object to modify.context - The interactor context.p - The new position of the point in IlvManagerView
coordinates.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||