com.priint.comet.metadata.note.Edge |
The Interface Edge.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract double |
getRadius()
Gets the radius.
| ||||||||||
abstract EdgeType |
getType()
Gets the type.
| ||||||||||
abstract String |
getValue()
Gets the value.
| ||||||||||
abstract void |
setRadius(double radius)
Sets the radius.
| ||||||||||
abstract void |
setType(EdgeType type)
Sets the type.
| ||||||||||
abstract void |
setValue(String value)
Sets the value.
|
Gets the radius.
Gets the value.
Sets the radius.
radius | the new radius |
---|
Sets the value.
value | the new value |
---|