Uses of Class
com.steema.teechart.Rectangle

Packages that use Rectangle
com.steema.teechart TeeChart Charting Library for Java. 
com.steema.teechart.axis   
com.steema.teechart.drawing   
com.steema.teechart.legend   
com.steema.teechart.misc   
com.steema.teechart.printer   
com.steema.teechart.styles   
com.steema.teechart.tools   
 

Uses of Rectangle in com.steema.teechart
 

Fields in com.steema.teechart declared as Rectangle
protected  Rectangle Chart.chartBounds
           
protected  Rectangle Chart.chartRect
           
static Rectangle Rectangle.EMPTY
           
protected  Rectangle Shape.shapeBounds
           
 

Methods in com.steema.teechart that return Rectangle
 Rectangle Panel.applyMargins(Rectangle r)
           
 Rectangle Rectangle.copy()
           
protected  Rectangle Title.doDraw(IGraphics3D g, Rectangle rect, boolean customOnly)
           
 Rectangle IBaseChart.doDrawLegend(IGraphics3D g, Rectangle rect)
           
 Rectangle Chart.doDrawLegend(IGraphics3D g, Rectangle tmp)
           
protected  Rectangle Title.draw(IGraphics3D g, Rectangle rect)
           
 Rectangle Panel.draw(IGraphics3D g, Rectangle r)
          Paints the Chart in your preferred Canvas and region.
static Rectangle Rectangle.fromLTRB(int x, int y, int right, int bottom)
           
 Rectangle IBaseChart.getChartBounds()
           
 Rectangle Chart.getChartBounds()
          (Read only) Used to get the four sides of the Chart (Left, Top, Right and Bottom)
 Rectangle IBaseChart.getChartRect()
           
 Rectangle Chart.getChartRect()
          Returns the rectangle that contains the four main Chart axes.
 Rectangle Shape.getShapeBounds()
          Defines the boundaries of the Shape.
 Rectangle IBaseChart.recalcWidthHeight(Rectangle rect)
           
 Rectangle Chart.recalcWidthHeight(Rectangle r)
           
 

Methods in com.steema.teechart with parameters of type Rectangle
 Rectangle Panel.applyMargins(Rectangle r)
           
protected  Rectangle Title.doDraw(IGraphics3D g, Rectangle rect, boolean customOnly)
           
 Rectangle IBaseChart.doDrawLegend(IGraphics3D g, Rectangle rect)
           
 Rectangle Chart.doDrawLegend(IGraphics3D g, Rectangle tmp)
           
 void ImageBevel.Draw(Graphics3D g, Rectangle rect, int borderRound)
           
protected  Rectangle Title.draw(IGraphics3D g, Rectangle rect)
           
 void Shadow.draw(IGraphics3D g, Rectangle rect)
          Draws a shadow around the Rect rectangle parameter, using the ACanvas canvas.
 Rectangle Panel.draw(IGraphics3D g, Rectangle r)
          Paints the Chart in your preferred Canvas and region.
 void Bevel.draw(IGraphics3D g, Rectangle rect)
          Draws bevels around rectangle parameter.
 void Shadow.draw(IGraphics3D g, Rectangle rect, int angle, int aZ)
          Draws a shadow around the Rect rectangle parameter.
 void TextShape.drawRectRotated(IGraphics3D g, Rectangle rect, int angle, int aZ)
          Draws the Shape rectangle rotated by Angle degrees.
 void Rectangle.intersect(Rectangle value)
           
 void TChart.paint(java.awt.Graphics g, Rectangle rectangle)
           
 void Walls.paint(IGraphics3D g, Rectangle r)
          Paints walls at rectangle r.
 void Walls.LeftWall.paint(IGraphics3D g, Rectangle rect)
          Use this method to paint a left wall at rectangle r.
 void Walls.RightWall.paint(IGraphics3D g, Rectangle rect)
          Use this method to paint a right wall at rectangle r.
 void Walls.BackWall.paint(IGraphics3D g, Rectangle rect)
          Use this method to paint a back wall at rectangle r.
 void Walls.BottomWall.paint(IGraphics3D g, Rectangle rect)
          Use this method to paint a bottom wall at rectangle r.
 void TextShape.paint(IGraphics3D g, Rectangle rect)
          Paints the TextShape object on the Chart Canvas.
 void Shape.paint(IGraphics3D g, Rectangle rect)
           
 void IBaseChart.paint(IGraphics3D g, Rectangle rect)
           
 void Chart.paint(IGraphics3D g, Rectangle rect)
          Paints the Chart in your preferred Canvas and region.
 Rectangle IBaseChart.recalcWidthHeight(Rectangle rect)
           
 Rectangle Chart.recalcWidthHeight(Rectangle r)
           
 void Chart.setChartBounds(Rectangle value)
          Sets the four sides of the Chart (Left, Top, Right and Bottom)
 void IBaseChart.setChartRect(Rectangle rect)
           
 void Chart.setChartRect(Rectangle value)
          Sets the rectangle to contain the four main Chart axes.
 void Shape.setShapeBounds(Rectangle value)
          Defines the boundaries of the Shape.
 void Zoom.zoomRect(Rectangle r)
          Zooms the Chart rectangle.
 

