|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.oxymel.ofc.charts.Legend | +--com.oxymel.ofc.charts.LegendInterval
Fields inherited from class com.oxymel.ofc.charts.Legend |
LEGEND_ALIGN_MODE_COLUMN, LEGEND_ALIGN_MODE_COLUMN_STRICT, LEGEND_ALIGN_MODE_NONE, LEGEND_DISPLAY_MODE_BOTTOM, LEGEND_DISPLAY_MODE_LEFT, LEGEND_DISPLAY_MODE_NONE, LEGEND_DISPLAY_MODE_TABLE, LEGEND_DISPLAY_MODE_TOP |
Constructor Summary | |
LegendInterval(double min,
double max,
double step,
ColorPalette colorPalette)
|
|
LegendInterval(double min,
double max,
double step,
ColorPalette colorPalette,
int chartHeight)
|
Method Summary | |
void |
drawLegend(int xTopLeftLegend,
int yTopLeftLegend,
java.util.Vector allSeries,
java.awt.Graphics2D graphics2D)
|
Methods inherited from class com.oxymel.ofc.charts.Legend |
getLegendDisplayMode, setBackgroundColor, setCadreColor, setDisplayAsBar, setFontSize, setIsLegendInTable, setLegendWidth, setNbPixelHeightOfLegendIndicator, setTextColor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LegendInterval(double min, double max, double step, ColorPalette colorPalette, int chartHeight)
public LegendInterval(double min, double max, double step, ColorPalette colorPalette)
Method Detail |
public void drawLegend(int xTopLeftLegend, int yTopLeftLegend, java.util.Vector allSeries, java.awt.Graphics2D graphics2D)
drawLegend
in class Legend
|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |