org.openfuxml.addon.chart.util
Class ChartLabelResolver

java.lang.Object
  extended by org.openfuxml.addon.chart.util.ChartLabelResolver

public class ChartLabelResolver
extends Object


Constructor Summary
ChartLabelResolver()
           
 
Method Summary
static String getAxisLabel(Chart ofxChart, OfxChartTypeResolver.AxisOrientation type)
           
static String getAxisLabelX(Chart ofxChart)
           
static String getAxisLabelY(Chart ofxChart)
           
static String getTitle(Chart ofxChart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartLabelResolver

public ChartLabelResolver()
Method Detail

getTitle

public static String getTitle(Chart ofxChart)

getAxisLabelX

public static String getAxisLabelX(Chart ofxChart)

getAxisLabelY

public static String getAxisLabelY(Chart ofxChart)

getAxisLabel

public static String getAxisLabel(Chart ofxChart,
                                  OfxChartTypeResolver.AxisOrientation type)


Copyright © 2014. All Rights Reserved.