Constructors in com.steema.teechart with parameters of type Rectangle
Rectangle(Rectangle r)
           
 

Uses of Rectangle in com.steema.teechart.axis
 

Methods in com.steema.teechart.axis that return Rectangle
 Rectangle Axis.calcRect(Rectangle r, boolean inflateChartRectangle)
          Used internally by Chart when creating Axes
 

Methods in com.steema.teechart.axis with parameters of type Rectangle
 void Axis.adjustMaxMinRect(Rectangle rect)
          Called internally to recalculate the max and min values using the Rect parameter positions.
 Rectangle Axis.calcRect(Rectangle r, boolean inflateChartRectangle)
          Used internally by Chart when creating Axes
 

Uses of Rectangle in com.steema.teechart.drawing
 

Fields in com.steema.teechart.drawing declared as Rectangle
protected  Rectangle Graphics3D.bounds
           
protected  Rectangle InternalPyramidTrunc.r
           
 

Methods in com.steema.teechart.drawing that return Rectangle
 Rectangle IGraphics3D.calcRect3D(Rectangle rect, int z)
           
 Rectangle Graphics3D.calcRect3D(Rectangle r, int z)
          Calculates and returns the position in pixels of the Rectangle 3D coordinates.
protected  Rectangle Graphics3D.correctRectangle(Rectangle r)
           
 Rectangle ChartBrush.getImageRect()
           
static Rectangle Graphics3D.polygonRect(java.awt.Point[] p)
          Returns bounding rectangle for point array p
 Rectangle Graphics3D.rectFromPolygon(int num, java.awt.Point[] p)
          Returns the bounding rectangle for a given array of XY points.
 Rectangle Graphics3D.rectFromRectZ(Rectangle r, int z)
          Returns the smallest bounding rectangle containing the four corners of the "R" rectangle after calculating their 3D position.
 

Methods in com.steema.teechart.drawing with parameters of type Rectangle
 void IGraphics3D.arc(Rectangle Rect, double startAngle, double endAngle)
           
 void Graphics3D.arc(Rectangle rect, double startAngle, double sweepAngle)
           
 void IGraphics3D.arc(Rectangle rect, java.awt.Point start, java.awt.Point end)
           
 void Graphics3D.arc(Rectangle rect, java.awt.Point start, java.awt.Point end)
           
 void IGraphics3D.calcPerspective(Rectangle rect)
           
 void Graphics3D.calcPerspective(Rectangle r)
           
 Rectangle IGraphics3D.calcRect3D(Rectangle rect, int z)
           
 Rectangle Graphics3D.calcRect3D(Rectangle r, int z)
          Calculates and returns the position in pixels of the Rectangle 3D coordinates.
 void IGraphics3D.clipCube(Rectangle rect, int z0, int z1)
           
 void Graphics3D.clipCube(Rectangle rect, int minZ, int maxZ)
          Creates a cubic Windows GDI clipping region.
 void IGraphics3D.clipEllipse(Rectangle rect)
           
 void Graphics3DVML.clipEllipse(Rectangle r)
          Creates a Elliptical Windows GDI clipping region.
 void Graphics3DSVG.clipEllipse(Rectangle r)
          Creates a Elliptical Windows GDI clipping region.
 void Graphics3DPDF.clipEllipse(Rectangle r)
          Creates a Elliptical Windows GDI clipping region.
 void Graphics3DAWT.clipEllipse(Rectangle r)
          Creates a Elliptical Windows GDI clipping region.
