Eclipse Draw2d
2.1

Uses of Class
org.eclipse.draw2d.geometry.PointList

Packages that use PointList
org.eclipse.draw2d Most of the Draw2d classes and interfaces reside in this base package. 
org.eclipse.draw2d.geometry This package contains useful geometry related classes, such as Rectangle and Point. 
 

Uses of PointList in org.eclipse.draw2d
 

Fields in org.eclipse.draw2d declared as PointList
protected  PointList Triangle.triangle
          The points of the triangle.
static PointList PolylineDecoration.TRIANGLE_TIP
          A triangle template
static PointList PolygonDecoration.TRIANGLE_TIP
          Template for a triangle that points to the right when the rotation angle is 0
static PointList PolygonDecoration.INVERTED_TRIANGLE_TIP
          Template for a triangle that points to the left when the rotation angle is 0
 

Methods in org.eclipse.draw2d that return PointList
 PointList PolylineDecoration.getPoints()
           
 PointList Polyline.getPoints()
          Returns the points in this Polyline by reference.
 PointList PolygonDecoration.getPoints()
          Returns the points in the PolygonDecoration as a PointList.
 PointList Connection.getPoints()
          Returns the PointList containing the Points that make up this Connection.
 

Methods in org.eclipse.draw2d with parameters of type PointList
 void ScaledGraphics.drawPolygon(PointList points)
           
 void ScaledGraphics.fillPolygon(PointList points)
           
 void ScaledGraphics.drawPolyline(PointList points)
           
 void SWTGraphics.drawPolygon(PointList points)
           
 void SWTGraphics.drawPolyline(PointList points)
           
 void SWTGraphics.fillPolygon(PointList points)
           
 void PolylineDecoration.setTemplate(PointList pl)
          Sets the PolylineDecoration's point template.
 void Polyline.setPoints(PointList points)
          Sets the list of points to be used by this polyline connection.
 void PolygonDecoration.setTemplate(PointList pl)
          Sets the PolygonDecorations point template to the passed PointList.
abstract  void Graphics.drawPolygon(PointList points)
          Draws a closed polygon defined by the given PointList containing the vertices.
abstract  void Graphics.fillPolygon(PointList points)
          Fills a closed polygon defined by the given PointList containing the vertices.
abstract  void Graphics.drawPolyline(PointList points)
          Draws a polyline defined by the given PointList containing the vertices.
protected  void FanRouter.handleCollision(PointList points, int index)
          Modifies a given PointList that collides with some other PointList.
protected  Point ConnectionLocator.getLocation(PointList points)
          Returns a point from the passed PointList, dependent on ConnectionLocator's alignment.
 void Connection.setPoints(PointList list)
          Sets the PointList containing the Points that make up this Connection.
protected abstract  void AutomaticRouter.handleCollision(PointList list, int index)
          Handles collisions between 2 or more Connections.
 

Uses of PointList in org.eclipse.draw2d.geometry
 

Methods in org.eclipse.draw2d.geometry that return PointList
 PointList PointList.getCopy()
          Creates a copy
 


Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.