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


Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.