Package xal.extension.widgets.plot
Class FunctionGraphsJPanel.ClickedPoint
java.lang.Object
xal.extension.widgets.plot.FunctionGraphsJPanel.ClickedPoint
- Enclosing class:
- FunctionGraphsJPanel
Description of the Class
- Version:
- July 22, 2004
- Author:
- shishlo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetDecimalFormatX(String pattern) Set the specified decimal format for the X value labelvoidsetDecimalFormatY(String pattern) Set the specified decimal format for the Y value labelvoidsetDecimalFormatZ(String pattern) Set the specified decimal format for the Z value labelvoidSets the font attribute of the ClickedPoint objectvoidsetIsDisplayed(boolean isDisplayed) voidsetPointColor(Color pointColor) voidsetxValueFormat(NumberFormat xValueFormat) voidsetxValueLabel(JLabel xValueLabel) voidsetxValueText(JTextField xValueText) voidsetyValueFormat(NumberFormat yValueFormat) voidsetyValueLabel(JLabel yValueLabel) voidsetyValueText(JTextField yValueText) voidsetzValueFormat(NumberFormat zValueFormat) voidsetzValueLabel(JLabel zValueLabel) voidsetzValueText(JTextField zValueText)
-
Constructor Details
-
ClickedPoint
public ClickedPoint()Constructor for the ClickedPoint object
-
-
Method Details
-
getxValueText
-
setxValueText
-
getyValueText
-
setyValueText
-
getzValueText
-
setzValueText
-
getxValueFormat
-
setxValueFormat
-
getyValueFormat
-
setyValueFormat
-
getzValueFormat
-
setzValueFormat
-
getxValueLabel
-
setxValueLabel
-
getyValueLabel
-
setyValueLabel
-
getzValueLabel
-
setzValueLabel
-
getPointColor
-
setPointColor
-
isIsDisplayed
public boolean isIsDisplayed() -
setIsDisplayed
public void setIsDisplayed(boolean isDisplayed) -
setDecimalFormatX
Set the specified decimal format for the X value label -
setDecimalFormatY
Set the specified decimal format for the Y value label -
setDecimalFormatZ
Set the specified decimal format for the Z value label -
setFont
Sets the font attribute of the ClickedPoint object- Parameters:
fnt- The new font value
-