Class FunctionGraphsJPanel.ClickedPoint

java.lang.Object
xal.extension.widgets.plot.FunctionGraphsJPanel.ClickedPoint
Enclosing class:
FunctionGraphsJPanel

public static class FunctionGraphsJPanel.ClickedPoint extends Object
Description of the Class
Version:
July 22, 2004
Author:
shishlo
  • Constructor Details

    • ClickedPoint

      public ClickedPoint()
      Constructor for the ClickedPoint object
  • Method Details

    • getxValueText

      public JTextField getxValueText()
    • setxValueText

      public void setxValueText(JTextField xValueText)
    • getyValueText

      public JTextField getyValueText()
    • setyValueText

      public void setyValueText(JTextField yValueText)
    • getzValueText

      public JTextField getzValueText()
    • setzValueText

      public void setzValueText(JTextField zValueText)
    • getxValueFormat

      public NumberFormat getxValueFormat()
    • setxValueFormat

      public void setxValueFormat(NumberFormat xValueFormat)
    • getyValueFormat

      public NumberFormat getyValueFormat()
    • setyValueFormat

      public void setyValueFormat(NumberFormat yValueFormat)
    • getzValueFormat

      public NumberFormat getzValueFormat()
    • setzValueFormat

      public void setzValueFormat(NumberFormat zValueFormat)
    • getxValueLabel

      public JLabel getxValueLabel()
    • setxValueLabel

      public void setxValueLabel(JLabel xValueLabel)
    • getyValueLabel

      public JLabel getyValueLabel()
    • setyValueLabel

      public void setyValueLabel(JLabel yValueLabel)
    • getzValueLabel

      public JLabel getzValueLabel()
    • setzValueLabel

      public void setzValueLabel(JLabel zValueLabel)
    • getPointColor

      public Color getPointColor()
    • setPointColor

      public void setPointColor(Color pointColor)
    • isIsDisplayed

      public boolean isIsDisplayed()
    • setIsDisplayed

      public void setIsDisplayed(boolean isDisplayed)
    • setDecimalFormatX

      public void setDecimalFormatX(String pattern)
      Set the specified decimal format for the X value label
    • setDecimalFormatY

      public void setDecimalFormatY(String pattern)
      Set the specified decimal format for the Y value label
    • setDecimalFormatZ

      public void setDecimalFormatZ(String pattern)
      Set the specified decimal format for the Z value label
    • setFont

      public void setFont(Font fnt)
      Sets the font attribute of the ClickedPoint object
      Parameters:
      fnt - The new font value