Package org.apache.poi.sl.draw.geom
Interface AdjustPointIf
- 
- All Known Implementing Classes:
 AdjustPoint
public interface AdjustPointIf 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetX()Gets the value of the x property.StringgetY()Gets the value of the y property.booleanisSetX()booleanisSetY()voidsetX(String value)Sets the value of the x property.voidsetY(String value)Sets the value of the y property. 
 -