| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecty.base.YList
y.view.BendList
public class BendList
An list for bends
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class y.base.YList | 
|---|
| YList.ListCursorImpl | 
| Constructor Summary | |
|---|---|
| BendList()Creates an empty BendList. | |
| BendList(BendCursor c)Creates a list containing the bends accessible via the given bend cursor. | |
| Method Summary | |
|---|---|
|  BendCursor | bends()Returns an bend cursor for this bend list. | 
|  Bend | firstBend()Returns the first bend in this list. | 
| Methods inherited from class y.base.YList | 
|---|
| add, add, addAll, addAll, addAll, addFirstCell, addLastCell, clear, contains, containsAll, cursor, cyclicPred, cyclicSucc, elementAt, equals, findCell, first, firstCell, get, getCell, getInfo, hashCode, indexOf, insertAfter, insertBefore, insertCellAfter, insertCellBefore, isEmpty, iterator, last, lastCell, lastIndexOf, listIterator, listIterator, peek, pop, popLast, predCell, push, pushLast, remove, remove, removeAll, removeAt, removeCell, retainAll, reverse, set, setInfo, size, sort, sort, splice, subList, succCell, toArray, toArray, toString, toVector | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public BendList()
public BendList(BendCursor c)
c - A bend cursor providing bends that are initially entered
 into this list.| Method Detail | 
|---|
public Bend firstBend()
!isEmpty().public BendCursor bends()
| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||