abstract  void Graphics3D.clipEllipse(Rectangle r)
           
 void IGraphics3D.clipRectangle(Rectangle rect)
           
 void Graphics3DVML.clipRectangle(Rectangle r)
          Creates a rectangular Windows GDI clipping region.
 void Graphics3DSVG.clipRectangle(Rectangle r)
          Creates a rectangular Windows GDI clipping region.
 void Graphics3DPDF.clipRectangle(Rectangle r)
          Creates a rectangular Windows GDI clipping region.
 void Graphics3DAWT.clipRectangle(Rectangle r)
          Creates a rectangular Windows GDI clipping region.
abstract  void Graphics3D.clipRectangle(Rectangle r)
           
 void Graphics3D.cone(boolean vertical, Rectangle r, int z0, int z1, boolean darkSides)
          Paints a cone.
 void IGraphics3D.cone(boolean vertical, Rectangle rect, int z0, int z1, boolean dark3D, int conePercent)
           
 void Graphics3D.cone(boolean vertical, Rectangle r, int z0, int z1, boolean darkSides, int conePercent)
          Paints a cone with Cone Percent.
protected  Rectangle Graphics3D.correctRectangle(Rectangle r)
           
 void Graphics3D.cube(Rectangle r, int z0, int z1)
          Draws a Cube.
 void IGraphics3D.cube(Rectangle rect, int z0, int z1, boolean dark3D)
           
 void Graphics3D.cube(Rectangle r, int z0, int z1, boolean darkSides)
          Draws a Cube with Dark Sides.
 void IGraphics3D.cylinder(boolean vertical, Rectangle rect, int z0, int z1, boolean dark3D)
           
 void Graphics3D.cylinder(boolean vertical, Rectangle r, int z0, int z1, boolean darkSides)
          Draws cylinder toggle Boolean for vertical or horizontal cylinder.
 void Gradient.draw(IGraphics3D g, Rectangle rect)
          Obsolete.
 void Graphics3DPDF.draw(Rectangle r, java.awt.Image image)
          Paints the image in rectangle r.
 void IGraphics3D.draw(Rectangle rect, java.awt.Image image, boolean draw3D)
           
 void Graphics3DVML.draw(Rectangle r, java.awt.Image image, boolean transparent)
          Paints the image in rectangle r.
 void Graphics3DSVG.draw(Rectangle r, java.awt.Image image, boolean transparent)
          Paints the image in rectangle r.
 void Graphics3DPDF.draw(Rectangle rect, java.awt.Image image, boolean draw3D)
           
 void Graphics3DAWT.draw(Rectangle r, java.awt.Image image, boolean transparent)
          Paints the image in rectangle r.
abstract  void Graphics3D.draw(Rectangle r, java.awt.Image image, boolean transparent)
           
 void IGraphics3D.draw(Rectangle rect, java.awt.Image image, ImageMode mode, boolean draw3D)
           
 void Graphics3D.draw(Rectangle r, java.awt.Image image, ImageMode mode, boolean transparent)
          Paints the image in rectangle r.
