Uses of Interface
org.apache.poi.sl.draw.geom.AdjustPointIf
-
Packages that use AdjustPointIf Package Description org.apache.poi.sl.draw.geom -
-
Uses of AdjustPointIf in org.apache.poi.sl.draw.geom
Classes in org.apache.poi.sl.draw.geom that implement AdjustPointIf Modifier and Type Class Description class
AdjustPoint
Java class for CT_AdjPoint2D complex type.Methods in org.apache.poi.sl.draw.geom that return AdjustPointIf Modifier and Type Method Description AdjustPointIf
ConnectionSiteIf. getPos()
Gets the value of the pos property.AdjustPointIf
LineToCommandIf. getPt()
AdjustPointIf
MoveToCommandIf. getPt()
AdjustPointIf
CurveToCommandIf. getPt1()
AdjustPointIf
QuadToCommandIf. getPt1()
AdjustPointIf
CurveToCommandIf. getPt2()
AdjustPointIf
QuadToCommandIf. getPt2()
AdjustPointIf
CurveToCommandIf. getPt3()
Methods in org.apache.poi.sl.draw.geom with parameters of type AdjustPointIf Modifier and Type Method Description void
ConnectionSite. setPos(AdjustPointIf pos)
void
ConnectionSiteIf. setPos(AdjustPointIf pos)
Sets the value of the pos property.void
LineToCommand. setPt(AdjustPointIf pt)
void
LineToCommandIf. setPt(AdjustPointIf pt)
void
MoveToCommand. setPt(AdjustPointIf pt)
void
MoveToCommandIf. setPt(AdjustPointIf pt)
void
CurveToCommand. setPt1(AdjustPointIf pt1)
void
CurveToCommandIf. setPt1(AdjustPointIf pt1)
void
QuadToCommand. setPt1(AdjustPointIf pt1)
void
QuadToCommandIf. setPt1(AdjustPointIf pt1)
void
CurveToCommand. setPt2(AdjustPointIf pt2)
void
CurveToCommandIf. setPt2(AdjustPointIf pt2)
void
QuadToCommand. setPt2(AdjustPointIf pt2)
void
QuadToCommandIf. setPt2(AdjustPointIf pt2)
void
CurveToCommand. setPt3(AdjustPointIf pt3)
void
CurveToCommandIf. setPt3(AdjustPointIf pt3)
-