public abstract class CoordinateStringBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.text.DecimalFormat |
decimalFormat |
protected java.text.DecimalFormat |
scientificFormat |
protected java.lang.String |
xLabel |
protected java.lang.String |
yLabel |
| Constructor and Description |
|---|
CoordinateStringBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static CoordinateStringBuilder |
createCartesian()
Creates the default builder for cartesian coordiantes.
|
static CoordinateStringBuilder |
createPolar()
Creates the default builder for polar coordinates.
|
static CoordinateStringBuilder |
createPolar(java.lang.String rLabel,
java.lang.String phiLabel,
double phiOffset)
Creates the default builder for polar coordinates.
|
abstract 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.
|
void |
setCoordinateLabels(java.lang.String xLabel,
java.lang.String yLabel) |
protected java.text.DecimalFormat scientificFormat
protected java.text.DecimalFormat decimalFormat
protected java.lang.String xLabel
protected java.lang.String yLabel
public void setCoordinateLabels(java.lang.String xLabel,
java.lang.String yLabel)
public abstract java.lang.String getCoordinateString(DrawingPanel panel, java.awt.event.MouseEvent e)
e - the mouse eventpublic static CoordinateStringBuilder createCartesian()
public static CoordinateStringBuilder createPolar()
public static CoordinateStringBuilder createPolar(java.lang.String rLabel, java.lang.String phiLabel, double phiOffset)
rLabel - StringphiLabel - StringphiOffset - double