protected class DataToolTab.DataToolPlotter.PlotCoordinateStringBuilder extends CartesianCoordinateStringBuilder
decimalFormat, scientificFormat, xLabel, yLabel| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getCoordinateString(DrawingPanel panel,
java.awt.event.MouseEvent e) |
Converts a the pixel coordinates in a mouse event into world coordinates and
return these coordinates in a string.
|
java.lang.Object |
getFormattedValue(java.lang.Object value,
java.lang.String colName) |
Gets a value formatted for a given table column.
|
setCoordinateLabelscreateCartesian, createPolar, createPolarpublic java.lang.String getCoordinateString(DrawingPanel panel, java.awt.event.MouseEvent e)
CartesianCoordinateStringBuildergetCoordinateString in class CartesianCoordinateStringBuildere - the mouse eventpublic java.lang.Object getFormattedValue(java.lang.Object value,
java.lang.String colName)
value - the valuecolNamae - the column name