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


Field Summary
 java.awt.Color pointColor
           
 java.text.DecimalFormat xValueFormat
           
 javax.swing.JLabel xValueLabel
           
 javax.swing.JTextField xValueText
           
 java.text.DecimalFormat yValueFormat
           
 javax.swing.JLabel yValueLabel
           
 javax.swing.JTextField yValueText
           
 java.text.DecimalFormat zValueFormat
           
 javax.swing.JLabel zValueLabel
           
 javax.swing.JTextField zValueText
           
 
Constructor Summary
FunctionGraphsJPanel.ClickedPoint()
           
 
Method Summary
protected  double getX()
           
protected  double getY()
           
protected  double getZ()
           
protected  boolean isDisplayed()
           
protected  void setDisplayed(boolean isDisplayedIn)
           
 void setFont(java.awt.Font fnt)
           
protected  void updateValues(double x, double y)
           
protected  void updateValues(double x, double y, double z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FunctionGraphsJPanel.ClickedPoint

public FunctionGraphsJPanel.ClickedPoint()
Method Detail

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()