|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.dss.graph.BaseGraphComponent | +--oracle.dss.graph.BaseBorderLine
Method Summary | |
java.awt.Color |
getLineColor() Retrieves the color for the object. |
int |
getLineWidth() Retrieves the width of the object in pixels. |
abstract boolean |
isVisible() |
void |
setLineColor(java.awt.Color newColor) Specifies the color for the object. |
void |
setLineWidth(int width) Specifies the width of the object in pixels. |
abstract void |
setVisible(boolean visible) |
Methods inherited from class oracle.dss.graph.BaseGraphComponent |
selectObject |
Method Detail |
public java.awt.Color getLineColor()
public void setLineColor(java.awt.Color newColor)
newColor
- The color for the object.public int getLineWidth()
public void setLineWidth(int width)
width
- The width of the object in pixels.public abstract boolean isVisible()
public abstract void setVisible(boolean visible)
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |