kcl.waterloo.graphics.plots2D.contour
Class ContourLabel
- java.lang.Object
-
- kcl.waterloo.graphics.plots2D.contour.ContourLabel
-
public class ContourLabel extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description ContourLabel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.awt.PaintgetBackground()java.awt.PaintgetForeground()doublegetTheta()doublegetX()doublegetY()voidsetBackground(java.awt.Paint background)voidsetForeground(java.awt.Paint foreground)voidsetTheta(double theta)voidsetX(double x)voidsetY(double y)
-
-
-
Method Detail
-
getX
public double getX()
- Returns:
- the x
-
setX
public void setX(double x)
- Parameters:
x- the x to set
-
getY
public double getY()
- Returns:
- the y
-
setY
public void setY(double y)
- Parameters:
y- the y to set
-
getTheta
public double getTheta()
- Returns:
- the theta
-
setTheta
public void setTheta(double theta)
- Parameters:
theta- the theta to set
-
getBackground
public java.awt.Paint getBackground()
- Returns:
- the background
-
setBackground
public void setBackground(java.awt.Paint background)
- Parameters:
background- the background to set
-
getForeground
public java.awt.Paint getForeground()
- Returns:
- the foreground
-
setForeground
public void setForeground(java.awt.Paint foreground)
- Parameters:
foreground- the foreground to set
-
-
DMelt 3.0 © DataMelt by jWork.ORG