|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.dataView.BorderPainter
public class BorderPainter
Constructor Summary | |
---|---|
BorderPainter()
|
Method Summary | |
---|---|
protected static void |
drawHorizLine(java.awt.Graphics g,
int lineWidth,
int x,
int y,
int x2,
int y2)
|
protected static void |
drawVertLine(java.awt.Graphics g,
int lineWidth,
int x,
int y,
int x2,
int y2)
|
static void |
paintBorder(java.awt.Graphics g,
int x,
int y,
int width,
int height,
int _lineWidth,
java.awt.Color _color,
int _top,
int _bottom,
int _left,
int _right)
Paints border for the given cell area. |
static void |
paintBorder(java.awt.Graphics g,
int x,
int y,
int width,
int height,
int _lineWidth,
java.awt.Color _color,
int _top,
int _bottom,
int _left,
int _right,
int _topWidth,
int _bottomWidth,
int _leftWidth,
int _rightWidth,
java.awt.Color _topColor,
java.awt.Color _bottomColor,
java.awt.Color _leftColor,
java.awt.Color _rightColor)
Paints border for the given cell area. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BorderPainter()
Method Detail |
---|
public static void paintBorder(java.awt.Graphics g, int x, int y, int width, int height, int _lineWidth, java.awt.Color _color, int _top, int _bottom, int _left, int _right)
context
- PaintContext to use when painting the Borderg
- Graphics context to use when paintingx
- x coordinate to begin painting aty
- y coordinate to begin painting atwidth
- width of area to paintheight
- height of area to paint_lineWidth
- width of border_color
- color of border_top
- style of top border_bottom
- style of bottom border_left
- style of left border_right
- style of right borderpublic static void paintBorder(java.awt.Graphics g, int x, int y, int width, int height, int _lineWidth, java.awt.Color _color, int _top, int _bottom, int _left, int _right, int _topWidth, int _bottomWidth, int _leftWidth, int _rightWidth, java.awt.Color _topColor, java.awt.Color _bottomColor, java.awt.Color _leftColor, java.awt.Color _rightColor)
context
- PaintContext to use when painting the Borderg
- Graphics context to use when paintingx
- x coordinate to begin painting aty
- y coordinate to begin painting atwidth
- width of area to paintheight
- height of area to paint_lineWidth
- width of border_color
- color of border_top
- style of top border_bottom
- style of bottom border_left
- style of left border_right
- style of right border_topWidth
- line width of top border_bottomWidth
- line width of bottom border_leftWidth
- line width of left border_rightWidth
- line width of right border_topColor
- line color of top border_bottomColor
- line color of bottom border_leftColor
- line color of left border_rightColor
- line color of right borderprotected static void drawHorizLine(java.awt.Graphics g, int lineWidth, int x, int y, int x2, int y2)
protected static void drawVertLine(java.awt.Graphics g, int lineWidth, int x, int y, int x2, int y2)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |