- All Implemented Interfaces:
QtObjectInterface,Cloneable,Iterable<QPoint>,Collection<QPoint>,List<QPoint>,SequencedCollection<QPoint>
List of points using integer precision
Java wrapper for Qt class QPolygon
-
Constructor Summary
ConstructorsConstructorDescriptionQPolygon()QPolygon(int ... points) Overloaded constructor forQPolygon(java.nio.IntBuffer).Overloaded constructor forQPolygon(io.qt.core.QRect, boolean)withclosed = false.SeeQPolygon::QPolygon(QPolygon) SeeQPolygon::QPolygon(int, const int*) QPolygon(Collection<? extends QPoint> v) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanaddAll(int index, Collection<? extends QPoint> c) Inserts all of the elements in the specified collection into this list at the specified position.final booleanaddAll(Collection<? extends QPoint> c) Appends all of the elements in the specified collection to the end of this list.final voidappend(int x, int y) final QRectclone()Creates and returns a copy of this object.final booleancontainsAll(Collection<?> c) Returnstrueif this container contains all of the elements in the specified collection.final booleancontainsPoint(QPoint pt, Qt.FillRule fillRule) inthashCode()Returns the objects's hash code computed byqHash(QPolygon).final QPolygonfinal booleaniterator()Returns an iterator over elements of typeT.final ListIterator<QPoint> Returns a list iterator over the elements in this list (in proper sequence).final ListIterator<QPoint> listIterator(int index) Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.final QPointpoint(int i) final voidputPoints(int index, int ... points) Overloaded function forputPoints(int, java.nio.IntBuffer).final voidOverloaded function forputPoints(int, int, io.qt.gui.QPolygon, int)withfromIndex = 0.final voidfinal voidSeeQPolygon::putPoints(int, int, const int*) voidreadFrom(QDataStream stream) final QPointremove(int index) Removes the element at the specified position in this list.final booleanremoveAll(Collection<?> c) Removes all of this container elements that are also contained in the specified collection.final booleanretainAll(Collection<?> c) Retains only the elements in this list that are contained in the specified collection (optional operation).final voidsetPoint(int index, int x, int y) final voidfinal voidsetPoints(int ... points) Overloaded function forsetPoints(java.nio.IntBuffer).final voidsubList(int fromIndex, int toIndex) Returns a view of the portion of this list between the specifiedfromIndex, inclusive, andtoIndex, exclusive.final QPolygonfinal voidfinal QPolygontimes(QTransform m) Seeoperator*(QPolygon,QTransform) final Object[]toArray()Returns an array containing all of the elements in this container.final <A> A[]toArray(A[] a) Returns an array containing all of the elements in this container.final QPolygonFtoString()Seeoperator<<(QDebug,QPolygon) final voidtranslate(int dx, int dy) final voidfinal QPolygontranslated(int dx, int dy) final QPolygontranslated(QPoint offset) final QPolygonvoidwriteTo(QDataStream stream) Methods inherited from class io.qt.core.QList
add, add, append, append, at, begin, capacity, clear, constBegin, constEnd, contains, count, count, createVariantList, createVariantList, end, endsWith, equals, fill, fill, first, get, indexOf, indexOf, insert, insert, isEmpty, last, lastIndexOf, lastIndexOf, length, mid, mid, move, of, of, prepend, remove, remove, removeAll, removeAt, removeFirst, removeIf, removeLast, removeOne, replace, reserve, resize, set, size, squeeze, startsWith, swapItemsAt, takeAt, takeFirst, takeLast, value, valueMethods inherited from class io.qt.QtObject
dispose, isDisposedMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
addFirst, addLast, containsAll, getFirst, getLast, iterator, removeAll, replaceAll, reversed, sort, spliterator, toArray, toArray
-
Constructor Details
-
QPolygon
public QPolygon() -
QPolygon
-
QPolygon
See
QPolygon::QPolygon(QPolygon) -
QPolygon
-
QPolygon
See
QPolygon::QPolygon(int, const int*) -
QPolygon
Overloaded constructor for
QPolygon(io.qt.core.QRect, boolean)withclosed = false. -
QPolygon
public QPolygon(int ... points) Overloaded constructor for
QPolygon(java.nio.IntBuffer).
-
-
Method Details
-
boundingRect
-
containsPoint
-
intersected
-
intersects
-
times
See
operator*(QPolygon,QTransform) -
writeTo
-
readFrom
-
point
-
putPoints
-
putPoints
See
QPolygon::putPoints(int, int, const int*) -
setPoint
-
setPoint
-
setPoints
-
subtracted
-
swap
-
toPolygonF
-
translate
-
translate
-
translated
-
translated
-
united
-
hashCode
Returns the objects's hash code computed byqHash(QPolygon). -
append
-
toString
See
operator<<(QDebug,QPolygon) -
clone
Creates and returns a copy of this object.
See
QPolygon::QPolygon(QPolygon) -
putPoints
Overloaded function for
putPoints(int, int, io.qt.gui.QPolygon, int)withfromIndex = 0. -
putPoints
Overloaded function for
putPoints(int, java.nio.IntBuffer). -
setPoints
Overloaded function for
setPoints(java.nio.IntBuffer). -
addAll
Appends all of the elements in the specified collection to the end of this list.- Specified by:
addAllin interfaceCollection<T>- Specified by:
addAllin interfaceList<T>
-
addAll
Inserts all of the elements in the specified collection into this list at the specified position. -
remove
Removes the element at the specified position in this list. -
listIterator
Returns a list iterator over the elements in this list (in proper sequence).- Specified by:
listIteratorin interfaceList<T>
-
listIterator
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.- Specified by:
listIteratorin interfaceList<T>
-
subList
Returns a view of the portion of this list between the specifiedfromIndex, inclusive, andtoIndex, exclusive. (IffromIndexandtoIndexare equal, the returned list is empty.) The returned list is backed by this list, so non-structural changes in the returned list are reflected in this list, and vice-versa. The returned list supports all of the optional list operations supported by this list. -
retainAll
Retains only the elements in this list that are contained in the specified collection (optional operation). In other words, removes from this list all of its elements that are not contained in the specified collection.- Specified by:
retainAllin interfaceCollection<T>- Specified by:
retainAllin interfaceList<T>
-
toArray
Returns an array containing all of the elements in this container.- Specified by:
toArrayin interfaceCollection<T>
-
toArray
Returns an array containing all of the elements in this container.- Specified by:
toArrayin interfaceCollection<T>
-
containsAll
Returnstrueif this container contains all of the elements in the specified collection.- Specified by:
containsAllin interfaceCollection<T>
-
removeAll
Removes all of this container elements that are also contained in the specified collection.- Specified by:
removeAllin interfaceCollection<T>
-
iterator
Returns an iterator over elements of typeT.- Specified by:
iteratorin interfaceCollection<T>- Specified by:
iteratorin interfaceIterable<T>- Returns:
- an Iterator
-