|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.graph.IlpPositionChange
public class IlpPositionChange
This class represents a position change. It contains:
IlpGraphView.setPosition(ilog.cpl.model.IlpRepresentationObject, ilog.cpl.graphic.IlpPosition, ilog.cpl.graphic.IlpPositionSource),
IlpNetwork.setPosition(ilog.cpl.model.IlpRepresentationObject, ilog.cpl.graphic.IlpPosition, ilog.cpl.graphic.IlpPositionSource)| Constructor Summary | |
|---|---|
IlpPositionChange(IlpPosition position,
IlpPositionSource source)
Constructor. |
|
| Method Summary | |
|---|---|
IlpPosition |
getPosition()
Returns the new position. |
IlpPositionSource |
getSource()
Returns the source of the new position, which indicates the reason for the change. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IlpPositionChange(IlpPosition position,
IlpPositionSource source)
| Method Detail |
|---|
public IlpPosition getPosition()
public IlpPositionSource getSource()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||