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. verticesMethods 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 voidInterfaceShapeQuery. addQueryVertex(QueryShapeVertex vertex)intQueryShapeVertex. compareTo(QueryShapeVertex v)voidInterfaceShapeQuery. removeQueryVertex(QueryShapeVertex vertex)