gov.sns.tools.plot
Class FunctionGraphsJPanel.ClickedPoint
java.lang.Object
|
+--gov.sns.tools.plot.FunctionGraphsJPanel.ClickedPoint
- Enclosing class:
- FunctionGraphsJPanel
- public class FunctionGraphsJPanel.ClickedPoint
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xValueText
public javax.swing.JTextField xValueText
yValueText
public javax.swing.JTextField yValueText
zValueText
public javax.swing.JTextField zValueText
xValueFormat
public java.text.DecimalFormat xValueFormat
yValueFormat
public java.text.DecimalFormat yValueFormat
zValueFormat
public java.text.DecimalFormat zValueFormat
xValueLabel
public javax.swing.JLabel xValueLabel
yValueLabel
public javax.swing.JLabel yValueLabel
zValueLabel
public javax.swing.JLabel zValueLabel
pointColor
public java.awt.Color pointColor
FunctionGraphsJPanel.ClickedPoint
public FunctionGraphsJPanel.ClickedPoint()
setFont
public void setFont(java.awt.Font fnt)
updateValues
protected void updateValues(double x,
double y)
updateValues
protected void updateValues(double x,
double y,
double z)
setDisplayed
protected void setDisplayed(boolean isDisplayedIn)
isDisplayed
protected boolean isDisplayed()
getX
protected double getX()
getY
protected double getY()
getZ
protected double getZ()