Interface JaxoSymmetricObject

  • All Known Implementing Classes:
    JaxoPArc, JaxoPLine, JaxoZigZagLine

    public interface JaxoSymmetricObject
    An interface for objects that can be symmetrized.
    Since:
    2.0
    • Method Detail

      • isSymmetric

        boolean isSymmetric()
        Returns the symmetric property of this object.
        Returns:
        The symmetric property of this object.
      • setSymmetric

        void setSymmetric​(boolean symmetric)
        Sets the symmetric property of this object.
        Parameters:
        symmetric - The symmetric property of this object.