Class EdgeImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.note.EdgeImpl
-
- All Implemented Interfaces:
Edge,java.io.Serializable
public class EdgeImpl extends java.lang.Object implements java.io.Serializable, Edge
The type Edge.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EdgeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetRadius()Gets the radius.EdgeTypegetType()Gets the type.java.lang.StringgetValue()Gets the value.voidsetRadius(double radius)Sets the radius.voidsetType(EdgeType type)Sets the type.voidsetValue(java.lang.String value)Sets the value.
-
-
-
Method Detail
-
getRadius
public double getRadius()
Description copied from interface:EdgeGets the radius.
-
setRadius
public void setRadius(double radius)
Description copied from interface:EdgeSets the radius.
-
getValue
public java.lang.String getValue()
Description copied from interface:EdgeGets the value.
-
-