public interface JAS3DataSource
Modifier and Type | Method and Description |
---|---|
String[] |
axisLabels() |
jas.hist.DataSource |
dataSource() |
void |
destroy() |
void |
modifyPopupMenu(JPopupMenu jPopupMenu,
Component component) |
FTreePath |
path()
Returns the path 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.
|
void destroy()
void modifyPopupMenu(JPopupMenu jPopupMenu, Component component)
jas.hist.DataSource dataSource()
FTreePath path()
String[] axisLabels()
void setAxisType(int type)
type
- The axis type
1 = Double
2 = String
3 = Date
4 = Integer
5 = DeltaTimeCopyright © 2018. All rights reserved.