Package org.apache.poi.sl.draw.geom
Interface ConnectionSiteIf
-
- All Known Implementing Classes:
ConnectionSite
public interface ConnectionSiteIf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAng()Gets the value of the ang property.AdjustPointIfgetPos()Gets the value of the pos property.booleanisSetAng()voidsetAng(java.lang.String value)Sets the value of the ang property.voidsetPos(AdjustPointIf pos)Sets the value of the pos property.
-
-
-
Method Detail
-
getPos
AdjustPointIf getPos()
Gets the value of the pos property.
-
setPos
void setPos(AdjustPointIf pos)
Sets the value of the pos property.
-
getAng
java.lang.String getAng()
Gets the value of the ang property.
-
setAng
void setAng(java.lang.String value)
Sets the value of the ang property.
-
isSetAng
boolean isSetAng()
-
-