Constructor and Description |
---|
ContourLabel() |
Modifier and Type | Method and Description |
---|---|
java.awt.Paint |
getBackground() |
java.awt.Paint |
getForeground() |
double |
getTheta() |
double |
getX() |
double |
getY() |
void |
setBackground(java.awt.Paint background) |
void |
setForeground(java.awt.Paint foreground) |
void |
setTheta(double theta) |
void |
setX(double x) |
void |
setY(double y) |
public double getX()
public void setX(double x)
x
- the x to setpublic double getY()
public void setY(double y)
y
- the y to setpublic double getTheta()
public void setTheta(double theta)
theta
- the theta to setpublic java.awt.Paint getBackground()
public void setBackground(java.awt.Paint background)
background
- the background to setpublic java.awt.Paint getForeground()
public void setForeground(java.awt.Paint foreground)
foreground
- the foreground to set