public class Sector
extends java.lang.Object
| Constructor and Description |
|---|
Sector() |
Sector(int color,
float percent) |
Sector(int color,
float percent,
int degrees) |
Sector(java.lang.String color,
java.lang.String percent) |
| Modifier and Type | Method and Description |
|---|---|
Sector |
clone() |
int |
getColor() |
int |
getDegrees() |
float |
getPercent() |
void |
setColor(int color) |
void |
setDegrees(int degrees) |
void |
setPercent(float percent) |
public Sector()
public Sector(int color,
float percent)
public Sector(int color,
float percent,
int degrees)
public Sector(java.lang.String color,
java.lang.String percent)
public int getColor()
public void setColor(int color)
public float getPercent()
public void setPercent(float percent)
public int getDegrees()
public void setDegrees(int degrees)
public Sector clone()
clone in class java.lang.Object