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 TypeMethodDescriptionboolean
void
setDecimalFormatX
(String pattern) Set the specified decimal format for the X value labelvoid
setDecimalFormatY
(String pattern) Set the specified decimal format for the Y value labelvoid
setDecimalFormatZ
(String pattern) Set the specified decimal format for the Z value labelvoid
Sets the font attribute of the ClickedPoint objectvoid
setIsDisplayed
(boolean isDisplayed) void
setPointColor
(Color pointColor) void
setxValueFormat
(NumberFormat xValueFormat) void
setxValueLabel
(JLabel xValueLabel) void
setxValueText
(JTextField xValueText) void
setyValueFormat
(NumberFormat yValueFormat) void
setyValueLabel
(JLabel yValueLabel) void
setyValueText
(JTextField yValueText) void
setzValueFormat
(NumberFormat zValueFormat) void
setzValueLabel
(JLabel zValueLabel) void
setzValueText
(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
-