|
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.BaseText
This is the base class for all graph components that display text.
| Method Summary | |
DataviewFont |
getDataviewFont()Retrieves the DataviewFont for this text component. |
java.awt.Font |
getFont()Retrieves a Font object for this text component. |
GraphFont |
getGraphFont()Retrieves a GraphFont object for this text component. |
boolean |
isFontSizeAbsolute()Indicates whether the font size is absolute or proportional to the size of the graph. |
void |
setFont(java.awt.Font f)Specifies a Font object for this text component. |
void |
setFontSizeAbsolute(boolean yesNo)Specifies whether to use absolute font sizes or sizes that are proportional to the size of the graph. |
| Methods inherited from class oracle.dss.graph.BaseGraphComponent |
selectObject |
| Method Detail |
public GraphFont getGraphFont()
GraphFont object for this text component. Use the GraphFont objects to specify and retrieve font properties such as name, color, style, and size in virtual coordinates. Virtual coordinates make the font size relative to the size of the graph.GraphFont object for the object.public DataviewFont getDataviewFont()
DataviewFont for this text component. This method is called by the toolbar.getDataviewFont in interface DataviewFontAttributeDataviewFont for this objectpublic void setFont(java.awt.Font f)
Font object for this text component. This is the awt object with properties such as name, style, and absolute size.setFont in interface FontAttributef - A Font object for this object.public java.awt.Font getFont()
Font object for this text component. This is the awt object with properties such as name, style, and absolute size.getFont in interface FontAttributeFont object for the object.public boolean isFontSizeAbsolute()
true if the font size is absolute, false if the font size changes with the size of the graph.public void setFontSizeAbsolute(boolean yesNo)
yesNo - true to use absolute font sizes, false to use font sizes that change with the size of the graph.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||