Interface JaxoSymmetricObject

All Known Implementing Classes:
JaxoPArc, JaxoPLine, JaxoZigZagLine

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

    Modifier and Type
    Method
    Description
    boolean
    Returns the symmetric property of this object.
    void
    setSymmetric(boolean symmetric)
    Sets the symmetric property of this object.
  • Method Details

    • 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.