| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GaugeRenderer
| Method Summary | |
|---|---|
|  void | applyTransform(java.awt.geom.AffineTransform transform)This method allows an application of the given AffineTransformobject. | 
|  void | drawAndFillArc(java.awt.geom.Arc2D arc,
               java.awt.Color borderColor,
               java.awt.Color fillColor,
               oracle.dss.presutil.GradientObj gradient,
               java.util.Map sfxMap)This method supports the drawing and filling of an outline represented by the given Arc2Dinstance, using 
 the given colors. | 
|  void | drawAndFillArea(java.awt.geom.Area area,
                java.awt.Color borderColor,
                java.awt.Color fillColor,
                oracle.dss.presutil.GradientObj gradient,
                java.util.Map sfxMap)This method supports the drawing and filling of an outline represented by the given Areainstance, using 
 the given colors. | 
|  void | drawAndFillPolygon(java.awt.Polygon polygon,
                   java.awt.Color borderColor,
                   java.awt.Color fillColor,
                   oracle.dss.presutil.GradientObj gradient,
                   java.util.Map sfxMap)This method supports the drawing and filling of an outline represented by the given Polygoninstance, using 
 the given colors. | 
|  void | drawAndFillRect(java.awt.Rectangle rect,
                java.awt.Color borderColor,
                java.awt.Color fillColor,
                oracle.dss.presutil.GradientObj gradient,
                java.util.Map sfxMap)This method supports the drawing and filling of an outline represented by the given Rectangleinstance, using 
 the given colors. | 
|  void | drawAndFillRoundedRect(java.awt.geom.RoundRectangle2D roundRect,
                       java.awt.Color borderColor,
                       java.awt.Color fillColor,
                       oracle.dss.presutil.GradientObj gradient,
                       java.util.Map sfxMap)This method supports the drawing and filling of the given rectangle using the given instance of Colorand
 rounded with the given arc width and height. | 
|  void | drawAndFillShape(java.awt.Shape shape,
                 java.awt.Color borderColor,
                 java.awt.Color fillColor,
                 oracle.dss.presutil.GradientObj gradient,
                 java.util.Map sfxMap)This method supports the drawing and filling of an outline represented by the given Shapeinstance, using 
 the given colors. | 
|  void | drawArc(java.awt.geom.Arc2D arc,
        java.awt.Color c)This method supports the drawing of an outline represented by the given Arc2Dinstance, using the given
 color as its border color. | 
|  void | drawArea(java.awt.geom.Area area,
         java.awt.Color c)This method supports the drawing of an area outlined according to the given Area object, using the given color as its border color. | 
|  void | drawImage(java.lang.String imgURL,
          java.awt.Image image,
          int x,
          int y,
          int width,
          int height,
          java.awt.image.ImageObserver imgObs)This method supports the drawing of an image. | 
|  void | drawLine(int x1,
         int y1,
         int x2,
         int y2,
         java.awt.Color c)This method supports the drawing of a line with the given color. | 
|  void | drawLine(int x1,
         int y1,
         int x2,
         int y2,
         int thickness,
         java.awt.Color c)This method supports the drawing of a line with the given thickness and color. | 
|  void | drawPolygon(java.awt.Polygon poly,
            java.awt.Color c)This method supports the drawing of the outline of a polygon defined by the specified Polygonobject using the given instance ofColor. | 
|  void | drawRect(java.awt.Rectangle rect,
         java.awt.Color c)This method supports the drawing of the given rectangle using the given instance of Color. | 
|  void | drawShape(java.awt.Shape shape,
          java.awt.Color c)This method supports the drawing of an outline represented by the given Shapeinstance, using the given
 color as its border color. | 
|  void | drawString(java.lang.String label,
           int x,
           int y,
           java.awt.Font f,
           java.awt.Color c,
           double angle)This method supports the drawing of text in the given color at the location specified by the point at x1andy1. | 
|  void | fillArc(java.awt.geom.Arc2D arc,
        java.awt.Color c,
        oracle.dss.presutil.GradientObj gradient,
        java.util.Map sfxMap)This method supports the filling of the given arc with the given color. | 