protected  void Graphics3DAWT.drawBrushImage(Rectangle r)
           
 void IGraphics3D.ellipse(Rectangle rect)
           
 void Graphics3D.ellipse(Rectangle r)
          Draws an Ellipse bounding Rectangle r.
 void IGraphics3D.ellipse(Rectangle rect, int z)
           
 void Graphics3D.ellipse(Rectangle r, int z)
          Ellipse bounding Rectangle r at z depth.
 void IGraphics3D.ellipse(Rectangle r, int z, double angle)
           
 void Graphics3D.ellipse(Rectangle r, int z, double angle)
          Ellipse bounding rectangle r with Z offset at angle.
 void Graphics3D.fillRectangle(Rectangle rect)
           
 java.awt.Point[] Graphics3D.fourPointsFromRect(Rectangle r, int z)
          Returns a TFourPoints structure (array of four TPoint records)
 java.awt.Shape Graphics3D.getChartPolygon(Rectangle rect, int minZ, int maxZ)
           
 java.awt.TexturePaint ChartBrush.getTexture(Rectangle rect)
           
 void IGraphics3D.initWindow(Aspect a, Rectangle r, int maxDepth)
           
 void Graphics3DVML.initWindow(Aspect a, Rectangle r, int maxDepth)
           
 void Graphics3DSVG.initWindow(Aspect a, Rectangle r, int MaxDepth)
           
 void Graphics3DPDF.initWindow(Aspect a, Rectangle r, int maxDepth)
           
 void Graphics3DAWT.initWindow(Aspect a, Rectangle r, int maxDepth)
           
 void Graphics3D.initWindow(Aspect a, Rectangle r, int maxDepth)
           
 void IGraphics3D.paintBevel(BevelStyle style, Rectangle rect, int width, Color colorOne, Color colorTwo)
           
 void Graphics3D.paintBevel(BevelStyle bevel, Rectangle rect, int width, Color one, Color two)
           
 void IGraphics3D.paintImageBevel(Rectangle rect, int width, ChartPen pen, ChartBrush brush, int borderRound)
           
 void Graphics3D.paintImageBevel(Rectangle rect, int width, ChartPen pen, ChartBrush brush, int borderRound)
           
static boolean Graphics3D.pointInEllipse(java.awt.Point p, Rectangle rect)
          Returns true if point P is inside the ellipse bounded by Rect.
static boolean Graphics3D.pointInRect(Rectangle rect, int x, int y)
          Obsolete.
static void Graphics3DAWT.prepareGradient(Gradient gradient, java.awt.Graphics2D g, Rectangle rect)
          Brush to fill rectangular area rect
 void IGraphics3D.projection(int width3D, Rectangle rect)
           
 void Graphics3D.projection(int maxDepth, Rectangle r)
          Internal use.
 void IGraphics3D.pyramid(boolean draw3D, Rectangle rect, int z0, int z1, boolean dark3D)
           
 void Graphics3D.pyramid(boolean vertical, Rectangle r, int z0, int z1, boolean darkSides)
          Draws a vertical or horizontal Pyramid with optional dark shaded sides.
 void IGraphics3D.pyramidTrunc(Rectangle rect, int z0, int z1, int truncX, int truncZ)
           
 void Graphics3D.pyramidTrunc(Rectangle r, int startZ, int endZ, int truncX, int truncZ)
          Draws a pyramid with a truncated apex of variable thickness.
 void IGraphics3D.rectangle(ChartBrush brush, Rectangle rect)
           
 void Graphics3DVML.rectangle(ChartBrush b, Rectangle r)
           
 void Graphics3DSVG.rectangle(ChartBrush b, Rectangle r)
           
 void Graphics3DPDF.rectangle(ChartBrush b, Rectangle r)
           
 void Graphics3DAWT.rectangle(ChartBrush b, Rectangle r)
           
abstract  void Graphics3D.rectangle(ChartBrush b, Rectangle r)
           
 void IGraphics3D.rectangle(Rectangle rect)
           
 void Graphics3DVML.rectangle(Rectangle r)
          Draws a Rectangle (Rectangle r).
 void Graphics3DSVG.rectangle(Rectangle r)
          Draws a Rectangle (Rectangle r).
 void Graphics3DPDF.rectangle(Rectangle r)
          Draws a Rectangle (Rectangle r).
 void Graphics3DAWT.rectangle(Rectangle r)
          Draws a Rectangle (Rectangle r).
