Interface MarkerXProvider
- 
- All Known Implementing Classes:
 AbstractJmadDataSet,ListDataSet,MatrixColumnDataSet,MatrixRowColDataSet,MatrixRowDataSet,PhaseSpaceDataSet,TfsResultDataSet,ValidityMatrixDataSet
public interface MarkerXProviderThis interface should be e.g. implemented by a dataset, which then can determine the x position for a marker 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringELEMENT_NAME_HV_BORDERthis is special key can be used to return the x-position of border between the range of x- and y-values (useful for charts, that contain both) 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.Double>getXPositions(java.lang.String elementName) 
 - 
 
- 
- 
Field Detail
- 
ELEMENT_NAME_HV_BORDER
static final java.lang.String ELEMENT_NAME_HV_BORDER
this is special key can be used to return the x-position of border between the range of x- and y-values (useful for charts, that contain both)- See Also:
 - Constant Field Values
 
 
 - 
 
 -