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 String
getAng()
Gets the value of the ang property.AdjustPointIf
getPos()
Gets the value of the pos property.boolean
isSetAng()
void
setAng(String value)
Sets the value of the ang property.void
setPos(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
String getAng()
Gets the value of the ang property.
-
setAng
void setAng(String value)
Sets the value of the ang property.
-
isSetAng
boolean isSetAng()
-
-