Uses of Interface
org.eclipse.birt.chart.computation.IPolygon

Packages that use IPolygon
org.eclipse.birt.chart.computation This is a placeholder file for the org.eclipse.birt.chart.computation package. 
org.eclipse.birt.chart.internal.computations   
org.eclipse.birt.chart.util Provides miscellaneous classes associated with data types and extension lookup services. 
 

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

Classes in org.eclipse.birt.chart.computation that implement IPolygon
 class RotatedRectangle
          RotatedRectangle
 

Methods in org.eclipse.birt.chart.computation that return IPolygon
 IPolygon IPolygon.getInnerPoly(int polyIndex)
          Returns the polygon at this index.
 IPolygon IPolygon.intersection(IPolygon p)
          Return a Poly that is the intersection of this polygon with the given polygon.
 IPolygon IPolygon.union(IPolygon p)
          Return a Poly that is the union of this polygon with the given polygon.
 IPolygon IPolygon.xor(IPolygon p)
          Return a Poly that is the exclusive-or of this polygon with the given polygon.
 

Methods in org.eclipse.birt.chart.computation with parameters of type IPolygon
 void IPolygon.add(IPolygon p)
          Add an inner polygon to this polygon - assumes that adding polygon does not have any inner polygons.
 IPolygon IPolygon.intersection(IPolygon p)
          Return a Poly that is the intersection of this polygon with the given polygon.
 IPolygon IPolygon.union(IPolygon p)
          Return a Poly that is the union of this polygon with the given polygon.
 IPolygon IPolygon.xor(IPolygon p)
          Return a Poly that is the exclusive-or of this polygon with the given polygon.
 

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

Classes in org.eclipse.birt.chart.internal.computations that implement IPolygon
 class Polygon
          PolyDefault is a default Poly implementation.
 class PolySimple
          PolySimple is a simple polygon - contains only one inner polygon.
 

Methods in org.eclipse.birt.chart.internal.computations that return IPolygon
 IPolygon PolySimple.getInnerPoly(int polyIndex)
          Returns this if polyIndex = 0, else it throws IllegalStateException.
 IPolygon PolySimple.intersection(IPolygon p)
          Return a Poly that is the intersection of this PolySimple with the given PolySimple.
 IPolygon PolySimple.union(IPolygon p)
          Return a Poly that is the union of this PolySimple with the given PolySimple.
 IPolygon PolySimple.xor(IPolygon p)
          Return a Poly that is the exclusive-or of this PolySimple with the given PolySimple.
 IPolygon Polygon.getInnerPoly(int polyIndex)
          Returns the polygon at this index.
 IPolygon Polygon.intersection(IPolygon p)
          Return a Poly that is the intersection of this polygon with the given polygon.
 IPolygon Polygon.union(IPolygon p)
          Return a Poly that is the union of this polygon with the given polygon.
 IPolygon Polygon.xor(IPolygon p)
          Return a Poly that is the exclusive-or of this polygon with the given polygon.
static IPolygon Clip.intersection(IPolygon p1, IPolygon p2, java.lang.Class polyClass)
          Return the intersection of p1 and p2 where the return type is of polyClass.
static IPolygon Clip.union(IPolygon p1, IPolygon p2, java.lang.Class polyClass)
          Return the union of p1 and p2 where the return type is of polyClass.
static IPolygon Clip.xor(IPolygon p1, IPolygon p2, java.lang.Class polyClass)
          Return the xor of p1 and p2 where the return type is of polyClass.
static IPolygon Clip.intersection(IPolygon p1, IPolygon p2)
          Return the intersection of p1 and p2 where the return type is of PolyDefault.
static IPolygon Clip.union(IPolygon p1, IPolygon p2)
          Return the union of p1 and p2 where the return type is of PolyDefault.
static IPolygon Clip.xor(IPolygon p1, IPolygon p2)
          Return the xor of p1 and p2 where the return type is of PolyDefault.
 

Methods in org.eclipse.birt.chart.internal.computations with parameters of type IPolygon
 void PolySimple.add(IPolygon p)
          Throws IllegalStateexception if called
 IPolygon PolySimple.intersection(IPolygon p)
          Return a Poly that is the intersection of this PolySimple with the given PolySimple.
 IPolygon PolySimple.union(IPolygon p)
          Return a Poly that is the union of this PolySimple with the given PolySimple.
 IPolygon PolySimple.xor(IPolygon p)
          Return a Poly that is the exclusive-or of this PolySimple with the given PolySimple.
 void Polygon.add(IPolygon p)
          Add an inner polygon to this polygon - assumes that adding polygon does not have any inner polygons.
 IPolygon Polygon.intersection(IPolygon p)
          Return a Poly that is the intersection of this polygon with the given polygon.
 IPolygon Polygon.union(IPolygon p)
          Return a Poly that is the union of this polygon with the given polygon.
 IPolygon Polygon.xor(IPolygon p)
          Return a Poly that is the exclusive-or of this polygon with the given polygon.
static IPolygon Clip.intersection(IPolygon p1, IPolygon p2, java.lang.Class polyClass)
          Return the intersection of p1 and p2 where the return type is of polyClass.
static IPolygon Clip.union(IPolygon p1, IPolygon p2, java.lang.Class polyClass)
          Return the union of p1 and p2 where the return type is of polyClass.
static IPolygon Clip.xor(IPolygon p1, IPolygon p2, java.lang.Class polyClass)
          Return the xor of p1 and p2 where the return type is of polyClass.
static IPolygon Clip.intersection(IPolygon p1, IPolygon p2)
          Return the intersection of p1 and p2 where the return type is of PolyDefault.
static IPolygon Clip.union(IPolygon p1, IPolygon p2)
          Return the union of p1 and p2 where the return type is of PolyDefault.
static IPolygon Clip.xor(IPolygon p1, IPolygon p2)
          Return the xor of p1 and p2 where the return type is of PolyDefault.
 

Uses of IPolygon in org.eclipse.birt.chart.util
 

Methods in org.eclipse.birt.chart.util with parameters of type IPolygon
static boolean ChartUtil.intersects(IPolygon pg1, IPolygon pg2)
          Returns if two polygons intersect.
 



Copyright © 2005 Actuate Corp. All rights reserved.