|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.view.MoveSnapContext.MovingSegment
public static final class MoveSnapContext.MovingSegment
A helper class that describes a moving segment.
A segment consists of two MoveSnapContext.MovingInfo
s that describe the movement of the
two segment end points.
Constructor Summary | |
---|---|
MoveSnapContext.MovingSegment(MoveSnapContext.MovingInfo segStart,
MoveSnapContext.MovingInfo segEnd)
Creates a new instance of this class using the two given end points. |
Method Summary | |
---|---|
MoveSnapContext.MovingInfo |
getSegEnd()
The end point of the segment. |
MoveSnapContext.MovingInfo |
getSegStart()
The start point of the segment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MoveSnapContext.MovingSegment(MoveSnapContext.MovingInfo segStart, MoveSnapContext.MovingInfo segEnd)
segStart
- The first end point of the segment.segEnd
- The second end point of the segment.Method Detail |
---|
public MoveSnapContext.MovingInfo getSegEnd()
public MoveSnapContext.MovingInfo getSegStart()
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |