|
JClass 4.5.0 API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JCLegendPopulator
is an interface implemented by classes that wish
to populate a legend with data.
Method Summary | |
List |
getLegendItems(FontMetrics fm)
Retrives the legend items that make up the legend. |
boolean |
isTitleItem(JCLegendItem item)
Checks whether a specified JCLegendItem is a title item for the legend,
meaning that no symbol will be drawn. |
Method Detail |
public List getLegendItems(FontMetrics fm)
fm
- the font metrics for this legendJCLegendItem
objects that make up one column of
the legend.public boolean isTitleItem(JCLegendItem item)
JCLegendItem
is a title item for the legend,
meaning that no symbol will be drawn.item
- the JCLegendItem
to check.
|
Copyright© 1999-2000 KL Group Inc. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |