|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BarPlotFormatFilter
Provides a way to apply a customized BarFormat based on index, value, etc.
Method Summary | |
---|---|
BarFormat |
getUserBarFormat(int index)
All BarFormatFilters must maintain a list of active BarFormats. |
BarFormat |
getUserBarFormat(int group,
int bar)
Retrieve a user defined BarFormat. |
int |
getUserBarFormatCount()
|
Method Detail |
---|
BarFormat getUserBarFormat(int group, int bar)
group
- The group for which the custom format should be retrieved.bar
- The bar for which the custom format should be retrieved.
int getUserBarFormatCount()
BarFormat getUserBarFormat(int index)
index
- The index of the user defined BarFormat, starting at 0.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |