Uses of Class
org.openfuxml.addon.chart.util.OfxChartTypeResolver.AxisOrientation

Packages that use OfxChartTypeResolver.AxisOrientation
org.openfuxml.addon.chart.renderer.generic   
org.openfuxml.addon.chart.util   
 

Uses of OfxChartTypeResolver.AxisOrientation in org.openfuxml.addon.chart.renderer.generic
 

Methods in org.openfuxml.addon.chart.renderer.generic with parameters of type OfxChartTypeResolver.AxisOrientation
protected  void XYPlotRenderer.setAxis(Axis ofxAxis, OfxChartTypeResolver.AxisOrientation axisOrientation)
           
protected  void AbstractChartRenderer.setAxis(Axis axis, OfxChartTypeResolver.AxisOrientation type)
           
 

Uses of OfxChartTypeResolver.AxisOrientation in org.openfuxml.addon.chart.util
 

Methods in org.openfuxml.addon.chart.util that return OfxChartTypeResolver.AxisOrientation
static OfxChartTypeResolver.AxisOrientation OfxChartTypeResolver.AxisOrientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OfxChartTypeResolver.AxisOrientation[] OfxChartTypeResolver.AxisOrientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openfuxml.addon.chart.util with parameters of type OfxChartTypeResolver.AxisOrientation
static org.jfree.chart.axis.Axis AxisFactory.createNumberAxis(Chart ofxChart, OfxChartTypeResolver.AxisOrientation type)
           
static String ChartLabelResolver.getAxisLabel(Chart ofxChart, OfxChartTypeResolver.AxisOrientation type)
           
 



Copyright © 2014. All Rights Reserved.