abstract  void Graphics3D.rectangle(Rectangle r)
           
 void IGraphics3D.rectangle(Rectangle rect, int z)
           
 void Graphics3D.rectangle(Rectangle r, int z)
          Draws a Rectangle (Rectangle r) at z depth.
 void Graphics3D.rectangleWithZ(Rectangle r, int z)
          Obsolete.
 Rectangle Graphics3D.rectFromRectZ(Rectangle r, int z)
          Returns the smallest bounding rectangle containing the four corners of the "R" rectangle after calculating their 3D position.
 java.awt.Point[] IGraphics3D.rotateRectangle(Rectangle rect, double angle)
           
 java.awt.Point[] Graphics3D.rotateRectangle(Rectangle r, double angle)
           
 void IGraphics3D.roundRectangle(Rectangle rect)
           
 void Graphics3DAWT.roundRectangle(Rectangle r)
           
 void Graphics3D.roundRectangle(Rectangle r)
          Draws a rectangle with rounded corners of personalized curvature and size.
 void IGraphics3D.roundRectangle(Rectangle rect, int horizRound, int vertRound)
           
 void Graphics3DVML.roundRectangle(Rectangle r, int roundWidth, int roundHeight)
          Draws a rectangle with rounded corners of personalized curvature and size.
 void Graphics3DSVG.roundRectangle(Rectangle r, int roundWidth, int roundHeight)
          Draws a rectangle with rounded corners of personalized curvature and size.
 void Graphics3DPDF.roundRectangle(Rectangle r, int roundWidth, int roundHeight)
          Draws a rectangle with rounded corners of personalized curvature and size.
 void Graphics3DAWT.roundRectangle(Rectangle r, int roundWidth, int roundHeight)
          Draws a rectangle with rounded corners of personalized curvature and size.
abstract  void Graphics3D.roundRectangle(Rectangle r, int roundWidth, int roundHeight)
           
protected  void Graphics3DAWT.roundRectangle(Rectangle r, int roundWidth, int roundHeight, java.awt.Graphics2D g)
           
 void IGraphics3D.sphere(Rectangle rect, int z, boolean enhanced)
           
 void Graphics3D.sphere(Rectangle rect, int z, boolean enhanced)
           
 

Uses of Rectangle in com.steema.teechart.legend
 

Methods in com.steema.teechart.legend that return Rectangle
 Rectangle LegendResolver.getBounds(Legend legend, Rectangle rectangle)
           
 Rectangle LegendAdapter.getBounds(Legend legend, Rectangle rectangle)
           
 Rectangle Legend.resizeChartRect(Rectangle rect)
          Returns the chart rectangle minus the space occupied by the Legend.
 

Methods in com.steema.teechart.legend with parameters of type Rectangle
 Rectangle LegendResolver.getBounds(Legend legend, Rectangle rectangle)
           
 Rectangle LegendAdapter.getBounds(Legend legend, Rectangle rectangle)
           
 void LegendTitle.internalDraw(IGraphics3D g, Rectangle Rect)
           
 void Legend.paint(IGraphics3D g, Rectangle rect)
           
 Rectangle Legend.resizeChartRect(Rectangle rect)
          Returns the chart rectangle minus the space occupied by the Legend.
 

Uses of Rectangle in com.steema.teechart.misc
 

Methods in com.steema.teechart.misc with parameters of type Rectangle
static void ERMode.ERPublish(IGraphics3D g, Rectangle r)
           
 

Uses of Rectangle in com.steema.teechart.printer
 

Fields in com.steema.teechart.printer declared as Rectangle
 Rectangle PreviewPanel.imageRect
           
 Rectangle PreviewPanel.paperRect
           
 

Methods in com.steema.teechart.printer that return Rectangle
protected  Rectangle Printer.calcImagePrintMargins(Chart aPanel, java.awt.print.Paper paper, java.awt.print.PageFormat pageFormat)
           
protected  Rectangle Printer.calcImagePrintMargins(Chart aPanel, Rectangle paperRect)
           
 Rectangle Printer.calcProportionalMargins(Chart aPanel, Rectangle bounds)
           
 Rectangle ChartPrintJob.getChartRect()
           
 Rectangle PrintPage.getMarginBounds()
           
 Rectangle PrintPage.getPageBounds()
           
 Rectangle Printer.getPaperRect()
          Returns
 