|  void | fillArea(java.awt.geom.Area area,
         java.awt.Color c,
         oracle.dss.presutil.GradientObj gradient,
         java.util.Map sfxMap)This method supports the filling of an area outlined according to the given Area object, using the given color. | 
|  void | fillPolygon(java.awt.Polygon poly,
            java.awt.Color c,
            oracle.dss.presutil.GradientObj gradient,
            java.util.Map sfxMap)This method supports the filling of the given polygon using the provided color as its border color. | 
|  void | fillRect(java.awt.Rectangle rect,
         java.awt.Color c,
         oracle.dss.presutil.GradientObj gradient,
         java.util.Map sfxMap)This method supports the filling of the given rectangle using the given instance of Color. | 
|  void | fillShape(java.awt.Shape shape,
          java.awt.Color c,
          oracle.dss.presutil.GradientObj gradient,
          java.util.Map sfxMap)This method supports the filling of an outline represented by the given Shapeinstance, using the given
 color as its fill color. | 
|  java.awt.geom.AffineTransform | getTransform()This method gets the current AffineTransformobject. | 
|  void | setTransform(java.awt.geom.AffineTransform transform)This method allows an reset of the current transform to the given AffineTransformobject. | 
| Method Detail | 
|---|
void drawShape(java.awt.Shape shape,
               java.awt.Color c)
Shape instance, using the given
 color as its border color.
shape - Instance of Shapec - Color instance representing the intended color of
          the shape
void fillShape(java.awt.Shape shape,
               java.awt.Color c,
               oracle.dss.presutil.GradientObj gradient,
               java.util.Map sfxMap)
Shape instance, using the given
 color as its fill color.
shape - Instance of Shapec - Color instance representing the intended fill
          color of the shapesfxMap - Instance of Map containing
               SFX attributes for this shape
void drawAndFillShape(java.awt.Shape shape,
                      java.awt.Color borderColor,
                      java.awt.Color fillColor,
                      oracle.dss.presutil.GradientObj gradient,
                      java.util.Map sfxMap)
Shape instance, using 
 the given colors.
shape - Instance of ShapeborderColor - Color instance representing the intended
          borderColor of the shapefillColor - Color instance representing the intended fill
          color of the shapesfxMap - Instance of Map containing
               SFX attributes for this shape
void drawArc(java.awt.geom.Arc2D arc,
             java.awt.Color c)
Arc2D instance, using the given
 color as its border color.
arc - Instance of Arc2Dc - Color instance representing the intended color of
          the arc
void fillArc(java.awt.geom.Arc2D arc,
             java.awt.Color c,
             oracle.dss.presutil.GradientObj gradient,
             java.util.Map sfxMap)
arc - Instance of Arc2Dc - Color instance indicating the fill color of the
          arcsfxMap - Instance of Map containing
               SFX attributes for this shape
void drawAndFillArc(java.awt.geom.Arc2D arc,
                    java.awt.Color borderColor,
                    java.awt.Color fillColor,
                    oracle.dss.presutil.GradientObj gradient,
                    java.util.Map sfxMap)
Arc2D instance, using 
 the given colors.
arc - Instance of Arc2DborderColor - Color instance representing the intended
          borderColor of the arcfillColor - Color instance representing the intended fill
          color of the arcsfxMap - Instance of Map containing
               SFX attributes for this arc
void drawArea(java.awt.geom.Area area,
              java.awt.Color c)
area - Instance of Areac - Color instance indicating the fill color of the
          arc
void fillArea(java.awt.geom.Area area,
              java.awt.Color c,
              oracle.dss.presutil.GradientObj gradient,
              java.util.Map sfxMap)
area - Instance of Areac - Color instance indicating the fill color of the
          areasfxMap - Instance of Map containing
               SFX attributes for this shape
void drawAndFillArea(java.awt.geom.Area area,
                     java.awt.Color borderColor,
                     java.awt.Color fillColor,
                     oracle.dss.presutil.GradientObj gradient,
                     java.util.Map sfxMap)
Area instance, using 
 the given colors.
area - Instance of AreaborderColor - Color instance representing the intended
          borderColor of the areafillColor - Color instance representing the intended fill
          color of the areasfxMap - Instance of Map containing
               SFX attributes for this area
