| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RectRegion | |
|---|---|
| com.androidplot.xy | Classes for creating XYPlots. | 
| Uses of RectRegion in com.androidplot.xy | 
|---|
| Methods in com.androidplot.xy that return RectRegion | |
|---|---|
|  RectRegion | XYPlot.getDefaultBounds() | 
| Methods in com.androidplot.xy that return types with arguments of type RectRegion | |
|---|---|
|  ZIndexable<RectRegion> | XYGraphWidget.getAxisValueLabelRegions() | 
|  ZIndexable<RectRegion> | XYSeriesFormatter.getRegions()Can be used to access z-index manipulation methods of ZIndexable. | 
| static List<RectRegion> | RectRegion.regionsWithin(List<RectRegion> regions,
              Number minX,
              Number maxX,
              Number minY,
              Number maxY)Returns a list of XYRegions that either completely or partially intersect the area defined by params. | 
| Methods in com.androidplot.xy with parameters of type RectRegion | |
|---|---|
|  void | XYGraphWidget.addAxisValueLabelRegion(RectRegion region,
                        AxisValueLabelFormatter formatter)Add a new Region used for rendering axis valuelabels. | 
|  void | XYSeriesFormatter.addRegion(RectRegion region,
          XYRegionFormatterType regionFormatter) | 
|  XYRegionFormatterType | XYSeriesFormatter.getRegionFormatter(RectRegion region) | 
|  boolean | RectRegion.intersects(RectRegion region) | 
|  void | XYSeriesFormatter.removeRegion(RectRegion region) | 
|  void | XYPlot.setDefaultBounds(RectRegion defaultBounds) | 
| Method parameters in com.androidplot.xy with type arguments of type RectRegion | |
|---|---|
| static List<RectRegion> | RectRegion.regionsWithin(List<RectRegion> regions,
              Number minX,
              Number maxX,
              Number minY,
              Number maxY)Returns a list of XYRegions that either completely or partially intersect the area defined by params. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||