Package net.sf.jaxodraw.object
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSymmetric()
Returns the symmetric property of this object.void
setSymmetric(boolean symmetric)
Sets the symmetric property of this object.
-
-
-
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.
-
-