void drawPolygon(java.awt.Polygon poly,
                 java.awt.Color c)
Polygon
 object using the given instance of Color.
poly - The polygon to draw.c - The color with which to draw the polygon
void fillPolygon(java.awt.Polygon poly,
                 java.awt.Color c,
                 oracle.dss.presutil.GradientObj gradient,
                 java.util.Map sfxMap)
poly - Instance of Polygonc - Color instance indicating the fill color of the 
          polygonsfxMap - Instance of Map containing
               SFX attributes for this shape
void drawAndFillPolygon(java.awt.Polygon polygon,
                        java.awt.Color borderColor,
                        java.awt.Color fillColor,
                        oracle.dss.presutil.GradientObj gradient,
                        java.util.Map sfxMap)
Polygon instance, using 
 the given colors.
polygon - Instance of PolygonborderColor - Color instance representing the intended
          borderColor of the polygonfillColor - Color instance representing the intended fill
          color of the polygonsfxMap - Instance of Map containing
               SFX attributes for this polygon
void drawRect(java.awt.Rectangle rect,
              java.awt.Color c)
Color.
rect - Instance of Rectanglec - Instance of Color to use for the rectangle.
void fillRect(java.awt.Rectangle rect,
              java.awt.Color c,
              oracle.dss.presutil.GradientObj gradient,
              java.util.Map sfxMap)
Color.
rect - Instance of Rectangle marking the fill areac - Instance of Color to use when filling.sfxMap - Instance of Map containing
               SFX attributes for this shape
void drawAndFillRect(java.awt.Rectangle rect,
                     java.awt.Color borderColor,
                     java.awt.Color fillColor,
                     oracle.dss.presutil.GradientObj gradient,
                     java.util.Map sfxMap)
Rectangle instance, using 
 the given colors.
rect - Instance of RectangleborderColor - Color instance representing the intended
          borderColor of the rectanglefillColor - Color instance representing the intended fill
          color of the rectanglesfxMap - Instance of Map containing
               SFX attributes for this rectangle
void drawAndFillRoundedRect(java.awt.geom.RoundRectangle2D roundRect,
                            java.awt.Color borderColor,
                            java.awt.Color fillColor,
                            oracle.dss.presutil.GradientObj gradient,
                            java.util.Map sfxMap)
Color and
 rounded with the given arc width and height.
roundRect - Instance of RoundRectangle2D marking the fill areaborderColor - Instance of Color to use for the border.fillColor - Instance of Color to use when filling.sfxMap - Instance of Map containing
               SFX attributes for this shape
void drawLine(int x1,
              int y1,
              int x2,
              int y2,
              int thickness,
              java.awt.Color c)
x1 - The first point's x coordinatey1 - The first point's y coordinatex2 - The second point's x coordinatey2 - The second point's y coordinatethickness - Width of the line in pixelsc - Color instance indicating the color of the line.
void drawLine(int x1,
              int y1,
              int x2,
              int y2,
              java.awt.Color c)
x1 - The first point's x coordinatey1 - The first point's y coordinatex2 - The second point's x coordinatey2 - The second point's y coordinatec - Color instance indicating the color of the line
void drawString(java.lang.String label,
                int x,
                int y,
                java.awt.Font f,
                java.awt.Color c,
                double angle)
x1 and y1.
label - String instance representing the text to drawx - The first point's x coordinatey - The first point's y coordinatef - Font instance indicating the color of the linec - Color instance indicating the color of the lineangle - The text rotation angle of the label
void drawImage(java.lang.String imgURL,
               java.awt.Image image,
               int x,
               int y,
               int width,
               int height,
               java.awt.image.ImageObserver imgObs)
imgURL - String instance used to load imageimage - Instance of Image to draw; may be nullx - x coordinate of image's top cornery - y coordinate of image's top cornerwidth - width of imageheight - height of imageimgObs - Instance of ImageObserver; can be nullvoid applyTransform(java.awt.geom.AffineTransform transform)
AffineTransform object.
transform - AffineTransform instance to applyjava.awt.geom.AffineTransform getTransform()
AffineTransform
 object.
AffineTransformvoid setTransform(java.awt.geom.AffineTransform transform)
AffineTransform object.
transform - AffineTransform instance to set| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||