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. 
org.eclipse.birt.chart.internal.computations   
 

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

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

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

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)
           
 

Uses of Point in org.eclipse.birt.chart.internal.computations
 

Methods in org.eclipse.birt.chart.internal.computations that return Point
 Point Polygon.getPoint(int index)
           
 

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



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