Uses of Class
org.eclipse.draw2d.geometry.PointList
Packages that use PointList
Package
Description
Primary package containing general interfaces and implementation classes.
Types representing or manipulating geometric values, such as Points, Dimensions, etc.
Stand-alone algorithms related to Graph Drawing.
- 
Uses of PointList in org.eclipse.draw2dFields in org.eclipse.draw2d declared as PointListModifier and TypeFieldDescriptionstatic final PointListPolygonDecoration.INVERTED_TRIANGLE_TIPTemplate for a triangle that points to the left when the rotation angle is 0protected PointListTriangle.triangleThe points of the triangle.static final PointListPolygonDecoration.TRIANGLE_TIPTemplate for a triangle that points to the right when the rotation angle is 0static final PointListPolylineDecoration.TRIANGLE_TIPA triangle templateMethods in org.eclipse.draw2d that return PointListModifier and TypeMethodDescriptionprotected PointListViewportAwareConnectionLayerClippingStrategy.getAbsolutePointsAsCopy(Connection connection) Returns the connection's points in absolute coordinates.AbstractPointListShape.getPoints()Returns the points in this figure by reference.Connection.getPoints()Returns the PointList containing the Points that make up this Connection.PolygonDecoration.getPoints()Returns the points in the PolygonDecoration as a PointList.PolylineDecoration.getPoints()ScalablePolygonShape.getScaledPoints()Methods in org.eclipse.draw2d with parameters of type PointListModifier and TypeMethodDescriptionabstract voidGraphics.drawPolygon(PointList points) Draws a closed polygon defined by the givenPointListcontaining the vertices.voidScaledGraphics.drawPolygon(PointList points) voidSWTGraphics.drawPolygon(PointList points) abstract voidGraphics.drawPolyline(PointList points) Draws a polyline defined by the givenPointListcontaining the vertices.voidScaledGraphics.drawPolyline(PointList points) voidSWTGraphics.drawPolyline(PointList points) abstract voidGraphics.fillPolygon(PointList points) Fills a closed polygon defined by the givenPointListcontaining the vertices.voidScaledGraphics.fillPolygon(PointList points) voidSWTGraphics.fillPolygon(PointList points) protected PointConnectionLocator.getLocation(PointList points) Returns a point from the passed PointList, dependent on ConnectionLocator's alignment.protected abstract voidAutomaticRouter.handleCollision(PointList list, int index) Handles collisions between 2 or more Connections.protected voidFanRouter.handleCollision(PointList points, int index) Modifies a given PointList that collides with some other PointList.voidSets the list of points to be used by this figure.voidSets the PointList containing the Points that make up this Connection.voidSets the list of points to be used by this polyline connection.voidvoidPolygonDecoration.setTemplate(PointList pl) Sets the PolygonDecorations point template to the passed PointList.voidPolylineDecoration.setTemplate(PointList pl) Sets the PolylineDecoration's point template.
- 
Uses of PointList in org.eclipse.draw2d.geometryMethods in org.eclipse.draw2d.geometry that return PointListMethods in org.eclipse.draw2d.geometry with parameters of type PointListModifier and TypeMethodDescriptionvoidAppends all of the given points to this PointList.static booleanGeometry.polygonContainsPoint(PointList points, int x, int y) One simple way of finding whether the point is inside or outside a simple polygon is to test how many times a ray starting from the point intersects the edges of the polygon.static booleanGeometry.polylineContainsPoint(PointList points, int x, int y, int tolerance) 
- 
Uses of PointList in org.eclipse.draw2d.graphMethods in org.eclipse.draw2d.graph that return PointListModifier and TypeMethodDescriptionPath.getBendPoints()Returns the list of constrained points through which this path must pass ornull.Edge.getPoints()Returns the path connecting the edge's source and target.Path.getPoints()Returns the solution to this path.Methods in org.eclipse.draw2d.graph with parameters of type PointListModifier and TypeMethodDescriptionvoidPath.setBendPoints(PointList bendPoints) Sets the list of bend points to the given list and dirties the path.