Methods in com.steema.teechart.printer with parameters of type Rectangle
protected  Rectangle Printer.calcImagePrintMargins(Chart aPanel, Rectangle paperRect)
           
 Rectangle Printer.calcProportionalMargins(Chart aPanel, Rectangle bounds)
           
protected  void PreviewPanel.drawAsMetafile(Rectangle panelRect)
           
 void PrintPage.drawImage(java.awt.Image image, Rectangle dest, Rectangle source)
           
protected  void PreviewPanel.drawMargins(Rectangle r)
           
 void Printer.print(IBaseChart c, Rectangle r)
          Prints Chart c at Rectangle (Left, Top, Width,Height).
 void Printer.print(Rectangle r)
          Prints at Rectangle (Left, Top, Width,Height).
 

Constructors in com.steema.teechart.printer with parameters of type Rectangle
ChartPrintJob(IBaseChart c, Rectangle r)
           
 

Uses of Rectangle in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as Rectangle
protected  Rectangle CustomBar.iBarBounds
           
protected  Rectangle Circular.rCircleRect
           
 

Methods in com.steema.teechart.styles that return Rectangle
 Rectangle CustomBar.getBarBounds()
          Coordinates of current Bar point being displayed.
 Rectangle SeriesMarksPosition.getBounds()
          Returns the bounding rectangle of the indexed Mark.
 Rectangle Map.Polygon.getBounds()
          Returns the rectangle in pixels that corresponds to the maximum space used by the polygon.
 Rectangle Circular.getCircleRect()
          Returns the rectangle that bounds the circle.
 Rectangle Calendar.rectCell(int column, int row)
          Returns the bounderies of a 2D-Rectangle defining the outline of the specified Calender series cell.
 

Methods in com.steema.teechart.styles with parameters of type Rectangle
 void CustomBar.barRectangle(Color barColor, Rectangle r)
          For internal use.
protected  void CustomBar.doBarGradient(int valueIndex, Rectangle rect)
           
protected  void Series.drawLegend(IGraphics3D g, int valueIndex, Rectangle rect)
           
 void Series.drawLegend(int valueIndex, Rectangle rect)
           
 void ISeries.drawLegend(int index, Rectangle r)
           
protected  void SeriesPointer.drawLegendShape(Color color, Rectangle rect, boolean drawPen)
           
protected  void SeriesPointer.drawLegendShape(IGraphics3D g, Color color, Rectangle rect, boolean drawPen)
           
protected  void Volume.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle r)
           
protected  void Shape.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void Series.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void Points3D.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle r)
           
protected  void Map.PolygonSeries.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void FastLine.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void CustomPolar.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void CustomPoint.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void CustomError.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle r)
           
protected  void CustomBar.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void Custom3DPalette.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void Custom.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void Bubble.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle r)
           
protected  void Series.paintLegend(java.awt.Graphics g, Rectangle r)
          Draws the Series "Legend" on the specified rectangle and Graphics.
 

Uses of Rectangle in com.steema.teechart.tools
 

Methods in com.steema.teechart.tools that return Rectangle
protected  Rectangle CursorTool.doGetAxisRect(Rectangle tmpResult)
           
 Rectangle CursorTool.CursorToolResolver.getAxisRectangle(Tool tool, Rectangle rectangle)
           
 Rectangle DrawLineItem.getEndHandle()
          Returns Rect of the DrawLine end handle.
 Rectangle DrawLineItem.getStartHandle()
          Returns Rect of the DrawLine start handle.
 

Methods in com.steema.teechart.tools with parameters of type Rectangle
protected  java.awt.Point AnnotationCallout.closerPoint(Rectangle r, java.awt.Point p)
           
protected  Rectangle CursorTool.doGetAxisRect(Rectangle tmpResult)
           
 Rectangle CursorTool.CursorToolResolver.getAxisRectangle(Tool tool, Rectangle rectangle)