public final class Radius
extends java.lang.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.
|
java.lang.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 setpublic java.lang.String toString()
toString in class java.lang.Object