Uses of Class
org.eclipse.birt.chart.computation.Point

Packages that use Point
org.eclipse.birt.chart.computation This is a placeholder file for the org.eclipse.birt.chart.computation package. 
 

Uses of Point in org.eclipse.birt.chart.computation
 

Methods in org.eclipse.birt.chart.computation that return Point
 Point[] RotatedRectangle.asPoints()
          Returns points as Point objects.
 Point LegendItemHints.getLocation()
          This location is relative to the legend bound area (not include the legend title).
 Point Polygon.getPoint(int index)
           
 

Methods in org.eclipse.birt.chart.computation with parameters of type Point
 boolean Rectangle.contains(Point lo)
           
 void Polygon.add(Point p)
           
 boolean Polygon.contains(Point p)
           
 

Constructors in org.eclipse.birt.chart.computation with parameters of type Point
LegendItemHints(int type, Point loc, double width, double height, java.lang.String text, int categoryIndex)
           
LegendItemHints(int type, Point loc, double width, double height, java.lang.String text, double extraHeight, java.lang.String extraText)
           
LegendItemHints(int type, Point loc, double width, double height, java.lang.String text, double extraHeight, java.lang.String extraText, int categoryIndex)
           
 



Copyright © 2005-2007 Actuate Corp. All rights reserved.