Package net.sf.jaxodraw.object
Interface JaxoSymmetricObject
-
- All Known Implementing Classes:
JaxoPArc,JaxoPLine,JaxoZigZagLine
public interface JaxoSymmetricObjectAn interface for objects that can be symmetrized.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSymmetric()Returns the symmetric property of this object.voidsetSymmetric(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.
-
-