Interface Corner

All Superinterfaces:
Serializable
All Known Implementing Classes:
CornerImpl

public interface Corner extends Serializable
The Interface Corner.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets the radius.
    Gets the type.
    void
    setRadius(double radius)
    Sets the radius.
    void
    Sets the type.
  • Method Details

    • getType

      String getType()
      Gets the type.
      Returns:
      the type
    • setType

      void setType(String type)
      Sets the type.
      Parameters:
      type - the type to set
    • getRadius

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

      void setRadius(double radius)
      Sets the radius.
      Parameters:
      radius - the radius to set