public final class Radius extends Object
CanvasObjectFactory
Constructor and Description |
---|
Radius() |
Modifier and Type | Method and Description |
---|---|
double |
getInner()
Returns the inner radius of arc.
|
double |
getOuter()
Returns the outer radius if an arc.
|
void |
setInner(double inner)
Sets the inner radius of arc.
|
void |
setOuter(double outer)
Sets the outer radius if an arc.
|
String |
toString() |
public double getInner()
public void setInner(double inner)
inner
- the inner radius of arcpublic double getOuter()
public void setOuter(double outer)
outer
- the outer radius if an arc to set