Interface Edge

All Superinterfaces:
Serializable
All Known Implementing Classes:
EdgeImpl

public interface Edge extends Serializable
The Interface Edge.
  • Method Details

    • getType

      EdgeType getType()
      Gets the type.
      Returns:
      the type
      See Also:
    • setType

      void setType(EdgeType type)
      Sets the type.
      Parameters:
      type - the new type
      See Also:
    • getRadius

      double getRadius()
      Gets the radius.
      Returns:
      the radius
    • setRadius

      void setRadius(double radius)
      Sets the radius.
      Parameters:
      radius - the new radius
    • getValue

      String getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value