org.openfaces.component.chart.impl.helpers
Class ChartInfoUtil

java.lang.Object
  extended by org.openfaces.component.chart.impl.helpers.ChartInfoUtil

public class ChartInfoUtil
extends java.lang.Object


Constructor Summary
ChartInfoUtil()
           
 
Method Summary
static GridPointInfo getGridPointInfo(ChartEntity entity, Chart chart)
           
static PieSectorInfo getPieSectorInfo(ChartEntity entity)
           
static PieSectorInfo getPieSectorInfo(PieDataset pieDataset, java.lang.Comparable comparable, int dsIndex)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartInfoUtil

public ChartInfoUtil()
Method Detail

getGridPointInfo

public static GridPointInfo getGridPointInfo(ChartEntity entity,
                                             Chart chart)

getPieSectorInfo

public static PieSectorInfo getPieSectorInfo(ChartEntity entity)

getPieSectorInfo

public static PieSectorInfo getPieSectorInfo(PieDataset pieDataset,
                                             java.lang.Comparable comparable,
                                             int dsIndex)


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.