OFC Charts 3.1


com.oxymel.ofc.charts
Class LegendInterval

java.lang.Object
  |
  +--com.oxymel.ofc.charts.Legend
        |
        +--com.oxymel.ofc.charts.LegendInterval

public class LegendInterval
extends Legend


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

LegendInterval

public LegendInterval(double min,
                      double max,
                      double step,
                      ColorPalette colorPalette,
                      int chartHeight)

LegendInterval

public LegendInterval(double min,
                      double max,
                      double step,
                      ColorPalette colorPalette)
Method Detail

drawLegend

public void drawLegend(int xTopLeftLegend,
                       int yTopLeftLegend,
                       java.util.Vector allSeries,
                       java.awt.Graphics2D graphics2D)
Overrides:
drawLegend in class Legend

OFC Charts 3.1


Copyright © 2005 Oxymel SA All Rights Reserved.