Skip navigation links


Uses of Interface
com.essbase.eas.ui.chart.AxisScale

Packages that use AxisScale
com.essbase.eas.ui.chart   

 

Uses of AxisScale in com.essbase.eas.ui.chart

 

Classes in com.essbase.eas.ui.chart that implement AxisScale
 class DateScale
          Title: Log Analyzer Project for Tomcat Description: Copyright: Copyright (c) 2003 Company: Hyperion Solutions, Inc.

 

Fields in com.essbase.eas.ui.chart declared as AxisScale
protected  AxisScale XYChart.bottomScale
           
protected  AxisScale XYChart.leftScale
           

 

Methods in com.essbase.eas.ui.chart that return AxisScale
 AxisScale XYChart.getBottomAxisScale()
           
 AxisScale XYChart.getLeftAxisScale()
           

 

Methods in com.essbase.eas.ui.chart with parameters of type AxisScale
 void XYChart.setBottomAxisScale(AxisScale scale)
           
 void XYChart.setLeftAxisScale(AxisScale scale)
           

 


Skip navigation links


Copyright © 2001, 2007, Oracle. All rights reserved.