This method queries the legend entries requested width @param g graphics for width estimation @return width
(Graphics g)
| 37 | * @return width |
| 38 | */ |
| 39 | public int getWidth(Graphics g); |
| 40 | |
| 41 | /** |
| 42 | * This method renders the legend entry onto an existing graphic |
no outgoing calls