Uses of Class
mgui.interfaces.shapes.queries.QueryShapeVertex
Package | Description |
---|---|
mgui.interfaces.shapes.queries |
-
Uses of QueryShapeVertex in mgui.interfaces.shapes.queries
Fields in mgui.interfaces.shapes.queries with type parameters of type QueryShapeVertex Modifier and Type Field Description protected java.util.TreeSet<QueryShapeVertex>
InterfaceShapeQuery. vertices
Methods in mgui.interfaces.shapes.queries that return types with arguments of type QueryShapeVertex Modifier and Type Method Description java.util.ArrayList<QueryShapeVertex>
InterfaceShapeQuery. getVertices()
Methods in mgui.interfaces.shapes.queries with parameters of type QueryShapeVertex Modifier and Type Method Description void
InterfaceShapeQuery. addQueryVertex(QueryShapeVertex vertex)
int
QueryShapeVertex. compareTo(QueryShapeVertex v)
void
InterfaceShapeQuery. removeQueryVertex(QueryShapeVertex vertex)