|
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.BaseLegendMarker
A marker in the legend of a graph.
LegendArea| Method Summary | |
int |
getSize()Retrieves the size of a legend marker, in pixels. |
void |
setSize(int size)Specifies the size of a legend marker, in pixels. |
| Methods inherited from class oracle.dss.graph.BaseGraphComponent |
selectObject |
| Method Detail |
public void setSize(int size)
If the legend is not large enough for the specified marker size, then the graph sets size to the largest possible size, given the legend size.
Automatic graph layout ignores this property. The doAutoLayout method sets it to 11 pixels.
size - The size of legend markers, in pixels. If size is less than 0, then this message logs a message with the error handler and does not change the value of the property.Graph.setAutoLayout(int), Graph.doAutoLayout(int)public int getSize()
Automatic graph layout ignores this property. The doAutoLayout method sets it to 11 pixels.
Graph.setAutoLayout(int), Graph.doAutoLayout(int)
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||