org.freehep.jas.plugin.plotter
Interface JAS3DataSource


public interface JAS3DataSource

Author:
The FreeHEP team @ SLAC.

Method Summary
 String[] axisLabels()
           
 jas.hist.DataSource dataSource()
           
 void destroy()
           
 void modifyPopupMenu(JPopupMenu jPopupMenu, Component component)
           
 FTreePath path()
          Get the paths to the data, if available.
 void setAxisType(int type)
          This method was added to fulfill BaBar's needs to have DataPointSets with Dates on the axis.
 

Method Detail

destroy

void destroy()

modifyPopupMenu

void modifyPopupMenu(JPopupMenu jPopupMenu,
                     Component component)

dataSource

jas.hist.DataSource dataSource()

path

FTreePath path()
Get the paths to the data, if available.


axisLabels

String[] axisLabels()

setAxisType

void setAxisType(int type)
This method was added to fulfill BaBar's needs to have DataPointSets with Dates on the axis.

Parameters:
type - The axis's type 1 = Double 2 = String 3 = Date 4 = Integer 5 = DeltaTime


Copyright © 2013. All Rights Reserved.